Shades of Shadow Green #98C2B5
Tints of Shadow Green #98C2B5
RGB
CMYK
RGB Variations
Color information
#98C2B5 (or 0x98C2B5) is known color: Shadow Green. HEX triplet: 98, C2 and B5. RGB value is (152,194,181). Sum of RGB (Red+Green+Blue) = 152+194+181=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #98C2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C2B5 is #673D4A. Grayscale: #B3B3B3. Windows color (decimal): -6765899 or 11911832. OLE color: 11911832.
HSL color Cylindrical-coordinate representation of color #98C2B5: hue angle of 161.43º 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 #98C2B5 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 181 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.24 |
| HSL | 161.43º | 0.26% | 0.68% | - |
| HSV(B) | 161.43º | 0.22% | 0.76% | - |
| XYZ | 40.58 | 48.6 | 50.96 | - |
| YUV | 179.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 181 | 0.22 | 0 | 0.07 | 0.24 | 161.43 | 0.26 | 0.68 |
| Hex | 98 | C2 | B5 | 16 | 0 | 7 | 18 | A1 | 1A | 44 |
| Octal | 230 | 302 | 265 | 26 | 0 | 7 | 30 | 241 | 32 | 104 |
| Binary | 10011000 | 11000010 | 10110101 | 10110 | 0 | 111 | 11000 | 10100001 | 11010 | 1000100 |
Color Harmonies of #98C2B5
Complementary color
Monochromatic Colors of #98C2B5
Black with #98C2B5
Text Example
Text Example
White with #98C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C2B5; }
p { color: rgb(152,194,181); }
H1.HeaderClassName
{
color: #98C2B5;
}
.AnyTagClassName
{
color: #98C2B5;
}
</style>
background-color css
<style>
a { background-color: #98C2B5; }
a { background-color: rgb(152,194,181); }
div.DivClassName
{
background-color: #98C2B5;
}
.BgClassName
{
background-color: #98C2B5;
}
</style>
border-color css
<style>
span { border-color: #98C2B5; }
span { border-color: rgb(152,194,181); }
td.TdClassName
{
border-color: #98C2B5;
}
.TagClassName
{
border-color: #98C2B5;
}
</style>