Shades of Shadow Green #98C0BD
Tints of Shadow Green #98C0BD
RGB
CMYK
RGB Variations
Color information
#98C0BD (or 0x98C0BD) is known color: Shadow Green. HEX triplet: 98, C0 and BD. RGB value is (152,192,189). Sum of RGB (Red+Green+Blue) = 152+192+189=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #98C0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C0BD is #673F42. Grayscale: #B3B3B3. Windows color (decimal): -6766403 or 12435608. OLE color: 12435608.
HSL color Cylindrical-coordinate representation of color #98C0BD: hue angle of 175.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C0BD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 189 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.25 |
| HSL | 175.5º | 0.24% | 0.67% | - |
| HSV(B) | 175.5º | 0.21% | 0.75% | - |
| XYZ | 40.98 | 48.05 | 55.26 | - |
| YUV | 179.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 189 | 0.21 | 0 | 0.02 | 0.25 | 175.5 | 0.24 | 0.67 |
| Hex | 98 | C0 | BD | 15 | 0 | 2 | 19 | B0 | 18 | 43 |
| Octal | 230 | 300 | 275 | 25 | 0 | 2 | 31 | 260 | 30 | 103 |
| Binary | 10011000 | 11000000 | 10111101 | 10101 | 0 | 10 | 11001 | 10110000 | 11000 | 1000011 |
Color Harmonies of #98C0BD
Complementary color
Monochromatic Colors of #98C0BD
Black with #98C0BD
Text Example
Text Example
White with #98C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C0BD; }
p { color: rgb(152,192,189); }
H1.HeaderClassName
{
color: #98C0BD;
}
.AnyTagClassName
{
color: #98C0BD;
}
</style>
background-color css
<style>
a { background-color: #98C0BD; }
a { background-color: rgb(152,192,189); }
div.DivClassName
{
background-color: #98C0BD;
}
.BgClassName
{
background-color: #98C0BD;
}
</style>
border-color css
<style>
span { border-color: #98C0BD; }
span { border-color: rgb(152,192,189); }
td.TdClassName
{
border-color: #98C0BD;
}
.TagClassName
{
border-color: #98C0BD;
}
</style>