Shades of Shadow Green #9FBEB5
Tints of Shadow Green #9FBEB5
RGB
CMYK
RGB Variations
Color information
#9FBEB5 (or 0x9FBEB5) is known color: Shadow Green. HEX triplet: 9F, BE and B5. RGB value is (159,190,181). Sum of RGB (Red+Green+Blue) = 159+190+181=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEB5 is #60414A. Grayscale: #B3B3B3. Windows color (decimal): -6308171 or 11910815. OLE color: 11910815.
HSL color Cylindrical-coordinate representation of color #9FBEB5: hue angle of 162.58º 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 #9FBEB5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 190 | 181 | - |
CMYK | 0.16 | 0 | 0.05 | 0.25 |
HSL | 162.58º | 0.19% | 0.68% | - |
HSV(B) | 162.58º | 0.16% | 0.75% | - |
XYZ | 41.05 | 47.53 | 50.73 | - |
YUV | 179.71 | 128.73 | 113.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 181 | 0.16 | 0 | 0.05 | 0.25 | 162.58 | 0.19 | 0.68 |
Hex | 9F | BE | B5 | 10 | 0 | 5 | 19 | A3 | 13 | 44 |
Octal | 237 | 276 | 265 | 20 | 0 | 5 | 31 | 243 | 23 | 104 |
Binary | 10011111 | 10111110 | 10110101 | 10000 | 0 | 101 | 11001 | 10100011 | 10011 | 1000100 |
Color Harmonies of #9FBEB5
Complementary color
Monochromatic Colors of #9FBEB5
Black with #9FBEB5
Text Example
Text Example
White with #9FBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEB5; }
p { color: rgb(159,190,181); }
H1.HeaderClassName
{
color: #9FBEB5;
}
.AnyTagClassName
{
color: #9FBEB5;
}
</style>
background-color css
<style>
a { background-color: #9FBEB5; }
a { background-color: rgb(159,190,181); }
div.DivClassName
{
background-color: #9FBEB5;
}
.BgClassName
{
background-color: #9FBEB5;
}
</style>
border-color css
<style>
span { border-color: #9FBEB5; }
span { border-color: rgb(159,190,181); }
td.TdClassName
{
border-color: #9FBEB5;
}
.TagClassName
{
border-color: #9FBEB5;
}
</style>