#90FCDF

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

Shades of Aquamarine #90FCDF

Tints of Aquamarine #90FCDF

Color information

#90FCDF (or 0x90FCDF) is unknown color: approx Aquamarine. HEX triplet: 90, FC and DF. RGB value is (144,252,223). Sum of RGB (Red+Green+Blue) = 144+252+223=619 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.26% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCDF is #6F0320. Grayscale: #D8D8D8. Windows color (decimal): -7275297 or 14679184. OLE color: 14679184.

HSL color Cylindrical-coordinate representation of color #90FCDF: hue angle of 163.89º 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 #90FCDF is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB144252223-
CMYK0.4300.120.01
HSL163.89º94.74%77.65%-
HSV(B)163.89º42.86%98.82%-
XYZ59.6380.8882.28-
YUV216.4131.7276.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.26%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=23.26%
G=40.71%
B=36.03%

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
Decimal1442522230.4300.120.01163.8994.7477.65
Hex90FCDF2B0C1a45f4e
Octal220374337530141244137116
Binary1001000011111100110111111010110110011010010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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