#96C0BB

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

Shades of Shadow Green #96C0BB

Tints of Shadow Green #96C0BB

Color information

#96C0BB (or 0x96C0BB) is unknown color: approx Shadow Green. HEX triplet: 96, C0 and BB. RGB value is (150,192,187). Sum of RGB (Red+Green+Blue) = 150+192+187=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0BB is #693F44. Grayscale: #B2B2B2. Windows color (decimal): -6897477 or 12304534. OLE color: 12304534.

HSL color Cylindrical-coordinate representation of color #96C0BB: hue angle of 172.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0BB is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB150192187-
CMYK0.2200.030.25
HSL172.86º25%67.06%-
HSV(B)172.86º21.88%75.29%-
XYZ40.447.7754.11-
YUV178.87132.59107.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=28.36%
G=36.29%
B=35.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501921870.2200.030.25172.862567.06
Hex96C0BB160319ad1943
Octal22630027326033125531103
Binary100101101100000010111011101100111100110101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,192,187); }

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

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

 a { background-color: rgb(150,192,187); }

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

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

 span { border-color: rgb(150,192,187); }

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