Shades of Shadow Green #9ABFBC
Tints of Shadow Green #9ABFBC
RGB
CMYK
RGB Variations
Color information
#9ABFBC (or 0x9ABFBC) is known color: Shadow Green. HEX triplet: 9A, BF and BC. RGB value is (154,191,188). Sum of RGB (Red+Green+Blue) = 154+191+188=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFBC is #654043. Grayscale: #B3B3B3. Windows color (decimal): -6635588 or 12369818. OLE color: 12369818.
HSL color Cylindrical-coordinate representation of color #9ABFBC: hue angle of 175.14º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABFBC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 191 | 188 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.25 |
| HSL | 175.14º | 0.22% | 0.68% | - |
| HSV(B) | 175.14º | 0.19% | 0.75% | - |
| XYZ | 41.03 | 47.76 | 54.63 | - |
| YUV | 179.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 191 | 188 | 0.19 | 0 | 0.02 | 0.25 | 175.14 | 0.22 | 0.68 |
| Hex | 9A | BF | BC | 13 | 0 | 2 | 19 | AF | 16 | 44 |
| Octal | 232 | 277 | 274 | 23 | 0 | 2 | 31 | 257 | 26 | 104 |
| Binary | 10011010 | 10111111 | 10111100 | 10011 | 0 | 10 | 11001 | 10101111 | 10110 | 1000100 |
Color Harmonies of #9ABFBC
Complementary color
Monochromatic Colors of #9ABFBC
Black with #9ABFBC
Text Example
Text Example
White with #9ABFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABFBC; }
p { color: rgb(154,191,188); }
H1.HeaderClassName
{
color: #9ABFBC;
}
.AnyTagClassName
{
color: #9ABFBC;
}
</style>
background-color css
<style>
a { background-color: #9ABFBC; }
a { background-color: rgb(154,191,188); }
div.DivClassName
{
background-color: #9ABFBC;
}
.BgClassName
{
background-color: #9ABFBC;
}
</style>
border-color css
<style>
span { border-color: #9ABFBC; }
span { border-color: rgb(154,191,188); }
td.TdClassName
{
border-color: #9ABFBC;
}
.TagClassName
{
border-color: #9ABFBC;
}
</style>