#96FBE4

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

Shades of Aquamarine #96FBE4

Tints of Aquamarine #96FBE4

Color information

#96FBE4 (or 0x96FBE4) is unknown color: approx Aquamarine. HEX triplet: 96, FB and E4. RGB value is (150,251,228). Sum of RGB (Red+Green+Blue) = 150+251+228=629 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.85% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBE4 is #69041B. Grayscale: #DADADA. Windows color (decimal): -6882332 or 15006614. OLE color: 15006614.

HSL color Cylindrical-coordinate representation of color #96FBE4: hue angle of 166.34º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FBE4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB150251228-
CMYK0.4000.090.02
HSL166.34º92.66%78.63%-
HSV(B)166.34º40.24%98.43%-
XYZ61.0881.0885.83-
YUV218.18133.5479.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.85%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=23.85%
G=39.90%
B=36.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502512280.4000.090.02166.3492.6678.63
Hex96FBE428092a65d4f
Octal226373344500112246135117
Binary10010110111110111110010010100001001101010011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,251,228); }

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

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

 a { background-color: rgb(150,251,228); }

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

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

 span { border-color: rgb(150,251,228); }

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