#96C8BD

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

Shades of Shadow Green #96C8BD

Tints of Shadow Green #96C8BD

Color information

#96C8BD (or 0x96C8BD) is unknown color: approx Shadow Green. HEX triplet: 96, C8 and BD. RGB value is (150,200,189). Sum of RGB (Red+Green+Blue) = 150+200+189=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8BD is #693742. Grayscale: #B7B7B7. Windows color (decimal): -6895427 or 12437654. OLE color: 12437654.

HSL color Cylindrical-coordinate representation of color #96C8BD: hue angle of 166.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8BD is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB150200189-
CMYK0.2500.060.22
HSL166.8º31.25%68.63%-
HSV(B)166.8º25%78.43%-
XYZ42.4251.4755.84-
YUV183.8130.94103.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 200 (78.52% from 255) = 37.11%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=27.83%
G=37.11%
B=35.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001890.2500.060.22166.831.2568.63
Hex96C8BD190616a71f45
Octal22631027531062624737105
Binary1001011011001000101111011100101101011010100111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,200,189); }

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

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

 a { background-color: rgb(150,200,189); }

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

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

 span { border-color: rgb(150,200,189); }

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