Shades of Shadow Green #98BCBB
Tints of Shadow Green #98BCBB
RGB
CMYK
RGB Variations
Color information
#98BCBB (or 0x98BCBB) is known color: Shadow Green. HEX triplet: 98, BC and BB. RGB value is (152,188,187). Sum of RGB (Red+Green+Blue) = 152+188+187=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #98BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BCBB is #674344. Grayscale: #B1B1B1. Windows color (decimal): -6767429 or 12303512. OLE color: 12303512.
HSL color Cylindrical-coordinate representation of color #98BCBB: hue angle of 178.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98BCBB is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 187 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.26 |
| HSL | 178.33º | 0.21% | 0.67% | - |
| HSV(B) | 178.33º | 0.19% | 0.74% | - |
| XYZ | 39.9 | 46.23 | 53.83 | - |
| YUV | 177.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 187 | 0.19 | 0 | 0.01 | 0.26 | 178.33 | 0.21 | 0.67 |
| Hex | 98 | BC | BB | 13 | 0 | 1 | 1A | B2 | 15 | 43 |
| Octal | 230 | 274 | 273 | 23 | 0 | 1 | 32 | 262 | 25 | 103 |
| Binary | 10011000 | 10111100 | 10111011 | 10011 | 0 | 1 | 11010 | 10110010 | 10101 | 1000011 |
Color Harmonies of #98BCBB
Complementary color
Monochromatic Colors of #98BCBB
Black with #98BCBB
Text Example
Text Example
White with #98BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BCBB; }
p { color: rgb(152,188,187); }
H1.HeaderClassName
{
color: #98BCBB;
}
.AnyTagClassName
{
color: #98BCBB;
}
</style>
background-color css
<style>
a { background-color: #98BCBB; }
a { background-color: rgb(152,188,187); }
div.DivClassName
{
background-color: #98BCBB;
}
.BgClassName
{
background-color: #98BCBB;
}
</style>
border-color css
<style>
span { border-color: #98BCBB; }
span { border-color: rgb(152,188,187); }
td.TdClassName
{
border-color: #98BCBB;
}
.TagClassName
{
border-color: #98BCBB;
}
</style>