Shades of Shadow Green #99D0C1
Tints of Shadow Green #99D0C1
RGB
CMYK
RGB Variations
Color information
#99D0C1 (or 0x99D0C1) is known color: Shadow Green. HEX triplet: 99, D0 and C1. RGB value is (153,208,193). Sum of RGB (Red+Green+Blue) = 153+208+193=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #99D0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D0C1 is #662F3E. Grayscale: #BDBDBD. Windows color (decimal): -6696767 or 12701849. OLE color: 12701849.
HSL color Cylindrical-coordinate representation of color #99D0C1: hue angle of 163.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99D0C1 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 193 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.18 |
| HSL | 163.64º | 0.37% | 0.71% | - |
| HSV(B) | 163.64º | 0.26% | 0.82% | - |
| XYZ | 45.32 | 55.73 | 58.82 | - |
| YUV | 189.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 193 | 0.26 | 0 | 0.07 | 0.18 | 163.64 | 0.37 | 0.71 |
| Hex | 99 | D0 | C1 | 1A | 0 | 7 | 12 | A4 | 25 | 47 |
| Octal | 231 | 320 | 301 | 32 | 0 | 7 | 22 | 244 | 45 | 107 |
| Binary | 10011001 | 11010000 | 11000001 | 11010 | 0 | 111 | 10010 | 10100100 | 100101 | 1000111 |
Color Harmonies of #99D0C1
Complementary color
Monochromatic Colors of #99D0C1
Black with #99D0C1
Text Example
Text Example
White with #99D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0C1; }
p { color: rgb(153,208,193); }
H1.HeaderClassName
{
color: #99D0C1;
}
.AnyTagClassName
{
color: #99D0C1;
}
</style>
background-color css
<style>
a { background-color: #99D0C1; }
a { background-color: rgb(153,208,193); }
div.DivClassName
{
background-color: #99D0C1;
}
.BgClassName
{
background-color: #99D0C1;
}
</style>
border-color css
<style>
span { border-color: #99D0C1; }
span { border-color: rgb(153,208,193); }
td.TdClassName
{
border-color: #99D0C1;
}
.TagClassName
{
border-color: #99D0C1;
}
</style>