Shades of Shadow Green #98C6BD
Tints of Shadow Green #98C6BD
RGB
CMYK
RGB Variations
Color information
#98C6BD (or 0x98C6BD) is known color: Shadow Green. HEX triplet: 98, C6 and BD. RGB value is (152,198,189). Sum of RGB (Red+Green+Blue) = 152+198+189=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C6BD is #673942. Grayscale: #B7B7B7. Windows color (decimal): -6764867 or 12437144. OLE color: 12437144.
HSL color Cylindrical-coordinate representation of color #98C6BD: hue angle of 168.26º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98C6BD is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 189 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.22 |
| HSL | 168.26º | 0.29% | 0.69% | - |
| HSV(B) | 168.26º | 0.23% | 0.78% | - |
| XYZ | 42.33 | 50.74 | 55.71 | - |
| YUV | 183.22 | 131.26 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 189 | 0.23 | 0 | 0.05 | 0.22 | 168.26 | 0.29 | 0.69 |
| Hex | 98 | C6 | BD | 17 | 0 | 5 | 16 | A8 | 1D | 45 |
| Octal | 230 | 306 | 275 | 27 | 0 | 5 | 26 | 250 | 35 | 105 |
| Binary | 10011000 | 11000110 | 10111101 | 10111 | 0 | 101 | 10110 | 10101000 | 11101 | 1000101 |
Color Harmonies of #98C6BD
Complementary color
Monochromatic Colors of #98C6BD
Black with #98C6BD
Text Example
Text Example
White with #98C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C6BD; }
p { color: rgb(152,198,189); }
H1.HeaderClassName
{
color: #98C6BD;
}
.AnyTagClassName
{
color: #98C6BD;
}
</style>
background-color css
<style>
a { background-color: #98C6BD; }
a { background-color: rgb(152,198,189); }
div.DivClassName
{
background-color: #98C6BD;
}
.BgClassName
{
background-color: #98C6BD;
}
</style>
border-color css
<style>
span { border-color: #98C6BD; }
span { border-color: rgb(152,198,189); }
td.TdClassName
{
border-color: #98C6BD;
}
.TagClassName
{
border-color: #98C6BD;
}
</style>