#96FEEA

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

Shades of Aquamarine #96FEEA

Tints of Aquamarine #96FEEA

Color information

#96FEEA (or 0x96FEEA) is unknown color: approx Aquamarine. HEX triplet: 96, FE and EA. RGB value is (150,254,234). Sum of RGB (Red+Green+Blue) = 150+254+234=638 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.51% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #96FEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FEEA is #690115. Grayscale: #DCDCDC. Windows color (decimal): -6881558 or 15400598. OLE color: 15400598.

HSL color Cylindrical-coordinate representation of color #96FEEA: hue angle of 168.46º 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 #96FEEA is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB150254234-
CMYK0.4100.080.00
HSL168.46º98.11%79.22%-
HSV(B)168.46º40.94%99.61%-
XYZ62.8783.3190.61-
YUV220.62135.5477.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.51%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=23.51%
G=39.81%
B=36.68%

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
Decimal1502542340.4100.080.00168.4698.1179.22
Hex96FEEA29080a8624f
Octal226376352510100250142117
Binary1001011011111110111010101010010100001010100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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