#90FCC8

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

Shades of Aquamarine #90FCC8

Tints of Aquamarine #90FCC8

Color information

#90FCC8 (or 0x90FCC8) is unknown color: approx Aquamarine. HEX triplet: 90, FC and C8. RGB value is (144,252,200). Sum of RGB (Red+Green+Blue) = 144+252+200=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCC8 is #6F0337. Grayscale: #D5D5D5. Windows color (decimal): -7275320 or 13171856. OLE color: 13171856.

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

Color convert

RGB144252200-
CMYK0.4300.210.01
HSL151.11º94.74%77.65%-
HSV(B)151.11º42.86%98.82%-
XYZ56.7479.7267.04-
YUV213.78120.2278.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.16%
GREEN value IS 252 (98.83% from 255) = 42.28%
BLUE value IS 200 (78.52% from 255) = 33.56%
R=24.16%
G=42.28%
B=33.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522000.4300.210.01151.1194.7477.65
Hex90FCC82B0151975f4e
Octal220374310530251227137116
Binary10010000111111001100100010101101010111001011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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