Shades of Shadow Green #98BEBC
Tints of Shadow Green #98BEBC
RGB
CMYK
RGB Variations
Color information
#98BEBC (or 0x98BEBC) is known color: Shadow Green. HEX triplet: 98, BE and BC. RGB value is (152,190,188). Sum of RGB (Red+Green+Blue) = 152+190+188=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #98BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BEBC is #674143. Grayscale: #B2B2B2. Windows color (decimal): -6766916 or 12369560. OLE color: 12369560.
HSL color Cylindrical-coordinate representation of color #98BEBC: hue angle of 176.84º 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 #98BEBC is Cyan = 0.2, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 190 | 188 | - |
| CMYK | 0.2 | 0 | 0.01 | 0.25 |
| HSL | 176.84º | 0.23% | 0.67% | - |
| HSV(B) | 176.84º | 0.2% | 0.75% | - |
| XYZ | 40.44 | 47.13 | 54.54 | - |
| YUV | 178.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 190 | 188 | 0.2 | 0 | 0.01 | 0.25 | 176.84 | 0.23 | 0.67 |
| Hex | 98 | BE | BC | 14 | 0 | 1 | 19 | B1 | 17 | 43 |
| Octal | 230 | 276 | 274 | 24 | 0 | 1 | 31 | 261 | 27 | 103 |
| Binary | 10011000 | 10111110 | 10111100 | 10100 | 0 | 1 | 11001 | 10110001 | 10111 | 1000011 |
Color Harmonies of #98BEBC
Complementary color
Monochromatic Colors of #98BEBC
Black with #98BEBC
Text Example
Text Example
White with #98BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BEBC; }
p { color: rgb(152,190,188); }
H1.HeaderClassName
{
color: #98BEBC;
}
.AnyTagClassName
{
color: #98BEBC;
}
</style>
background-color css
<style>
a { background-color: #98BEBC; }
a { background-color: rgb(152,190,188); }
div.DivClassName
{
background-color: #98BEBC;
}
.BgClassName
{
background-color: #98BEBC;
}
</style>
border-color css
<style>
span { border-color: #98BEBC; }
span { border-color: rgb(152,190,188); }
td.TdClassName
{
border-color: #98BEBC;
}
.TagClassName
{
border-color: #98BEBC;
}
</style>