Shades of Shadow Green #99C5BF
Tints of Shadow Green #99C5BF
RGB
CMYK
RGB Variations
Color information
#99C5BF (or 0x99C5BF) is known color: Shadow Green. HEX triplet: 99, C5 and BF. RGB value is (153,197,191). Sum of RGB (Red+Green+Blue) = 153+197+191=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5BF is #663A40. Grayscale: #B7B7B7. Windows color (decimal): -6699585 or 12567961. OLE color: 12567961.
HSL color Cylindrical-coordinate representation of color #99C5BF: hue angle of 171.82º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C5BF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 191 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.23 |
| HSL | 171.82º | 0.28% | 0.69% | - |
| HSV(B) | 171.82º | 0.22% | 0.77% | - |
| XYZ | 42.51 | 50.47 | 56.79 | - |
| YUV | 183.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 191 | 0.22 | 0 | 0.03 | 0.23 | 171.82 | 0.28 | 0.69 |
| Hex | 99 | C5 | BF | 16 | 0 | 3 | 17 | AC | 1C | 45 |
| Octal | 231 | 305 | 277 | 26 | 0 | 3 | 27 | 254 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10111111 | 10110 | 0 | 11 | 10111 | 10101100 | 11100 | 1000101 |
Color Harmonies of #99C5BF
Complementary color
Monochromatic Colors of #99C5BF
Black with #99C5BF
Text Example
Text Example
White with #99C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5BF; }
p { color: rgb(153,197,191); }
H1.HeaderClassName
{
color: #99C5BF;
}
.AnyTagClassName
{
color: #99C5BF;
}
</style>
background-color css
<style>
a { background-color: #99C5BF; }
a { background-color: rgb(153,197,191); }
div.DivClassName
{
background-color: #99C5BF;
}
.BgClassName
{
background-color: #99C5BF;
}
</style>
border-color css
<style>
span { border-color: #99C5BF; }
span { border-color: rgb(153,197,191); }
td.TdClassName
{
border-color: #99C5BF;
}
.TagClassName
{
border-color: #99C5BF;
}
</style>