Shades of Shadow Green #98CDC2
Tints of Shadow Green #98CDC2
RGB
CMYK
RGB Variations
Color information
#98CDC2 (or 0x98CDC2) is known color: Shadow Green. HEX triplet: 98, CD and C2. RGB value is (152,205,194). Sum of RGB (Red+Green+Blue) = 152+205+194=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #98CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CDC2 is #67323D. Grayscale: #BBBBBB. Windows color (decimal): -6763070 or 12766616. OLE color: 12766616.
HSL color Cylindrical-coordinate representation of color #98CDC2: hue angle of 167.55º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CDC2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 205 | 194 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.20 |
| HSL | 167.55º | 0.35% | 0.7% | - |
| HSV(B) | 167.55º | 0.26% | 0.8% | - |
| XYZ | 44.52 | 54.23 | 59.16 | - |
| YUV | 187.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 205 | 194 | 0.26 | 0 | 0.05 | 0.20 | 167.55 | 0.35 | 0.7 |
| Hex | 98 | CD | C2 | 1A | 0 | 5 | 14 | A8 | 23 | 46 |
| Octal | 230 | 315 | 302 | 32 | 0 | 5 | 24 | 250 | 43 | 106 |
| Binary | 10011000 | 11001101 | 11000010 | 11010 | 0 | 101 | 10100 | 10101000 | 100011 | 1000110 |
Color Harmonies of #98CDC2
Complementary color
Monochromatic Colors of #98CDC2
Black with #98CDC2
Text Example
Text Example
White with #98CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CDC2; }
p { color: rgb(152,205,194); }
H1.HeaderClassName
{
color: #98CDC2;
}
.AnyTagClassName
{
color: #98CDC2;
}
</style>
background-color css
<style>
a { background-color: #98CDC2; }
a { background-color: rgb(152,205,194); }
div.DivClassName
{
background-color: #98CDC2;
}
.BgClassName
{
background-color: #98CDC2;
}
</style>
border-color css
<style>
span { border-color: #98CDC2; }
span { border-color: rgb(152,205,194); }
td.TdClassName
{
border-color: #98CDC2;
}
.TagClassName
{
border-color: #98CDC2;
}
</style>