#90FCDC

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

Shades of Aquamarine #90FCDC

Tints of Aquamarine #90FCDC

Color information

#90FCDC (or 0x90FCDC) is unknown color: approx Aquamarine. HEX triplet: 90, FC and DC. RGB value is (144,252,220). Sum of RGB (Red+Green+Blue) = 144+252+220=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCDC is #6F0323. Grayscale: #D8D8D8. Windows color (decimal): -7275300 or 14482576. OLE color: 14482576.

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

Color convert

RGB144252220-
CMYK0.4300.130.01
HSL162.22º94.74%77.65%-
HSV(B)162.22º42.86%98.82%-
XYZ59.2380.7280.17-
YUV216.06130.2276.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.38%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=23.38%
G=40.91%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522200.4300.130.01162.2294.7477.65
Hex90FCDC2B0D1a25f4e
Octal220374334530151242137116
Binary1001000011111100110111001010110110111010001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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