Shades of Shadow Green #98D1BE
Tints of Shadow Green #98D1BE
RGB
CMYK
RGB Variations
Color information
#98D1BE (or 0x98D1BE) is known color: Shadow Green. HEX triplet: 98, D1 and BE. RGB value is (152,209,190). Sum of RGB (Red+Green+Blue) = 152+209+190=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #98D1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D1BE is #672E41. Grayscale: #BDBDBD. Windows color (decimal): -6762050 or 12505496. OLE color: 12505496.
HSL color Cylindrical-coordinate representation of color #98D1BE: hue angle of 160º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D1BE is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 190 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.18 |
| HSL | 160º | 0.38% | 0.71% | - |
| HSV(B) | 160º | 0.27% | 0.82% | - |
| XYZ | 45.04 | 55.99 | 57.15 | - |
| YUV | 189.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 190 | 0.27 | 0 | 0.09 | 0.18 | 160 | 0.38 | 0.71 |
| Hex | 98 | D1 | BE | 1B | 0 | 9 | 12 | A0 | 26 | 47 |
| Octal | 230 | 321 | 276 | 33 | 0 | 11 | 22 | 240 | 46 | 107 |
| Binary | 10011000 | 11010001 | 10111110 | 11011 | 0 | 1001 | 10010 | 10100000 | 100110 | 1000111 |
Color Harmonies of #98D1BE
Complementary color
Monochromatic Colors of #98D1BE
Black with #98D1BE
Text Example
Text Example
White with #98D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D1BE; }
p { color: rgb(152,209,190); }
H1.HeaderClassName
{
color: #98D1BE;
}
.AnyTagClassName
{
color: #98D1BE;
}
</style>
background-color css
<style>
a { background-color: #98D1BE; }
a { background-color: rgb(152,209,190); }
div.DivClassName
{
background-color: #98D1BE;
}
.BgClassName
{
background-color: #98D1BE;
}
</style>
border-color css
<style>
span { border-color: #98D1BE; }
span { border-color: rgb(152,209,190); }
td.TdClassName
{
border-color: #98D1BE;
}
.TagClassName
{
border-color: #98D1BE;
}
</style>