#96C9BD

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

Shades of Shadow Green #96C9BD

Tints of Shadow Green #96C9BD

Color information

#96C9BD (or 0x96C9BD) is unknown color: approx Shadow Green. HEX triplet: 96, C9 and BD. RGB value is (150,201,189). Sum of RGB (Red+Green+Blue) = 150+201+189=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 201 - color contains mainly: green. Hex color #96C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C9BD is #693642. Grayscale: #B8B8B8. Windows color (decimal): -6895171 or 12437910. OLE color: 12437910.

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

Color convert

RGB150201189-
CMYK0.2500.060.21
HSL165.88º32.08%68.82%-
HSV(B)165.88º25.37%78.82%-
XYZ42.6551.9355.92-
YUV184.38130.6103.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 201 (78.91% from 255) = 37.22%
BLUE value IS 189 (74.22% from 255) = 35%
R=27.78%
G=37.22%
B=35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011890.2500.060.21165.8832.0868.82
Hex96C9BD190615a62045
Octal22631127531062524640105
Binary10010110110010011011110111001011010101101001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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