Shades of Shadow Green #98C9B6
Tints of Shadow Green #98C9B6
RGB
CMYK
RGB Variations
Color information
#98C9B6 (or 0x98C9B6) is known color: Shadow Green. HEX triplet: 98, C9 and B6. RGB value is (152,201,182). Sum of RGB (Red+Green+Blue) = 152+201+182=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #98C9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9B6 is #673649. Grayscale: #B8B8B8. Windows color (decimal): -6764106 or 11979160. OLE color: 11979160.
HSL color Cylindrical-coordinate representation of color #98C9B6: hue angle of 156.73º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C9B6 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 182 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.21 |
| HSL | 156.73º | 0.31% | 0.69% | - |
| HSV(B) | 156.73º | 0.24% | 0.79% | - |
| XYZ | 42.28 | 51.83 | 52.03 | - |
| YUV | 184.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 182 | 0.24 | 0 | 0.09 | 0.21 | 156.73 | 0.31 | 0.69 |
| Hex | 98 | C9 | B6 | 18 | 0 | 9 | 15 | 9D | 1F | 45 |
| Octal | 230 | 311 | 266 | 30 | 0 | 11 | 25 | 235 | 37 | 105 |
| Binary | 10011000 | 11001001 | 10110110 | 11000 | 0 | 1001 | 10101 | 10011101 | 11111 | 1000101 |
Color Harmonies of #98C9B6
Complementary color
Monochromatic Colors of #98C9B6
Black with #98C9B6
Text Example
Text Example
White with #98C9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9B6; }
p { color: rgb(152,201,182); }
H1.HeaderClassName
{
color: #98C9B6;
}
.AnyTagClassName
{
color: #98C9B6;
}
</style>
background-color css
<style>
a { background-color: #98C9B6; }
a { background-color: rgb(152,201,182); }
div.DivClassName
{
background-color: #98C9B6;
}
.BgClassName
{
background-color: #98C9B6;
}
</style>
border-color css
<style>
span { border-color: #98C9B6; }
span { border-color: rgb(152,201,182); }
td.TdClassName
{
border-color: #98C9B6;
}
.TagClassName
{
border-color: #98C9B6;
}
</style>