Shades of Shadow Green #98CBBB
Tints of Shadow Green #98CBBB
RGB
CMYK
RGB Variations
Color information
#98CBBB (or 0x98CBBB) is known color: Shadow Green. HEX triplet: 98, CB and BB. RGB value is (152,203,187). Sum of RGB (Red+Green+Blue) = 152+203+187=542 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.04% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #98CBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98CBBB is #673444. Grayscale: #B9B9B9. Windows color (decimal): -6763589 or 12307352. OLE color: 12307352.
HSL color Cylindrical-coordinate representation of color #98CBBB: hue angle of 161.18º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CBBB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 203 | 187 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.20 |
| HSL | 161.18º | 0.33% | 0.7% | - |
| HSV(B) | 161.18º | 0.25% | 0.8% | - |
| XYZ | 43.27 | 52.98 | 54.96 | - |
| YUV | 185.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 203 | 187 | 0.25 | 0 | 0.08 | 0.20 | 161.18 | 0.33 | 0.7 |
| Hex | 98 | CB | BB | 19 | 0 | 8 | 14 | A1 | 21 | 46 |
| Octal | 230 | 313 | 273 | 31 | 0 | 10 | 24 | 241 | 41 | 106 |
| Binary | 10011000 | 11001011 | 10111011 | 11001 | 0 | 1000 | 10100 | 10100001 | 100001 | 1000110 |
Color Harmonies of #98CBBB
Complementary color
Monochromatic Colors of #98CBBB
Black with #98CBBB
Text Example
Text Example
White with #98CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CBBB; }
p { color: rgb(152,203,187); }
H1.HeaderClassName
{
color: #98CBBB;
}
.AnyTagClassName
{
color: #98CBBB;
}
</style>
background-color css
<style>
a { background-color: #98CBBB; }
a { background-color: rgb(152,203,187); }
div.DivClassName
{
background-color: #98CBBB;
}
.BgClassName
{
background-color: #98CBBB;
}
</style>
border-color css
<style>
span { border-color: #98CBBB; }
span { border-color: rgb(152,203,187); }
td.TdClassName
{
border-color: #98CBBB;
}
.TagClassName
{
border-color: #98CBBB;
}
</style>