#90F8C9

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

Shades of Aquamarine #90F8C9

Tints of Aquamarine #90F8C9

Color information

#90F8C9 (or 0x90F8C9) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and C9. RGB value is (144,248,201). Sum of RGB (Red+Green+Blue) = 144+248+201=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8C9 is #6F0736. Grayscale: #D3D3D3. Windows color (decimal): -7276343 or 13236368. OLE color: 13236368.

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

Color convert

RGB144248201-
CMYK0.4200.190.03
HSL152.88º88.14%76.86%-
HSV(B)152.88º41.94%97.25%-
XYZ55.6177.2867.24-
YUV211.55122.0479.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.28%
GREEN value IS 248 (97.27% from 255) = 41.82%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=24.28%
G=41.82%
B=33.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442482010.4200.190.03152.8888.1476.86
Hex90F8C92A013399584d
Octal220370311520233231130115
Binary100100001111100011001001101010010011111001100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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