#90F5D1

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

Shades of Aquamarine #90F5D1

Tints of Aquamarine #90F5D1

Color information

#90F5D1 (or 0x90F5D1) is unknown color: approx Aquamarine. HEX triplet: 90, F5 and D1. RGB value is (144,245,209). Sum of RGB (Red+Green+Blue) = 144+245+209=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #90F5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F5D1 is #6F0A2E. Grayscale: #D2D2D2. Windows color (decimal): -7277103 or 13759888. OLE color: 13759888.

HSL color Cylindrical-coordinate representation of color #90F5D1: hue angle of 158.61º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F5D1 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB144245209-
CMYK0.4100.150.04
HSL158.61º83.47%76.27%-
HSV(B)158.61º41.22%96.08%-
XYZ55.6675.8472.03-
YUV210.7127.0480.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.08%
GREEN value IS 245 (96.09% from 255) = 40.97%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=24.08%
G=40.97%
B=34.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442452090.4100.150.04158.6183.4776.27
Hex90F5D1290F49f534c
Octal220365321510174237123114
Binary100100001111010111010001101001011111001001111110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,245,209); }

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

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

 a { background-color: rgb(144,245,209); }

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

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

 span { border-color: rgb(144,245,209); }

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