#9DC9BD

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

Shades of Shadow Green #9DC9BD

Tints of Shadow Green #9DC9BD

Color information

#9DC9BD (or 0x9DC9BD) is unknown color: approx Shadow Green. HEX triplet: 9D, C9 and BD. RGB value is (157,201,189). Sum of RGB (Red+Green+Blue) = 157+201+189=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC9BD is #623642. Grayscale: #BABABA. Windows color (decimal): -6436419 or 12437917. OLE color: 12437917.

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

Color convert

RGB157201189-
CMYK0.2200.060.21
HSL163.64º28.95%70.2%-
HSV(B)163.64º21.89%78.82%-
XYZ43.9852.6255.98-
YUV186.48129.42106.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.70%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=28.70%
G=36.75%
B=34.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011890.2200.060.21163.6428.9570.2
Hex9DC9BD160615a41d46
Octal23531127526062524435106
Binary1001110111001001101111011011001101010110100100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,201,189); }

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

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

 a { background-color: rgb(157,201,189); }

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

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

 span { border-color: rgb(157,201,189); }

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