Shades of Shadow Green #98C1BB
Tints of Shadow Green #98C1BB
RGB
CMYK
RGB Variations
Color information
#98C1BB (or 0x98C1BB) is known color: Shadow Green. HEX triplet: 98, C1 and BB. RGB value is (152,193,187). Sum of RGB (Red+Green+Blue) = 152+193+187=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1BB is #673E44. Grayscale: #B4B4B4. Windows color (decimal): -6766149 or 12304792. OLE color: 12304792.
HSL color Cylindrical-coordinate representation of color #98C1BB: hue angle of 171.22º 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 #98C1BB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 187 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.24 |
| HSL | 171.22º | 0.25% | 0.68% | - |
| HSV(B) | 171.22º | 0.21% | 0.76% | - |
| XYZ | 40.99 | 48.4 | 54.2 | - |
| YUV | 180.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 187 | 0.21 | 0 | 0.03 | 0.24 | 171.22 | 0.25 | 0.68 |
| Hex | 98 | C1 | BB | 15 | 0 | 3 | 18 | AB | 19 | 44 |
| Octal | 230 | 301 | 273 | 25 | 0 | 3 | 30 | 253 | 31 | 104 |
| Binary | 10011000 | 11000001 | 10111011 | 10101 | 0 | 11 | 11000 | 10101011 | 11001 | 1000100 |
Color Harmonies of #98C1BB
Complementary color
Monochromatic Colors of #98C1BB
Black with #98C1BB
Text Example
Text Example
White with #98C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1BB; }
p { color: rgb(152,193,187); }
H1.HeaderClassName
{
color: #98C1BB;
}
.AnyTagClassName
{
color: #98C1BB;
}
</style>
background-color css
<style>
a { background-color: #98C1BB; }
a { background-color: rgb(152,193,187); }
div.DivClassName
{
background-color: #98C1BB;
}
.BgClassName
{
background-color: #98C1BB;
}
</style>
border-color css
<style>
span { border-color: #98C1BB; }
span { border-color: rgb(152,193,187); }
td.TdClassName
{
border-color: #98C1BB;
}
.TagClassName
{
border-color: #98C1BB;
}
</style>