#96CABF

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

Shades of Shadow Green #96CABF

Tints of Shadow Green #96CABF

Color information

#96CABF (or 0x96CABF) is unknown color: approx Shadow Green. HEX triplet: 96, CA and BF. RGB value is (150,202,191). Sum of RGB (Red+Green+Blue) = 150+202+191=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #96CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CABF is #693540. Grayscale: #B9B9B9. Windows color (decimal): -6894913 or 12569238. OLE color: 12569238.

HSL color Cylindrical-coordinate representation of color #96CABF: hue angle of 167.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CABF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB150202191-
CMYK0.2600.050.21
HSL167.31º32.91%69.02%-
HSV(B)167.31º25.74%79.22%-
XYZ43.152.4957.15-
YUV185.2131.27102.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 191 (75% from 255) = 35.17%
R=27.62%
G=37.20%
B=35.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021910.2600.050.21167.3132.9169.02
Hex96CABF1A0515a72145
Octal22631227732052524741105
Binary10010110110010101011111111010010110101101001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,191); }

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

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

 a { background-color: rgb(150,202,191); }

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

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

 span { border-color: rgb(150,202,191); }

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