Shades of Shadow Green #99C8BB
Tints of Shadow Green #99C8BB
RGB
CMYK
RGB Variations
Color information
#99C8BB (or 0x99C8BB) is known color: Shadow Green. HEX triplet: 99, C8 and BB. RGB value is (153,200,187). Sum of RGB (Red+Green+Blue) = 153+200+187=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8BB is #663744. Grayscale: #B8B8B8. Windows color (decimal): -6698821 or 12306585. OLE color: 12306585.
HSL color Cylindrical-coordinate representation of color #99C8BB: hue angle of 163.4º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C8BB is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 187 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.22 |
| HSL | 163.4º | 0.3% | 0.69% | - |
| HSV(B) | 163.4º | 0.24% | 0.78% | - |
| XYZ | 42.76 | 51.67 | 54.73 | - |
| YUV | 184.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 187 | 0.24 | 0 | 0.06 | 0.22 | 163.4 | 0.3 | 0.69 |
| Hex | 99 | C8 | BB | 18 | 0 | 6 | 16 | A3 | 1E | 45 |
| Octal | 231 | 310 | 273 | 30 | 0 | 6 | 26 | 243 | 36 | 105 |
| Binary | 10011001 | 11001000 | 10111011 | 11000 | 0 | 110 | 10110 | 10100011 | 11110 | 1000101 |
Color Harmonies of #99C8BB
Complementary color
Monochromatic Colors of #99C8BB
Black with #99C8BB
Text Example
Text Example
White with #99C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8BB; }
p { color: rgb(153,200,187); }
H1.HeaderClassName
{
color: #99C8BB;
}
.AnyTagClassName
{
color: #99C8BB;
}
</style>
background-color css
<style>
a { background-color: #99C8BB; }
a { background-color: rgb(153,200,187); }
div.DivClassName
{
background-color: #99C8BB;
}
.BgClassName
{
background-color: #99C8BB;
}
</style>
border-color css
<style>
span { border-color: #99C8BB; }
span { border-color: rgb(153,200,187); }
td.TdClassName
{
border-color: #99C8BB;
}
.TagClassName
{
border-color: #99C8BB;
}
</style>