#90F8DA

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

Shades of Aquamarine #90F8DA

Tints of Aquamarine #90F8DA

Color information

#90F8DA (or 0x90F8DA) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and DA. RGB value is (144,248,218). Sum of RGB (Red+Green+Blue) = 144+248+218=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8DA is #6F0725. Grayscale: #D5D5D5. Windows color (decimal): -7276326 or 14350480. OLE color: 14350480.

HSL color Cylindrical-coordinate representation of color #90F8DA: hue angle of 162.69º 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 #90F8DA is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB144248218-
CMYK0.4200.120.03
HSL162.69º88.14%76.86%-
HSV(B)162.69º41.94%97.25%-
XYZ57.7278.1378.37-
YUV213.48130.5478.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.61%
GREEN value IS 248 (97.27% from 255) = 40.66%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=23.61%
G=40.66%
B=35.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442482180.4200.120.03162.6988.1476.86
Hex90F8DA2A0C3a3584d
Octal220370332520143243130115
Binary10010000111110001101101010101001100111010001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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