#90F0CF

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

Shades of Aquamarine #90F0CF

Tints of Aquamarine #90F0CF

Color information

#90F0CF (or 0x90F0CF) is unknown color: approx Aquamarine. HEX triplet: 90, F0 and CF. RGB value is (144,240,207). Sum of RGB (Red+Green+Blue) = 144+240+207=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 240 (94.14% from 255 or 40.61% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 240 - color contains mainly: green. Hex color #90F0CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F0CF is #6F0F30. Grayscale: #CFCFCF. Windows color (decimal): -7278385 or 13627536. OLE color: 13627536.

HSL color Cylindrical-coordinate representation of color #90F0CF: hue angle of 159.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F0CF is Cyan = 0.4, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB144240207-
CMYK0.400.140.06
HSL159.38º76.19%75.29%-
HSV(B)159.38º40%94.12%-
XYZ53.9272.7570.23-
YUV207.53127.782.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.37%
GREEN value IS 240 (94.14% from 255) = 40.61%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=24.37%
G=40.61%
B=35.03%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442402070.400.140.06159.3876.1975.29
Hex90F0CF280E69f4c4b
Octal220360317500166237114113
Binary100100001111000011001111101000011101101001111110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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