#96CABD

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

Shades of Shadow Green #96CABD

Tints of Shadow Green #96CABD

Color information

#96CABD (or 0x96CABD) is unknown color: approx Shadow Green. HEX triplet: 96, CA and BD. RGB value is (150,202,189). Sum of RGB (Red+Green+Blue) = 150+202+189=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #96CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CABD is #693542. Grayscale: #B8B8B8. Windows color (decimal): -6894915 or 12438166. OLE color: 12438166.

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

Color convert

RGB150202189-
CMYK0.2600.060.21
HSL165º32.91%69.02%-
HSV(B)165º25.74%79.22%-
XYZ42.8852.456-
YUV184.97130.27103.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=27.73%
G=37.34%
B=34.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021890.2600.060.2116532.9169.02
Hex96CABD1A0615a52145
Octal22631227532062524541105
Binary10010110110010101011110111010011010101101001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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