Shades of Shadow Green #99C8BA
Tints of Shadow Green #99C8BA
RGB
CMYK
RGB Variations
Color information
#99C8BA (or 0x99C8BA) is known color: Shadow Green. HEX triplet: 99, C8 and BA. RGB value is (153,200,186). Sum of RGB (Red+Green+Blue) = 153+200+186=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8BA is #663745. Grayscale: #B8B8B8. Windows color (decimal): -6698822 or 12241049. OLE color: 12241049.
HSL color Cylindrical-coordinate representation of color #99C8BA: hue angle of 162.13º 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 #99C8BA is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 186 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.22 |
| HSL | 162.13º | 0.3% | 0.69% | - |
| HSV(B) | 162.13º | 0.24% | 0.78% | - |
| XYZ | 42.65 | 51.63 | 54.17 | - |
| YUV | 184.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 186 | 0.24 | 0 | 0.07 | 0.22 | 162.13 | 0.3 | 0.69 |
| Hex | 99 | C8 | BA | 18 | 0 | 7 | 16 | A2 | 1E | 45 |
| Octal | 231 | 310 | 272 | 30 | 0 | 7 | 26 | 242 | 36 | 105 |
| Binary | 10011001 | 11001000 | 10111010 | 11000 | 0 | 111 | 10110 | 10100010 | 11110 | 1000101 |
Color Harmonies of #99C8BA
Complementary color
Monochromatic Colors of #99C8BA
Black with #99C8BA
Text Example
Text Example
White with #99C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8BA; }
p { color: rgb(153,200,186); }
H1.HeaderClassName
{
color: #99C8BA;
}
.AnyTagClassName
{
color: #99C8BA;
}
</style>
background-color css
<style>
a { background-color: #99C8BA; }
a { background-color: rgb(153,200,186); }
div.DivClassName
{
background-color: #99C8BA;
}
.BgClassName
{
background-color: #99C8BA;
}
</style>
border-color css
<style>
span { border-color: #99C8BA; }
span { border-color: rgb(153,200,186); }
td.TdClassName
{
border-color: #99C8BA;
}
.TagClassName
{
border-color: #99C8BA;
}
</style>