#90FCCA

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

Shades of Aquamarine #90FCCA

Tints of Aquamarine #90FCCA

Color information

#90FCCA (or 0x90FCCA) is unknown color: approx Aquamarine. HEX triplet: 90, FC and CA. RGB value is (144,252,202). Sum of RGB (Red+Green+Blue) = 144+252+202=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCCA is #6F0335. Grayscale: #D6D6D6. Windows color (decimal): -7275318 or 13302928. OLE color: 13302928.

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

Color convert

RGB144252202-
CMYK0.4300.200.01
HSL152.22º94.74%77.65%-
HSV(B)152.22º42.86%98.82%-
XYZ56.9779.8168.28-
YUV214.01121.2278.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.08%
GREEN value IS 252 (98.83% from 255) = 42.14%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=24.08%
G=42.14%
B=33.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522020.4300.200.01152.2294.7477.65
Hex90FCCA2B0141985f4e
Octal220374312530241230137116
Binary10010000111111001100101010101101010011001100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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