Shades of Shadow Green #98C5B2
Tints of Shadow Green #98C5B2
RGB
CMYK
RGB Variations
Color information
#98C5B2 (or 0x98C5B2) is known color: Shadow Green. HEX triplet: 98, C5 and B2. RGB value is (152,197,178). Sum of RGB (Red+Green+Blue) = 152+197+178=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #98C5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C5B2 is #673A4D. Grayscale: #B5B5B5. Windows color (decimal): -6765134 or 11715992. OLE color: 11715992.
HSL color Cylindrical-coordinate representation of color #98C5B2: hue angle of 154.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C5B2 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 178 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.23 |
| HSL | 154.67º | 0.28% | 0.68% | - |
| HSV(B) | 154.67º | 0.23% | 0.77% | - |
| XYZ | 40.95 | 49.82 | 49.58 | - |
| YUV | 181.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 178 | 0.23 | 0 | 0.10 | 0.23 | 154.67 | 0.28 | 0.68 |
| Hex | 98 | C5 | B2 | 17 | 0 | A | 17 | 9B | 1C | 44 |
| Octal | 230 | 305 | 262 | 27 | 0 | 12 | 27 | 233 | 34 | 104 |
| Binary | 10011000 | 11000101 | 10110010 | 10111 | 0 | 1010 | 10111 | 10011011 | 11100 | 1000100 |
Color Harmonies of #98C5B2
Complementary color
Monochromatic Colors of #98C5B2
Black with #98C5B2
Text Example
Text Example
White with #98C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C5B2; }
p { color: rgb(152,197,178); }
H1.HeaderClassName
{
color: #98C5B2;
}
.AnyTagClassName
{
color: #98C5B2;
}
</style>
background-color css
<style>
a { background-color: #98C5B2; }
a { background-color: rgb(152,197,178); }
div.DivClassName
{
background-color: #98C5B2;
}
.BgClassName
{
background-color: #98C5B2;
}
</style>
border-color css
<style>
span { border-color: #98C5B2; }
span { border-color: rgb(152,197,178); }
td.TdClassName
{
border-color: #98C5B2;
}
.TagClassName
{
border-color: #98C5B2;
}
</style>