Shades of Shadow Green #9FC2B8
Tints of Shadow Green #9FC2B8
RGB
CMYK
RGB Variations
Color information
#9FC2B8 (or 0x9FC2B8) is known color: Shadow Green. HEX triplet: 9F, C2 and B8. RGB value is (159,194,184). Sum of RGB (Red+Green+Blue) = 159+194+184=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2B8 is #603D47. Grayscale: #B6B6B6. Windows color (decimal): -6307144 or 12108447. OLE color: 12108447.
HSL color Cylindrical-coordinate representation of color #9FC2B8: hue angle of 162.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9FC2B8 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 184 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.24 |
| HSL | 162.86º | 0.22% | 0.69% | - |
| HSV(B) | 162.86º | 0.18% | 0.76% | - |
| XYZ | 42.24 | 49.42 | 52.66 | - |
| YUV | 182.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 184 | 0.18 | 0 | 0.05 | 0.24 | 162.86 | 0.22 | 0.69 |
| Hex | 9F | C2 | B8 | 12 | 0 | 5 | 18 | A3 | 16 | 45 |
| Octal | 237 | 302 | 270 | 22 | 0 | 5 | 30 | 243 | 26 | 105 |
| Binary | 10011111 | 11000010 | 10111000 | 10010 | 0 | 101 | 11000 | 10100011 | 10110 | 1000101 |
Color Harmonies of #9FC2B8
Complementary color
Monochromatic Colors of #9FC2B8
Black with #9FC2B8
Text Example
Text Example
White with #9FC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC2B8; }
p { color: rgb(159,194,184); }
H1.HeaderClassName
{
color: #9FC2B8;
}
.AnyTagClassName
{
color: #9FC2B8;
}
</style>
background-color css
<style>
a { background-color: #9FC2B8; }
a { background-color: rgb(159,194,184); }
div.DivClassName
{
background-color: #9FC2B8;
}
.BgClassName
{
background-color: #9FC2B8;
}
</style>
border-color css
<style>
span { border-color: #9FC2B8; }
span { border-color: rgb(159,194,184); }
td.TdClassName
{
border-color: #9FC2B8;
}
.TagClassName
{
border-color: #9FC2B8;
}
</style>