#9DC6B6

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

Shades of Shadow Green #9DC6B6

Tints of Shadow Green #9DC6B6

Color information

#9DC6B6 (or 0x9DC6B6) is unknown color: approx Shadow Green. HEX triplet: 9D, C6 and B6. RGB value is (157,198,182). Sum of RGB (Red+Green+Blue) = 157+198+182=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC6B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC6B6 is #623949. Grayscale: #B7B7B7. Windows color (decimal): -6437194 or 11978397. OLE color: 11978397.

HSL color Cylindrical-coordinate representation of color #9DC6B6: hue angle of 156.59º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DC6B6 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB157198182-
CMYK0.2100.080.22
HSL156.59º26.45%69.61%-
HSV(B)156.59º20.71%77.65%-
XYZ42.5450.9351.84-
YUV183.92126.92108.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.24%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 182 (71.48% from 255) = 33.89%
R=29.24%
G=36.87%
B=33.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981820.2100.080.22156.5926.4569.61
Hex9DC6B61508169d1a46
Octal235306266250102623532106
Binary10011101110001101011011010101010001011010011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC6B6; }

 p { color: rgb(157,198,182); }

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

<style>
 a { background-color: #9DC6B6; }

 a { background-color: rgb(157,198,182); }

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

<style>
 span { border-color: #9DC6B6; }

 span { border-color: rgb(157,198,182); }

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