Shades of Shadow Green #9ABEB6
Tints of Shadow Green #9ABEB6
RGB
CMYK
RGB Variations
Color information
#9ABEB6 (or 0x9ABEB6) is known color: Shadow Green. HEX triplet: 9A, BE and B6. RGB value is (154,190,182). Sum of RGB (Red+Green+Blue) = 154+190+182=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEB6 is #654149. Grayscale: #B2B2B2. Windows color (decimal): -6635850 or 11976346. OLE color: 11976346.
HSL color Cylindrical-coordinate representation of color #9ABEB6: hue angle of 166.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 #9ABEB6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 182 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.25 |
| HSL | 166.67º | 0.22% | 0.67% | - |
| HSV(B) | 166.67º | 0.19% | 0.75% | - |
| XYZ | 40.18 | 47.07 | 51.22 | - |
| YUV | 178.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 182 | 0.19 | 0 | 0.04 | 0.25 | 166.67 | 0.22 | 0.67 |
| Hex | 9A | BE | B6 | 13 | 0 | 4 | 19 | A7 | 16 | 43 |
| Octal | 232 | 276 | 266 | 23 | 0 | 4 | 31 | 247 | 26 | 103 |
| Binary | 10011010 | 10111110 | 10110110 | 10011 | 0 | 100 | 11001 | 10100111 | 10110 | 1000011 |
Color Harmonies of #9ABEB6
Complementary color
Monochromatic Colors of #9ABEB6
Black with #9ABEB6
Text Example
Text Example
White with #9ABEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABEB6; }
p { color: rgb(154,190,182); }
H1.HeaderClassName
{
color: #9ABEB6;
}
.AnyTagClassName
{
color: #9ABEB6;
}
</style>
background-color css
<style>
a { background-color: #9ABEB6; }
a { background-color: rgb(154,190,182); }
div.DivClassName
{
background-color: #9ABEB6;
}
.BgClassName
{
background-color: #9ABEB6;
}
</style>
border-color css
<style>
span { border-color: #9ABEB6; }
span { border-color: rgb(154,190,182); }
td.TdClassName
{
border-color: #9ABEB6;
}
.TagClassName
{
border-color: #9ABEB6;
}
</style>