Shades of Shadow Green #98CCC2
Tints of Shadow Green #98CCC2
RGB
CMYK
RGB Variations
Color information
#98CCC2 (or 0x98CCC2) is known color: Shadow Green. HEX triplet: 98, CC and C2. RGB value is (152,204,194). Sum of RGB (Red+Green+Blue) = 152+204+194=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CCC2 is #67333D. Grayscale: #BBBBBB. Windows color (decimal): -6763326 or 12766360. OLE color: 12766360.
HSL color Cylindrical-coordinate representation of color #98CCC2: hue angle of 168.46º 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 #98CCC2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 204 | 194 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.2 |
| HSL | 168.46º | 0.34% | 0.7% | - |
| HSV(B) | 168.46º | 0.25% | 0.8% | - |
| XYZ | 44.28 | 53.76 | 59.08 | - |
| YUV | 187.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 204 | 194 | 0.25 | 0 | 0.05 | 0.2 | 168.46 | 0.34 | 0.7 |
| Hex | 98 | CC | C2 | 19 | 0 | 5 | 14 | A8 | 22 | 46 |
| Octal | 230 | 314 | 302 | 31 | 0 | 5 | 24 | 250 | 42 | 106 |
| Binary | 10011000 | 11001100 | 11000010 | 11001 | 0 | 101 | 10100 | 10101000 | 100010 | 1000110 |
Color Harmonies of #98CCC2
Complementary color
Monochromatic Colors of #98CCC2
Black with #98CCC2
Text Example
Text Example
White with #98CCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CCC2; }
p { color: rgb(152,204,194); }
H1.HeaderClassName
{
color: #98CCC2;
}
.AnyTagClassName
{
color: #98CCC2;
}
</style>
background-color css
<style>
a { background-color: #98CCC2; }
a { background-color: rgb(152,204,194); }
div.DivClassName
{
background-color: #98CCC2;
}
.BgClassName
{
background-color: #98CCC2;
}
</style>
border-color css
<style>
span { border-color: #98CCC2; }
span { border-color: rgb(152,204,194); }
td.TdClassName
{
border-color: #98CCC2;
}
.TagClassName
{
border-color: #98CCC2;
}
</style>