#96C3B8

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

Shades of Shadow Green #96C3B8

Tints of Shadow Green #96C3B8

Color information

#96C3B8 (or 0x96C3B8) is unknown color: approx Shadow Green. HEX triplet: 96, C3 and B8. RGB value is (150,195,184). Sum of RGB (Red+Green+Blue) = 150+195+184=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #96C3B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3B8 is #693C47. Grayscale: #B4B4B4. Windows color (decimal): -6896712 or 12108694. OLE color: 12108694.

HSL color Cylindrical-coordinate representation of color #96C3B8: hue angle of 165.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C3B8 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB150195184-
CMYK0.2300.060.24
HSL165.33º27.27%67.65%-
HSV(B)165.33º23.08%76.47%-
XYZ40.7448.9752.65-
YUV180.29130.09106.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=28.36%
G=36.86%
B=34.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951840.2300.060.24165.3327.2767.65
Hex96C3B8170618a51b44
Octal22630327027063024533104
Binary1001011011000011101110001011101101100010100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,184); }

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

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

 a { background-color: rgb(150,195,184); }

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

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

 span { border-color: rgb(150,195,184); }

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