Shades of Shadow Green #98C6B5
Tints of Shadow Green #98C6B5
RGB
CMYK
RGB Variations
Color information
#98C6B5 (or 0x98C6B5) is known color: Shadow Green. HEX triplet: 98, C6 and B5. RGB value is (152,198,181). Sum of RGB (Red+Green+Blue) = 152+198+181=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #98C6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C6B5 is #67394A. Grayscale: #B6B6B6. Windows color (decimal): -6764875 or 11912856. OLE color: 11912856.
HSL color Cylindrical-coordinate representation of color #98C6B5: hue angle of 157.83º 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 #98C6B5 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 181 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.22 |
| HSL | 157.83º | 0.29% | 0.69% | - |
| HSV(B) | 157.83º | 0.23% | 0.78% | - |
| XYZ | 41.48 | 50.4 | 51.26 | - |
| YUV | 182.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 181 | 0.23 | 0 | 0.09 | 0.22 | 157.83 | 0.29 | 0.69 |
| Hex | 98 | C6 | B5 | 17 | 0 | 9 | 16 | 9E | 1D | 45 |
| Octal | 230 | 306 | 265 | 27 | 0 | 11 | 26 | 236 | 35 | 105 |
| Binary | 10011000 | 11000110 | 10110101 | 10111 | 0 | 1001 | 10110 | 10011110 | 11101 | 1000101 |
Color Harmonies of #98C6B5
Complementary color
Monochromatic Colors of #98C6B5
Black with #98C6B5
Text Example
Text Example
White with #98C6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C6B5; }
p { color: rgb(152,198,181); }
H1.HeaderClassName
{
color: #98C6B5;
}
.AnyTagClassName
{
color: #98C6B5;
}
</style>
background-color css
<style>
a { background-color: #98C6B5; }
a { background-color: rgb(152,198,181); }
div.DivClassName
{
background-color: #98C6B5;
}
.BgClassName
{
background-color: #98C6B5;
}
</style>
border-color css
<style>
span { border-color: #98C6B5; }
span { border-color: rgb(152,198,181); }
td.TdClassName
{
border-color: #98C6B5;
}
.TagClassName
{
border-color: #98C6B5;
}
</style>