Shades of Shadow Green #9ABDBB
Tints of Shadow Green #9ABDBB
RGB
CMYK
RGB Variations
Color information
#9ABDBB (or 0x9ABDBB) is known color: Shadow Green. HEX triplet: 9A, BD and BB. RGB value is (154,189,187). Sum of RGB (Red+Green+Blue) = 154+189+187=530 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.06% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDBB is #654244. Grayscale: #B2B2B2. Windows color (decimal): -6636101 or 12303770. OLE color: 12303770.
HSL color Cylindrical-coordinate representation of color #9ABDBB: hue angle of 176.57º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABDBB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 189 | 187 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.26 |
| HSL | 176.57º | 0.21% | 0.67% | - |
| HSV(B) | 176.57º | 0.19% | 0.74% | - |
| XYZ | 40.49 | 46.85 | 53.92 | - |
| YUV | 178.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 189 | 187 | 0.19 | 0 | 0.01 | 0.26 | 176.57 | 0.21 | 0.67 |
| Hex | 9A | BD | BB | 13 | 0 | 1 | 1A | B1 | 15 | 43 |
| Octal | 232 | 275 | 273 | 23 | 0 | 1 | 32 | 261 | 25 | 103 |
| Binary | 10011010 | 10111101 | 10111011 | 10011 | 0 | 1 | 11010 | 10110001 | 10101 | 1000011 |
Color Harmonies of #9ABDBB
Complementary color
Monochromatic Colors of #9ABDBB
Black with #9ABDBB
Text Example
Text Example
White with #9ABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABDBB; }
p { color: rgb(154,189,187); }
H1.HeaderClassName
{
color: #9ABDBB;
}
.AnyTagClassName
{
color: #9ABDBB;
}
</style>
background-color css
<style>
a { background-color: #9ABDBB; }
a { background-color: rgb(154,189,187); }
div.DivClassName
{
background-color: #9ABDBB;
}
.BgClassName
{
background-color: #9ABDBB;
}
</style>
border-color css
<style>
span { border-color: #9ABDBB; }
span { border-color: rgb(154,189,187); }
td.TdClassName
{
border-color: #9ABDBB;
}
.TagClassName
{
border-color: #9ABDBB;
}
</style>