Shades of Shadow Green #98CEBC
Tints of Shadow Green #98CEBC
RGB
CMYK
RGB Variations
Color information
#98CEBC (or 0x98CEBC) is known color: Shadow Green. HEX triplet: 98, CE and BC. RGB value is (152,206,188). Sum of RGB (Red+Green+Blue) = 152+206+188=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #98CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CEBC is #673143. Grayscale: #BBBBBB. Windows color (decimal): -6762820 or 12373656. OLE color: 12373656.
HSL color Cylindrical-coordinate representation of color #98CEBC: hue angle of 160º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98CEBC is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 188 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.19 |
| HSL | 160º | 0.36% | 0.7% | - |
| HSV(B) | 160º | 0.26% | 0.81% | - |
| XYZ | 44.1 | 54.45 | 55.76 | - |
| YUV | 187.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 188 | 0.26 | 0 | 0.09 | 0.19 | 160 | 0.36 | 0.7 |
| Hex | 98 | CE | BC | 1A | 0 | 9 | 13 | A0 | 24 | 46 |
| Octal | 230 | 316 | 274 | 32 | 0 | 11 | 23 | 240 | 44 | 106 |
| Binary | 10011000 | 11001110 | 10111100 | 11010 | 0 | 1001 | 10011 | 10100000 | 100100 | 1000110 |
Color Harmonies of #98CEBC
Complementary color
Monochromatic Colors of #98CEBC
Black with #98CEBC
Text Example
Text Example
White with #98CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CEBC; }
p { color: rgb(152,206,188); }
H1.HeaderClassName
{
color: #98CEBC;
}
.AnyTagClassName
{
color: #98CEBC;
}
</style>
background-color css
<style>
a { background-color: #98CEBC; }
a { background-color: rgb(152,206,188); }
div.DivClassName
{
background-color: #98CEBC;
}
.BgClassName
{
background-color: #98CEBC;
}
</style>
border-color css
<style>
span { border-color: #98CEBC; }
span { border-color: rgb(152,206,188); }
td.TdClassName
{
border-color: #98CEBC;
}
.TagClassName
{
border-color: #98CEBC;
}
</style>