#90F8D2

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

Shades of Aquamarine #90F8D2

Tints of Aquamarine #90F8D2

Color information

#90F8D2 (or 0x90F8D2) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and D2. RGB value is (144,248,210). Sum of RGB (Red+Green+Blue) = 144+248+210=602 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.92% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8D2 is #6F072D. Grayscale: #D4D4D4. Windows color (decimal): -7276334 or 13826192. OLE color: 13826192.

HSL color Cylindrical-coordinate representation of color #90F8D2: hue angle of 158.08º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F8D2 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB144248210-
CMYK0.4200.150.03
HSL158.08º88.14%76.86%-
HSV(B)158.08º41.94%97.25%-
XYZ56.777.7272.99-
YUV212.57126.5479.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.92%
GREEN value IS 248 (97.27% from 255) = 41.20%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=23.92%
G=41.20%
B=34.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442482100.4200.150.03158.0888.1476.86
Hex90F8D22A0F39e584d
Octal220370322520173236130115
Binary10010000111110001101001010101001111111001111010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,248,210); }

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

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

 a { background-color: rgb(144,248,210); }

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

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

 span { border-color: rgb(144,248,210); }

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