Shades of Shadow Green #99C5B5
Tints of Shadow Green #99C5B5
RGB
CMYK
RGB Variations
Color information
#99C5B5 (or 0x99C5B5) is known color: Shadow Green. HEX triplet: 99, C5 and B5. RGB value is (153,197,181). Sum of RGB (Red+Green+Blue) = 153+197+181=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5B5 is #663A4A. Grayscale: #B6B6B6. Windows color (decimal): -6699595 or 11912601. OLE color: 11912601.
HSL color Cylindrical-coordinate representation of color #99C5B5: hue angle of 158.18º 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 #99C5B5 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 181 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.23 |
| HSL | 158.18º | 0.28% | 0.69% | - |
| HSV(B) | 158.18º | 0.22% | 0.77% | - |
| XYZ | 41.44 | 50.04 | 51.19 | - |
| YUV | 182.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 181 | 0.22 | 0 | 0.08 | 0.23 | 158.18 | 0.28 | 0.69 |
| Hex | 99 | C5 | B5 | 16 | 0 | 8 | 17 | 9E | 1C | 45 |
| Octal | 231 | 305 | 265 | 26 | 0 | 10 | 27 | 236 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10110101 | 10110 | 0 | 1000 | 10111 | 10011110 | 11100 | 1000101 |
Color Harmonies of #99C5B5
Complementary color
Monochromatic Colors of #99C5B5
Black with #99C5B5
Text Example
Text Example
White with #99C5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5B5; }
p { color: rgb(153,197,181); }
H1.HeaderClassName
{
color: #99C5B5;
}
.AnyTagClassName
{
color: #99C5B5;
}
</style>
background-color css
<style>
a { background-color: #99C5B5; }
a { background-color: rgb(153,197,181); }
div.DivClassName
{
background-color: #99C5B5;
}
.BgClassName
{
background-color: #99C5B5;
}
</style>
border-color css
<style>
span { border-color: #99C5B5; }
span { border-color: rgb(153,197,181); }
td.TdClassName
{
border-color: #99C5B5;
}
.TagClassName
{
border-color: #99C5B5;
}
</style>