Shades of Shadow Green #98C9BD
Tints of Shadow Green #98C9BD
RGB
CMYK
RGB Variations
Color information
#98C9BD (or 0x98C9BD) is known color: Shadow Green. HEX triplet: 98, C9 and BD. RGB value is (152,201,189). Sum of RGB (Red+Green+Blue) = 152+201+189=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #98C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C9BD is #673642. Grayscale: #B8B8B8. Windows color (decimal): -6764099 or 12437912. OLE color: 12437912.
HSL color Cylindrical-coordinate representation of color #98C9BD: hue angle of 165.31º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98C9BD is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 201 | 189 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.21 |
| HSL | 165.31º | 0.31% | 0.69% | - |
| HSV(B) | 165.31º | 0.24% | 0.79% | - |
| XYZ | 43.02 | 52.12 | 55.94 | - |
| YUV | 184.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 201 | 189 | 0.24 | 0 | 0.06 | 0.21 | 165.31 | 0.31 | 0.69 |
| Hex | 98 | C9 | BD | 18 | 0 | 6 | 15 | A5 | 1F | 45 |
| Octal | 230 | 311 | 275 | 30 | 0 | 6 | 25 | 245 | 37 | 105 |
| Binary | 10011000 | 11001001 | 10111101 | 11000 | 0 | 110 | 10101 | 10100101 | 11111 | 1000101 |
Color Harmonies of #98C9BD
Complementary color
Monochromatic Colors of #98C9BD
Black with #98C9BD
Text Example
Text Example
White with #98C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C9BD; }
p { color: rgb(152,201,189); }
H1.HeaderClassName
{
color: #98C9BD;
}
.AnyTagClassName
{
color: #98C9BD;
}
</style>
background-color css
<style>
a { background-color: #98C9BD; }
a { background-color: rgb(152,201,189); }
div.DivClassName
{
background-color: #98C9BD;
}
.BgClassName
{
background-color: #98C9BD;
}
</style>
border-color css
<style>
span { border-color: #98C9BD; }
span { border-color: rgb(152,201,189); }
td.TdClassName
{
border-color: #98C9BD;
}
.TagClassName
{
border-color: #98C9BD;
}
</style>