Shades of Shadow Green #98C5C0
Tints of Shadow Green #98C5C0
RGB
CMYK
RGB Variations
Color information
#98C5C0 (or 0x98C5C0) is known color: Shadow Green. HEX triplet: 98, C5 and C0. RGB value is (152,197,192). Sum of RGB (Red+Green+Blue) = 152+197+192=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5C0 is #673A3F. Grayscale: #B6B6B6. Windows color (decimal): -6765120 or 12633496. OLE color: 12633496.
HSL color Cylindrical-coordinate representation of color #98C5C0: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C5C0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 192 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.23 |
| HSL | 173.33º | 0.28% | 0.68% | - |
| HSV(B) | 173.33º | 0.23% | 0.77% | - |
| XYZ | 42.43 | 50.41 | 57.36 | - |
| YUV | 182.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 192 | 0.23 | 0 | 0.03 | 0.23 | 173.33 | 0.28 | 0.68 |
| Hex | 98 | C5 | C0 | 17 | 0 | 3 | 17 | AD | 1C | 44 |
| Octal | 230 | 305 | 300 | 27 | 0 | 3 | 27 | 255 | 34 | 104 |
| Binary | 10011000 | 11000101 | 11000000 | 10111 | 0 | 11 | 10111 | 10101101 | 11100 | 1000100 |
Color Harmonies of #98C5C0
Complementary color
Monochromatic Colors of #98C5C0
Black with #98C5C0
Text Example
Text Example
White with #98C5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5C0; }
p { color: rgb(152,197,192); }
H1.HeaderClassName
{
color: #98C5C0;
}
.AnyTagClassName
{
color: #98C5C0;
}
</style>
background-color css
<style>
a { background-color: #98C5C0; }
a { background-color: rgb(152,197,192); }
div.DivClassName
{
background-color: #98C5C0;
}
.BgClassName
{
background-color: #98C5C0;
}
</style>
border-color css
<style>
span { border-color: #98C5C0; }
span { border-color: rgb(152,197,192); }
td.TdClassName
{
border-color: #98C5C0;
}
.TagClassName
{
border-color: #98C5C0;
}
</style>