#90F8CF

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

Shades of Aquamarine #90F8CF

Tints of Aquamarine #90F8CF

Color information

#90F8CF (or 0x90F8CF) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and CF. RGB value is (144,248,207). Sum of RGB (Red+Green+Blue) = 144+248+207=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8CF is #6F0730. Grayscale: #D4D4D4. Windows color (decimal): -7276337 or 13629584. OLE color: 13629584.

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

Color convert

RGB144248207-
CMYK0.4200.170.03
HSL156.35º88.14%76.86%-
HSV(B)156.35º41.94%97.25%-
XYZ56.3377.5771.03-
YUV212.23125.0479.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.04%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=24.04%
G=41.40%
B=34.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442482070.4200.170.03156.3588.1476.86
Hex90F8CF2A01139c584d
Octal220370317520213234130115
Binary100100001111100011001111101010010001111001110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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