#96C8BA

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

Shades of Shadow Green #96C8BA

Tints of Shadow Green #96C8BA

Color information

#96C8BA (or 0x96C8BA) is unknown color: approx Shadow Green. HEX triplet: 96, C8 and BA. RGB value is (150,200,186). Sum of RGB (Red+Green+Blue) = 150+200+186=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8BA is #693745. Grayscale: #B7B7B7. Windows color (decimal): -6895430 or 12241046. OLE color: 12241046.

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

Color convert

RGB150200186-
CMYK0.2500.070.22
HSL163.2º31.25%68.63%-
HSV(B)163.2º25%78.43%-
XYZ42.0951.3454.14-
YUV183.45129.44104.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=27.99%
G=37.31%
B=34.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1502001860.2500.070.22163.231.2568.63
Hex96C8BA190716a31f45
Octal22631027231072624337105
Binary1001011011001000101110101100101111011010100011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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