Shades of Summer Green #9FBCA8
Tints of Summer Green #9FBCA8
RGB
CMYK
RGB Variations
Color information
#9FBCA8 (or 0x9FBCA8) is known color: Summer Green. HEX triplet: 9F, BC and A8. RGB value is (159,188,168). Sum of RGB (Red+Green+Blue) = 159+188+168=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBCA8 is #604357. Grayscale: #B1B1B1. Windows color (decimal): -6308696 or 11058335. OLE color: 11058335.
HSL color Cylindrical-coordinate representation of color #9FBCA8: hue angle of 138.62º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCA8 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 159 | 188 | 168 | - |
CMYK | 0.15 | 0 | 0.11 | 0.26 |
HSL | 138.62º | 0.18% | 0.68% | - |
HSV(B) | 138.62º | 0.15% | 0.74% | - |
XYZ | 39.35 | 46.16 | 43.88 | - |
YUV | 177.05 | 122.89 | 115.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 188 | 168 | 0.15 | 0 | 0.11 | 0.26 | 138.62 | 0.18 | 0.68 |
Hex | 9F | BC | A8 | F | 0 | B | 1A | 8B | 12 | 44 |
Octal | 237 | 274 | 250 | 17 | 0 | 13 | 32 | 213 | 22 | 104 |
Binary | 10011111 | 10111100 | 10101000 | 1111 | 0 | 1011 | 11010 | 10001011 | 10010 | 1000100 |
Color Harmonies of #9FBCA8
Complementary color
Monochromatic Colors of #9FBCA8
Black with #9FBCA8
Text Example
Text Example
White with #9FBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCA8; }
p { color: rgb(159,188,168); }
H1.HeaderClassName
{
color: #9FBCA8;
}
.AnyTagClassName
{
color: #9FBCA8;
}
</style>
background-color css
<style>
a { background-color: #9FBCA8; }
a { background-color: rgb(159,188,168); }
div.DivClassName
{
background-color: #9FBCA8;
}
.BgClassName
{
background-color: #9FBCA8;
}
</style>
border-color css
<style>
span { border-color: #9FBCA8; }
span { border-color: rgb(159,188,168); }
td.TdClassName
{
border-color: #9FBCA8;
}
.TagClassName
{
border-color: #9FBCA8;
}
</style>