#90FCDE

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

Shades of Aquamarine #90FCDE

Tints of Aquamarine #90FCDE

Color information

#90FCDE (or 0x90FCDE) is unknown color: approx Aquamarine. HEX triplet: 90, FC and DE. RGB value is (144,252,222). Sum of RGB (Red+Green+Blue) = 144+252+222=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCDE is #6F0321. Grayscale: #D8D8D8. Windows color (decimal): -7275298 or 14613648. OLE color: 14613648.

HSL color Cylindrical-coordinate representation of color #90FCDE: hue angle of 163.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCDE is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB144252222-
CMYK0.4300.120.01
HSL163.33º94.74%77.65%-
HSV(B)163.33º42.86%98.82%-
XYZ59.580.8281.57-
YUV216.29131.2276.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.30%
GREEN value IS 252 (98.83% from 255) = 40.78%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=23.30%
G=40.78%
B=35.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522220.4300.120.01163.3394.7477.65
Hex90FCDE2B0C1a35f4e
Octal220374336530141243137116
Binary1001000011111100110111101010110110011010001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,252,222); }

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

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

 a { background-color: rgb(144,252,222); }

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

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

 span { border-color: rgb(144,252,222); }

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