Shades of Shadow Green #98C1BD
Tints of Shadow Green #98C1BD
RGB
CMYK
RGB Variations
Color information
#98C1BD (or 0x98C1BD) is known color: Shadow Green. HEX triplet: 98, C1 and BD. RGB value is (152,193,189). Sum of RGB (Red+Green+Blue) = 152+193+189=534 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.46% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1BD is #673E42. Grayscale: #B4B4B4. Windows color (decimal): -6766147 or 12435864. OLE color: 12435864.
HSL color Cylindrical-coordinate representation of color #98C1BD: hue angle of 174.15º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98C1BD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 189 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.24 |
| HSL | 174.15º | 0.25% | 0.68% | - |
| HSV(B) | 174.15º | 0.21% | 0.76% | - |
| XYZ | 41.2 | 48.49 | 55.33 | - |
| YUV | 180.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 189 | 0.21 | 0 | 0.02 | 0.24 | 174.15 | 0.25 | 0.68 |
| Hex | 98 | C1 | BD | 15 | 0 | 2 | 18 | AE | 19 | 44 |
| Octal | 230 | 301 | 275 | 25 | 0 | 2 | 30 | 256 | 31 | 104 |
| Binary | 10011000 | 11000001 | 10111101 | 10101 | 0 | 10 | 11000 | 10101110 | 11001 | 1000100 |
Color Harmonies of #98C1BD
Complementary color
Monochromatic Colors of #98C1BD
Black with #98C1BD
Text Example
Text Example
White with #98C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1BD; }
p { color: rgb(152,193,189); }
H1.HeaderClassName
{
color: #98C1BD;
}
.AnyTagClassName
{
color: #98C1BD;
}
</style>
background-color css
<style>
a { background-color: #98C1BD; }
a { background-color: rgb(152,193,189); }
div.DivClassName
{
background-color: #98C1BD;
}
.BgClassName
{
background-color: #98C1BD;
}
</style>
border-color css
<style>
span { border-color: #98C1BD; }
span { border-color: rgb(152,193,189); }
td.TdClassName
{
border-color: #98C1BD;
}
.TagClassName
{
border-color: #98C1BD;
}
</style>