Shades of Shadow Green #9DC2B2
Tints of Shadow Green #9DC2B2
RGB
CMYK
RGB Variations
Color information
#9DC2B2 (or 0x9DC2B2) is known color: Shadow Green. HEX triplet: 9D, C2 and B2. RGB value is (157,194,178). Sum of RGB (Red+Green+Blue) = 157+194+178=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC2B2 is #623D4D. Grayscale: #B5B5B5. Windows color (decimal): -6438222 or 11715229. OLE color: 11715229.
HSL color Cylindrical-coordinate representation of color #9DC2B2: hue angle of 154.05º 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 #9DC2B2 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 178 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.24 |
| HSL | 154.05º | 0.23% | 0.69% | - |
| HSV(B) | 154.05º | 0.19% | 0.76% | - |
| XYZ | 41.23 | 48.97 | 49.4 | - |
| YUV | 181.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 178 | 0.19 | 0 | 0.08 | 0.24 | 154.05 | 0.23 | 0.69 |
| Hex | 9D | C2 | B2 | 13 | 0 | 8 | 18 | 9A | 17 | 45 |
| Octal | 235 | 302 | 262 | 23 | 0 | 10 | 30 | 232 | 27 | 105 |
| Binary | 10011101 | 11000010 | 10110010 | 10011 | 0 | 1000 | 11000 | 10011010 | 10111 | 1000101 |
Color Harmonies of #9DC2B2
Complementary color
Monochromatic Colors of #9DC2B2
Black with #9DC2B2
Text Example
Text Example
White with #9DC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC2B2; }
p { color: rgb(157,194,178); }
H1.HeaderClassName
{
color: #9DC2B2;
}
.AnyTagClassName
{
color: #9DC2B2;
}
</style>
background-color css
<style>
a { background-color: #9DC2B2; }
a { background-color: rgb(157,194,178); }
div.DivClassName
{
background-color: #9DC2B2;
}
.BgClassName
{
background-color: #9DC2B2;
}
</style>
border-color css
<style>
span { border-color: #9DC2B2; }
span { border-color: rgb(157,194,178); }
td.TdClassName
{
border-color: #9DC2B2;
}
.TagClassName
{
border-color: #9DC2B2;
}
</style>