#96FFEA

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

Shades of Aquamarine #96FFEA

Tints of Aquamarine #96FFEA

Color information

#96FFEA (or 0x96FFEA) is unknown color: approx Aquamarine. HEX triplet: 96, FF and EA. RGB value is (150,255,234). Sum of RGB (Red+Green+Blue) = 150+255+234=639 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.47% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFEA is #690015. Grayscale: #DDDDDD. Windows color (decimal): -6881302 or 15400854. OLE color: 15400854.

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

Color convert

RGB150255234-
CMYK0.4100.080
HSL168º100%79.41%-
HSV(B)168º41.18%100%-
XYZ63.1983.9490.71-
YUV221.21135.2177.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.47%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=23.47%
G=39.91%
B=36.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502552340.4100.08016810079.41
Hex96FFEA29080a8644f
Octal226377352510100250144117
Binary1001011011111111111010101010010100001010100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,234); }

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

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

 a { background-color: rgb(150,255,234); }

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

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

 span { border-color: rgb(150,255,234); }

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