Shades of Shadow Green #98C6B9
Tints of Shadow Green #98C6B9
RGB
CMYK
RGB Variations
Color information
#98C6B9 (or 0x98C6B9) is known color: Shadow Green. HEX triplet: 98, C6 and B9. RGB value is (152,198,185). Sum of RGB (Red+Green+Blue) = 152+198+185=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C6B9 is #673946. Grayscale: #B6B6B6. Windows color (decimal): -6764871 or 12175000. OLE color: 12175000.
HSL color Cylindrical-coordinate representation of color #98C6B9: hue angle of 163.04º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C6B9 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 185 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.22 |
| HSL | 163.04º | 0.29% | 0.69% | - |
| HSV(B) | 163.04º | 0.23% | 0.78% | - |
| XYZ | 41.9 | 50.57 | 53.45 | - |
| YUV | 182.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 185 | 0.23 | 0 | 0.07 | 0.22 | 163.04 | 0.29 | 0.69 |
| Hex | 98 | C6 | B9 | 17 | 0 | 7 | 16 | A3 | 1D | 45 |
| Octal | 230 | 306 | 271 | 27 | 0 | 7 | 26 | 243 | 35 | 105 |
| Binary | 10011000 | 11000110 | 10111001 | 10111 | 0 | 111 | 10110 | 10100011 | 11101 | 1000101 |
Color Harmonies of #98C6B9
Complementary color
Monochromatic Colors of #98C6B9
Black with #98C6B9
Text Example
Text Example
White with #98C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C6B9; }
p { color: rgb(152,198,185); }
H1.HeaderClassName
{
color: #98C6B9;
}
.AnyTagClassName
{
color: #98C6B9;
}
</style>
background-color css
<style>
a { background-color: #98C6B9; }
a { background-color: rgb(152,198,185); }
div.DivClassName
{
background-color: #98C6B9;
}
.BgClassName
{
background-color: #98C6B9;
}
</style>
border-color css
<style>
span { border-color: #98C6B9; }
span { border-color: rgb(152,198,185); }
td.TdClassName
{
border-color: #98C6B9;
}
.TagClassName
{
border-color: #98C6B9;
}
</style>