#90FFEC

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

Shades of Aquamarine #90FFEC

Tints of Aquamarine #90FFEC

Color information

#90FFEC (or 0x90FFEC) is unknown color: approx Aquamarine. HEX triplet: 90, FF and EC. RGB value is (144,255,236). Sum of RGB (Red+Green+Blue) = 144+255+236=635 (84% of max value = 765). Red value is 144 (56.64% from 255 or 22.68% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFEC is #6F0013. Grayscale: #DBDBDB. Windows color (decimal): -7274516 or 15531920. OLE color: 15531920.

HSL color Cylindrical-coordinate representation of color #90FFEC: hue angle of 169.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFEC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB144255236-
CMYK0.4400.070
HSL169.73º100%78.24%-
HSV(B)169.73º43.53%100%-
XYZ62.483.5192.19-
YUV219.64137.2374.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.68%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=22.68%
G=40.16%
B=37.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1442552360.4400.070169.7310078.24
Hex90FFEC2C070aa644e
Octal22037735454070252144116
Binary100100001111111111101100101100011101010101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,255,236); }

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

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

 a { background-color: rgb(144,255,236); }

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

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

 span { border-color: rgb(144,255,236); }

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