#90FCD3

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

Shades of Aquamarine #90FCD3

Tints of Aquamarine #90FCD3

Color information

#90FCD3 (or 0x90FCD3) is unknown color: approx Aquamarine. HEX triplet: 90, FC and D3. RGB value is (144,252,211). Sum of RGB (Red+Green+Blue) = 144+252+211=607 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.72% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCD3 is #6F032C. Grayscale: #D7D7D7. Windows color (decimal): -7275309 or 13892752. OLE color: 13892752.

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

Color convert

RGB144252211-
CMYK0.4300.160.01
HSL157.22º94.74%77.65%-
HSV(B)157.22º42.86%98.82%-
XYZ58.0780.2574.06-
YUV215.03125.7277.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.72%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 211 (82.81% from 255) = 34.76%
R=23.72%
G=41.52%
B=34.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442522110.4300.160.01157.2294.7477.65
Hex90FCD32B01019d5f4e
Octal220374323530201235137116
Binary10010000111111001101001110101101000011001110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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