Shades of Shadow Green #99C8BF
Tints of Shadow Green #99C8BF
RGB
CMYK
RGB Variations
Color information
#99C8BF (or 0x99C8BF) is known color: Shadow Green. HEX triplet: 99, C8 and BF. RGB value is (153,200,191). Sum of RGB (Red+Green+Blue) = 153+200+191=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8BF is #663740. Grayscale: #B8B8B8. Windows color (decimal): -6698817 or 12568729. OLE color: 12568729.
HSL color Cylindrical-coordinate representation of color #99C8BF: hue angle of 168.51º 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 #99C8BF is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 191 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.22 |
| HSL | 168.51º | 0.3% | 0.69% | - |
| HSV(B) | 168.51º | 0.24% | 0.78% | - |
| XYZ | 43.2 | 51.84 | 57.02 | - |
| YUV | 184.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 191 | 0.24 | 0 | 0.04 | 0.22 | 168.51 | 0.3 | 0.69 |
| Hex | 99 | C8 | BF | 18 | 0 | 4 | 16 | A9 | 1E | 45 |
| Octal | 231 | 310 | 277 | 30 | 0 | 4 | 26 | 251 | 36 | 105 |
| Binary | 10011001 | 11001000 | 10111111 | 11000 | 0 | 100 | 10110 | 10101001 | 11110 | 1000101 |
Color Harmonies of #99C8BF
Complementary color
Monochromatic Colors of #99C8BF
Black with #99C8BF
Text Example
Text Example
White with #99C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8BF; }
p { color: rgb(153,200,191); }
H1.HeaderClassName
{
color: #99C8BF;
}
.AnyTagClassName
{
color: #99C8BF;
}
</style>
background-color css
<style>
a { background-color: #99C8BF; }
a { background-color: rgb(153,200,191); }
div.DivClassName
{
background-color: #99C8BF;
}
.BgClassName
{
background-color: #99C8BF;
}
</style>
border-color css
<style>
span { border-color: #99C8BF; }
span { border-color: rgb(153,200,191); }
td.TdClassName
{
border-color: #99C8BF;
}
.TagClassName
{
border-color: #99C8BF;
}
</style>