#96FBD6

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

Shades of Aquamarine #96FBD6

Tints of Aquamarine #96FBD6

Color information

#96FBD6 (or 0x96FBD6) is unknown color: approx Aquamarine. HEX triplet: 96, FB and D6. RGB value is (150,251,214). Sum of RGB (Red+Green+Blue) = 150+251+214=615 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.39% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #96FBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FBD6 is #690429. Grayscale: #D8D8D8. Windows color (decimal): -6882346 or 14089110. OLE color: 14089110.

HSL color Cylindrical-coordinate representation of color #96FBD6: hue angle of 158.02º 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 #96FBD6 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB150251214-
CMYK0.4000.150.02
HSL158.02º92.66%78.63%-
HSV(B)158.02º40.24%98.43%-
XYZ59.2180.3376-
YUV216.58126.5480.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.39%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 214 (83.98% from 255) = 34.80%
R=24.39%
G=40.81%
B=34.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502512140.4000.150.02158.0292.6678.63
Hex96FBD6280F29e5d4f
Octal226373326500172236135117
Binary10010110111110111101011010100001111101001111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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