Shades of Shadow Green #98C2B2
Tints of Shadow Green #98C2B2
RGB
CMYK
RGB Variations
Color information
#98C2B2 (or 0x98C2B2) is known color: Shadow Green. HEX triplet: 98, C2 and B2. RGB value is (152,194,178). Sum of RGB (Red+Green+Blue) = 152+194+178=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #98C2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C2B2 is #673D4D. Grayscale: #B3B3B3. Windows color (decimal): -6765902 or 11715224. OLE color: 11715224.
HSL color Cylindrical-coordinate representation of color #98C2B2: hue angle of 157.14º 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 #98C2B2 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 178 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.24 |
| HSL | 157.14º | 0.26% | 0.68% | - |
| HSV(B) | 157.14º | 0.22% | 0.76% | - |
| XYZ | 40.28 | 48.47 | 49.35 | - |
| YUV | 179.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 178 | 0.22 | 0 | 0.08 | 0.24 | 157.14 | 0.26 | 0.68 |
| Hex | 98 | C2 | B2 | 16 | 0 | 8 | 18 | 9D | 1A | 44 |
| Octal | 230 | 302 | 262 | 26 | 0 | 10 | 30 | 235 | 32 | 104 |
| Binary | 10011000 | 11000010 | 10110010 | 10110 | 0 | 1000 | 11000 | 10011101 | 11010 | 1000100 |
Color Harmonies of #98C2B2
Complementary color
Monochromatic Colors of #98C2B2
Black with #98C2B2
Text Example
Text Example
White with #98C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C2B2; }
p { color: rgb(152,194,178); }
H1.HeaderClassName
{
color: #98C2B2;
}
.AnyTagClassName
{
color: #98C2B2;
}
</style>
background-color css
<style>
a { background-color: #98C2B2; }
a { background-color: rgb(152,194,178); }
div.DivClassName
{
background-color: #98C2B2;
}
.BgClassName
{
background-color: #98C2B2;
}
</style>
border-color css
<style>
span { border-color: #98C2B2; }
span { border-color: rgb(152,194,178); }
td.TdClassName
{
border-color: #98C2B2;
}
.TagClassName
{
border-color: #98C2B2;
}
</style>