Shades of Shadow Green #98C2B7
Tints of Shadow Green #98C2B7
RGB
CMYK
RGB Variations
Color information
#98C2B7 (or 0x98C2B7) is known color: Shadow Green. HEX triplet: 98, C2 and B7. RGB value is (152,194,183). Sum of RGB (Red+Green+Blue) = 152+194+183=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #98C2B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C2B7 is #673D48. Grayscale: #B4B4B4. Windows color (decimal): -6765897 or 12042904. OLE color: 12042904.
HSL color Cylindrical-coordinate representation of color #98C2B7: hue angle of 164.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98C2B7 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 183 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.24 |
| HSL | 164.29º | 0.26% | 0.68% | - |
| HSV(B) | 164.29º | 0.22% | 0.76% | - |
| XYZ | 40.79 | 48.68 | 52.05 | - |
| YUV | 180.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 183 | 0.22 | 0 | 0.06 | 0.24 | 164.29 | 0.26 | 0.68 |
| Hex | 98 | C2 | B7 | 16 | 0 | 6 | 18 | A4 | 1A | 44 |
| Octal | 230 | 302 | 267 | 26 | 0 | 6 | 30 | 244 | 32 | 104 |
| Binary | 10011000 | 11000010 | 10110111 | 10110 | 0 | 110 | 11000 | 10100100 | 11010 | 1000100 |
Color Harmonies of #98C2B7
Complementary color
Monochromatic Colors of #98C2B7
Black with #98C2B7
Text Example
Text Example
White with #98C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C2B7; }
p { color: rgb(152,194,183); }
H1.HeaderClassName
{
color: #98C2B7;
}
.AnyTagClassName
{
color: #98C2B7;
}
</style>
background-color css
<style>
a { background-color: #98C2B7; }
a { background-color: rgb(152,194,183); }
div.DivClassName
{
background-color: #98C2B7;
}
.BgClassName
{
background-color: #98C2B7;
}
</style>
border-color css
<style>
span { border-color: #98C2B7; }
span { border-color: rgb(152,194,183); }
td.TdClassName
{
border-color: #98C2B7;
}
.TagClassName
{
border-color: #98C2B7;
}
</style>