#9DC2B4

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

Shades of Shadow Green #9DC2B4

Tints of Shadow Green #9DC2B4

Color information

#9DC2B4 (or 0x9DC2B4) is unknown color: approx Shadow Green. HEX triplet: 9D, C2 and B4. RGB value is (157,194,180). Sum of RGB (Red+Green+Blue) = 157+194+180=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC2B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2B4 is #623D4B. Grayscale: #B5B5B5. Windows color (decimal): -6438220 or 11846301. OLE color: 11846301.

HSL color Cylindrical-coordinate representation of color #9DC2B4: hue angle of 157.3º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC2B4 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB157194180-
CMYK0.1900.070.24
HSL157.3º23.27%68.82%-
HSV(B)157.3º19.07%76.08%-
XYZ41.4349.0550.46-
YUV181.34127.24110.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 194 (76.17% from 255) = 36.53%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=29.57%
G=36.53%
B=33.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941800.1900.070.24157.323.2768.82
Hex9DC2B41307189d1745
Octal23530226423073023527105
Binary1001110111000010101101001001101111100010011101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,180); }

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

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

 a { background-color: rgb(157,194,180); }

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

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

 span { border-color: rgb(157,194,180); }

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