#96F5DE

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

Shades of Aquamarine #96F5DE

Tints of Aquamarine #96F5DE

Color information

#96F5DE (or 0x96F5DE) is unknown color: approx Aquamarine. HEX triplet: 96, F5 and DE. RGB value is (150,245,222). Sum of RGB (Red+Green+Blue) = 150+245+222=617 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.31% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #96F5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F5DE is #690A21. Grayscale: #D5D5D5. Windows color (decimal): -6883874 or 14611862. OLE color: 14611862.

HSL color Cylindrical-coordinate representation of color #96F5DE: hue angle of 165.47º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F5DE is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB150245222-
CMYK0.3900.090.04
HSL165.47º82.61%77.45%-
HSV(B)165.47º38.78%96.08%-
XYZ58.4177.0680.9-
YUV213.97132.5382.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.31%
GREEN value IS 245 (96.09% from 255) = 39.71%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=24.31%
G=39.71%
B=35.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502452220.3900.090.04165.4782.6177.45
Hex96F5DE27094a5534d
Octal226365336470114245123115
Binary100101101111010111011110100111010011001010010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F5DE; }

 p { color: rgb(150,245,222); }

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

<style>
 a { background-color: #96F5DE; }

 a { background-color: rgb(150,245,222); }

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

<style>
 span { border-color: #96F5DE; }

 span { border-color: rgb(150,245,222); }

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