#96C9BE

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

Shades of Shadow Green #96C9BE

Tints of Shadow Green #96C9BE

Color information

#96C9BE (or 0x96C9BE) is unknown color: approx Shadow Green. HEX triplet: 96, C9 and BE. RGB value is (150,201,190). Sum of RGB (Red+Green+Blue) = 150+201+190=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #96C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C9BE is #693641. Grayscale: #B8B8B8. Windows color (decimal): -6895170 or 12503446. OLE color: 12503446.

HSL color Cylindrical-coordinate representation of color #96C9BE: hue angle of 167.06º 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 #96C9BE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB150201190-
CMYK0.2500.050.21
HSL167.06º32.08%68.82%-
HSV(B)167.06º25.37%78.82%-
XYZ42.7651.9856.49-
YUV184.5131.1103.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=27.73%
G=37.15%
B=35.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502011900.2500.050.21167.0632.0868.82
Hex96C9BE190515a72045
Octal22631127631052524740105
Binary10010110110010011011111011001010110101101001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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