Shades of Shadow Green #9FBEB8
Tints of Shadow Green #9FBEB8
RGB
CMYK
RGB Variations
Color information
#9FBEB8 (or 0x9FBEB8) is known color: Shadow Green. HEX triplet: 9F, BE and B8. RGB value is (159,190,184). Sum of RGB (Red+Green+Blue) = 159+190+184=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEB8 is #604147. Grayscale: #B4B4B4. Windows color (decimal): -6308168 or 12107423. OLE color: 12107423.
HSL color Cylindrical-coordinate representation of color #9FBEB8: hue angle of 168.39º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEB8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 184 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.25 |
| HSL | 168.39º | 0.19% | 0.68% | - |
| HSV(B) | 168.39º | 0.16% | 0.75% | - |
| XYZ | 41.36 | 47.66 | 52.37 | - |
| YUV | 180.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 184 | 0.16 | 0 | 0.03 | 0.25 | 168.39 | 0.19 | 0.68 |
| Hex | 9F | BE | B8 | 10 | 0 | 3 | 19 | A8 | 13 | 44 |
| Octal | 237 | 276 | 270 | 20 | 0 | 3 | 31 | 250 | 23 | 104 |
| Binary | 10011111 | 10111110 | 10111000 | 10000 | 0 | 11 | 11001 | 10101000 | 10011 | 1000100 |
Color Harmonies of #9FBEB8
Complementary color
Monochromatic Colors of #9FBEB8
Black with #9FBEB8
Text Example
Text Example
White with #9FBEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEB8; }
p { color: rgb(159,190,184); }
H1.HeaderClassName
{
color: #9FBEB8;
}
.AnyTagClassName
{
color: #9FBEB8;
}
</style>
background-color css
<style>
a { background-color: #9FBEB8; }
a { background-color: rgb(159,190,184); }
div.DivClassName
{
background-color: #9FBEB8;
}
.BgClassName
{
background-color: #9FBEB8;
}
</style>
border-color css
<style>
span { border-color: #9FBEB8; }
span { border-color: rgb(159,190,184); }
td.TdClassName
{
border-color: #9FBEB8;
}
.TagClassName
{
border-color: #9FBEB8;
}
</style>