Shades of Shadow Green #98C1BA
Tints of Shadow Green #98C1BA
RGB
CMYK
RGB Variations
Color information
#98C1BA (or 0x98C1BA) is known color: Shadow Green. HEX triplet: 98, C1 and BA. RGB value is (152,193,186). Sum of RGB (Red+Green+Blue) = 152+193+186=531 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.63% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #98C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98C1BA is #673E45. Grayscale: #B3B3B3. Windows color (decimal): -6766150 or 12239256. OLE color: 12239256.
HSL color Cylindrical-coordinate representation of color #98C1BA: hue angle of 169.76º 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 #98C1BA is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 186 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.24 |
| HSL | 169.76º | 0.25% | 0.68% | - |
| HSV(B) | 169.76º | 0.21% | 0.76% | - |
| XYZ | 40.88 | 48.36 | 53.63 | - |
| YUV | 179.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 186 | 0.21 | 0 | 0.04 | 0.24 | 169.76 | 0.25 | 0.68 |
| Hex | 98 | C1 | BA | 15 | 0 | 4 | 18 | AA | 19 | 44 |
| Octal | 230 | 301 | 272 | 25 | 0 | 4 | 30 | 252 | 31 | 104 |
| Binary | 10011000 | 11000001 | 10111010 | 10101 | 0 | 100 | 11000 | 10101010 | 11001 | 1000100 |
Color Harmonies of #98C1BA
Complementary color
Monochromatic Colors of #98C1BA
Black with #98C1BA
Text Example
Text Example
White with #98C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C1BA; }
p { color: rgb(152,193,186); }
H1.HeaderClassName
{
color: #98C1BA;
}
.AnyTagClassName
{
color: #98C1BA;
}
</style>
background-color css
<style>
a { background-color: #98C1BA; }
a { background-color: rgb(152,193,186); }
div.DivClassName
{
background-color: #98C1BA;
}
.BgClassName
{
background-color: #98C1BA;
}
</style>
border-color css
<style>
span { border-color: #98C1BA; }
span { border-color: rgb(152,193,186); }
td.TdClassName
{
border-color: #98C1BA;
}
.TagClassName
{
border-color: #98C1BA;
}
</style>