Shades of Shadow Green #98CCC0
Tints of Shadow Green #98CCC0
RGB
CMYK
RGB Variations
Color information
#98CCC0 (or 0x98CCC0) is known color: Shadow Green. HEX triplet: 98, CC and C0. RGB value is (152,204,192). Sum of RGB (Red+Green+Blue) = 152+204+192=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCC0 is #67333F. Grayscale: #BBBBBB. Windows color (decimal): -6763328 or 12635288. OLE color: 12635288.
HSL color Cylindrical-coordinate representation of color #98CCC0: hue angle of 166.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCC0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 192 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.2 |
| HSL | 166.15º | 0.34% | 0.7% | - |
| HSV(B) | 166.15º | 0.25% | 0.8% | - |
| XYZ | 44.06 | 53.67 | 57.91 | - |
| YUV | 187.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 192 | 0.25 | 0 | 0.06 | 0.2 | 166.15 | 0.34 | 0.7 |
| Hex | 98 | CC | C0 | 19 | 0 | 6 | 14 | A6 | 22 | 46 |
| Octal | 230 | 314 | 300 | 31 | 0 | 6 | 24 | 246 | 42 | 106 |
| Binary | 10011000 | 11001100 | 11000000 | 11001 | 0 | 110 | 10100 | 10100110 | 100010 | 1000110 |
Color Harmonies of #98CCC0
Complementary color
Monochromatic Colors of #98CCC0
Black with #98CCC0
Text Example
Text Example
White with #98CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCC0; }
p { color: rgb(152,204,192); }
H1.HeaderClassName
{
color: #98CCC0;
}
.AnyTagClassName
{
color: #98CCC0;
}
</style>
background-color css
<style>
a { background-color: #98CCC0; }
a { background-color: rgb(152,204,192); }
div.DivClassName
{
background-color: #98CCC0;
}
.BgClassName
{
background-color: #98CCC0;
}
</style>
border-color css
<style>
span { border-color: #98CCC0; }
span { border-color: rgb(152,204,192); }
td.TdClassName
{
border-color: #98CCC0;
}
.TagClassName
{
border-color: #98CCC0;
}
</style>