#96FEE9

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

Shades of Aquamarine #96FEE9

Tints of Aquamarine #96FEE9

Color information

#96FEE9 (or 0x96FEE9) is unknown color: approx Aquamarine. HEX triplet: 96, FE and E9. RGB value is (150,254,233). Sum of RGB (Red+Green+Blue) = 150+254+233=637 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.55% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEE9 is #690116. Grayscale: #DCDCDC. Windows color (decimal): -6881559 or 15335062. OLE color: 15335062.

HSL color Cylindrical-coordinate representation of color #96FEE9: hue angle of 167.88º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FEE9 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB150254233-
CMYK0.4100.080.00
HSL167.88º98.11%79.22%-
HSV(B)167.88º40.94%99.61%-
XYZ62.7383.2589.85-
YUV220.51135.0477.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.55%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=23.55%
G=39.87%
B=36.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502542330.4100.080.00167.8898.1179.22
Hex96FEE929080a8624f
Octal226376351510100250142117
Binary1001011011111110111010011010010100001010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,254,233); }

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

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

 a { background-color: rgb(150,254,233); }

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

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

 span { border-color: rgb(150,254,233); }

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