Shades of Shadow Green #9BCAB8
Tints of Shadow Green #9BCAB8
RGB
CMYK
RGB Variations
Color information
#9BCAB8 (or 0x9BCAB8) is known color: Shadow Green. HEX triplet: 9B, CA and B8. RGB value is (155,202,184). Sum of RGB (Red+Green+Blue) = 155+202+184=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 184 (72.27% from 255 or 34.01% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAB8 is #643547. Grayscale: #B9B9B9. Windows color (decimal): -6567240 or 12110491. OLE color: 12110491.
HSL color Cylindrical-coordinate representation of color #9BCAB8: hue angle of 157.02º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAB8 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 184 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.21 |
| HSL | 157.02º | 0.31% | 0.7% | - |
| HSV(B) | 157.02º | 0.23% | 0.79% | - |
| XYZ | 43.29 | 52.67 | 53.23 | - |
| YUV | 185.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 184 | 0.23 | 0 | 0.09 | 0.21 | 157.02 | 0.31 | 0.7 |
| Hex | 9B | CA | B8 | 17 | 0 | 9 | 15 | 9D | 1F | 46 |
| Octal | 233 | 312 | 270 | 27 | 0 | 11 | 25 | 235 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10111000 | 10111 | 0 | 1001 | 10101 | 10011101 | 11111 | 1000110 |
Color Harmonies of #9BCAB8
Complementary color
Monochromatic Colors of #9BCAB8
Black with #9BCAB8
Text Example
Text Example
White with #9BCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAB8; }
p { color: rgb(155,202,184); }
H1.HeaderClassName
{
color: #9BCAB8;
}
.AnyTagClassName
{
color: #9BCAB8;
}
</style>
background-color css
<style>
a { background-color: #9BCAB8; }
a { background-color: rgb(155,202,184); }
div.DivClassName
{
background-color: #9BCAB8;
}
.BgClassName
{
background-color: #9BCAB8;
}
</style>
border-color css
<style>
span { border-color: #9BCAB8; }
span { border-color: rgb(155,202,184); }
td.TdClassName
{
border-color: #9BCAB8;
}
.TagClassName
{
border-color: #9BCAB8;
}
</style>