#90FBCF

Color #90FBCF Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #90FBCF

Tints of Aquamarine #90FBCF

Color information

#90FBCF (or 0x90FBCF) is unknown color: approx Aquamarine. HEX triplet: 90, FB and CF. RGB value is (144,251,207). Sum of RGB (Red+Green+Blue) = 144+251+207=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBCF is #6F0430. Grayscale: #D6D6D6. Windows color (decimal): -7275569 or 13630352. OLE color: 13630352.

HSL color Cylindrical-coordinate representation of color #90FBCF: hue angle of 155.33º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBCF is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB144251207-
CMYK0.4300.180.02
HSL155.33º93.04%77.45%-
HSV(B)155.33º42.63%98.43%-
XYZ57.2679.4371.34-
YUV213.99124.0578.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 23.92%
GREEN value IS 251 (98.44% from 255) = 41.69%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=23.92%
G=41.69%
B=34.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512070.4300.180.02155.3393.0477.45
Hex90FBCF2B01229b5d4d
Octal220373317530222233135115
Binary100100001111101111001111101011010010101001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90FBCF; }

 p { color: rgb(144,251,207); }

 H1.HeaderClassName
 {
   color: #90FBCF;
 }
 .AnyTagClassName
 {
   color: #90FBCF;
 }
</style>
background-color css

<style>
 a { background-color: #90FBCF; }

 a { background-color: rgb(144,251,207); }

 div.DivClassName
 {
   background-color: #90FBCF;
 }
 .BgClassName
 {
   background-color: #90FBCF;
 }
</style>
border-color css

<style>
 span { border-color: #90FBCF; }

 span { border-color: rgb(144,251,207); }

 td.TdClassName
 {
   border-color: #90FBCF;
 }
 .TagClassName
 {
   border-color: #90FBCF;
 }
</style>