Shades of Shadow Green #98C5C2
Tints of Shadow Green #98C5C2
RGB
CMYK
RGB Variations
Color information
#98C5C2 (or 0x98C5C2) is known color: Shadow Green. HEX triplet: 98, C5 and C2. RGB value is (152,197,194). Sum of RGB (Red+Green+Blue) = 152+197+194=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C5C2 is #673A3D. Grayscale: #B7B7B7. Windows color (decimal): -6765118 or 12764568. OLE color: 12764568.
HSL color Cylindrical-coordinate representation of color #98C5C2: hue angle of 176º 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 #98C5C2 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 194 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.23 |
| HSL | 176º | 0.28% | 0.68% | - |
| HSV(B) | 176º | 0.23% | 0.77% | - |
| XYZ | 42.65 | 50.5 | 58.54 | - |
| YUV | 183.2 | 134.09 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 194 | 0.23 | 0 | 0.02 | 0.23 | 176 | 0.28 | 0.68 |
| Hex | 98 | C5 | C2 | 17 | 0 | 2 | 17 | B0 | 1C | 44 |
| Octal | 230 | 305 | 302 | 27 | 0 | 2 | 27 | 260 | 34 | 104 |
| Binary | 10011000 | 11000101 | 11000010 | 10111 | 0 | 10 | 10111 | 10110000 | 11100 | 1000100 |
Color Harmonies of #98C5C2
Complementary color
Monochromatic Colors of #98C5C2
Black with #98C5C2
Text Example
Text Example
White with #98C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5C2; }
p { color: rgb(152,197,194); }
H1.HeaderClassName
{
color: #98C5C2;
}
.AnyTagClassName
{
color: #98C5C2;
}
</style>
background-color css
<style>
a { background-color: #98C5C2; }
a { background-color: rgb(152,197,194); }
div.DivClassName
{
background-color: #98C5C2;
}
.BgClassName
{
background-color: #98C5C2;
}
</style>
border-color css
<style>
span { border-color: #98C5C2; }
span { border-color: rgb(152,197,194); }
td.TdClassName
{
border-color: #98C5C2;
}
.TagClassName
{
border-color: #98C5C2;
}
</style>