Shades of Shadow Green #98BFBA
Tints of Shadow Green #98BFBA
RGB
CMYK
RGB Variations
Color information
#98BFBA (or 0x98BFBA) is known color: Shadow Green. HEX triplet: 98, BF and BA. RGB value is (152,191,186). Sum of RGB (Red+Green+Blue) = 152+191+186=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #98BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFBA is #674045. Grayscale: #B2B2B2. Windows color (decimal): -6766662 or 12238744. OLE color: 12238744.
HSL color Cylindrical-coordinate representation of color #98BFBA: hue angle of 172.31º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98BFBA is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 191 | 186 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.25 |
| HSL | 172.31º | 0.23% | 0.67% | - |
| HSV(B) | 172.31º | 0.2% | 0.75% | - |
| XYZ | 40.44 | 47.48 | 53.49 | - |
| YUV | 178.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 186 | 0.20 | 0 | 0.03 | 0.25 | 172.31 | 0.23 | 0.67 |
| Hex | 98 | BF | BA | 14 | 0 | 3 | 19 | AC | 17 | 43 |
| Octal | 230 | 277 | 272 | 24 | 0 | 3 | 31 | 254 | 27 | 103 |
| Binary | 10011000 | 10111111 | 10111010 | 10100 | 0 | 11 | 11001 | 10101100 | 10111 | 1000011 |
Color Harmonies of #98BFBA
Complementary color
Monochromatic Colors of #98BFBA
Black with #98BFBA
Text Example
Text Example
White with #98BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFBA; }
p { color: rgb(152,191,186); }
H1.HeaderClassName
{
color: #98BFBA;
}
.AnyTagClassName
{
color: #98BFBA;
}
</style>
background-color css
<style>
a { background-color: #98BFBA; }
a { background-color: rgb(152,191,186); }
div.DivClassName
{
background-color: #98BFBA;
}
.BgClassName
{
background-color: #98BFBA;
}
</style>
border-color css
<style>
span { border-color: #98BFBA; }
span { border-color: rgb(152,191,186); }
td.TdClassName
{
border-color: #98BFBA;
}
.TagClassName
{
border-color: #98BFBA;
}
</style>