Shades of Shadow Green #9ABEBC
Tints of Shadow Green #9ABEBC
RGB
CMYK
RGB Variations
Color information
#9ABEBC (or 0x9ABEBC) is known color: Shadow Green. HEX triplet: 9A, BE and BC. RGB value is (154,190,188). Sum of RGB (Red+Green+Blue) = 154+190+188=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEBC is #654143. Grayscale: #B2B2B2. Windows color (decimal): -6635844 or 12369562. OLE color: 12369562.
HSL color Cylindrical-coordinate representation of color #9ABEBC: hue angle of 176.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEBC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 188 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.25 |
| HSL | 176.67º | 0.22% | 0.67% | - |
| HSV(B) | 176.67º | 0.19% | 0.75% | - |
| XYZ | 40.82 | 47.33 | 54.56 | - |
| YUV | 179.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 188 | 0.19 | 0 | 0.01 | 0.25 | 176.67 | 0.22 | 0.67 |
| Hex | 9A | BE | BC | 13 | 0 | 1 | 19 | B1 | 16 | 43 |
| Octal | 232 | 276 | 274 | 23 | 0 | 1 | 31 | 261 | 26 | 103 |
| Binary | 10011010 | 10111110 | 10111100 | 10011 | 0 | 1 | 11001 | 10110001 | 10110 | 1000011 |
Color Harmonies of #9ABEBC
Complementary color
Monochromatic Colors of #9ABEBC
Black with #9ABEBC
Text Example
Text Example
White with #9ABEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEBC; }
p { color: rgb(154,190,188); }
H1.HeaderClassName
{
color: #9ABEBC;
}
.AnyTagClassName
{
color: #9ABEBC;
}
</style>
background-color css
<style>
a { background-color: #9ABEBC; }
a { background-color: rgb(154,190,188); }
div.DivClassName
{
background-color: #9ABEBC;
}
.BgClassName
{
background-color: #9ABEBC;
}
</style>
border-color css
<style>
span { border-color: #9ABEBC; }
span { border-color: rgb(154,190,188); }
td.TdClassName
{
border-color: #9ABEBC;
}
.TagClassName
{
border-color: #9ABEBC;
}
</style>