#9DCCBA

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

Shades of Shadow Green #9DCCBA

Tints of Shadow Green #9DCCBA

Color information

#9DCCBA (or 0x9DCCBA) is unknown color: approx Shadow Green. HEX triplet: 9D, CC and BA. RGB value is (157,204,186). Sum of RGB (Red+Green+Blue) = 157+204+186=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCCBA is #623345. Grayscale: #BBBBBB. Windows color (decimal): -6435654 or 12242077. OLE color: 12242077.

HSL color Cylindrical-coordinate representation of color #9DCCBA: hue angle of 157.02º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCCBA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB157204186-
CMYK0.2300.090.2
HSL157.02º31.54%70.78%-
HSV(B)157.02º23.04%80%-
XYZ44.3653.954.52-
YUV187.9126.93105.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.70%
GREEN value IS 204 (80.08% from 255) = 37.29%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=28.70%
G=37.29%
B=34.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041860.2300.090.2157.0231.5470.78
Hex9DCCBA1709149d2047
Octal235314272270112423540107
Binary100111011100110010111010101110100110100100111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,204,186); }

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

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

 a { background-color: rgb(157,204,186); }

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

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

 span { border-color: rgb(157,204,186); }

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