Shades of Shadow Green #99CAB6
Tints of Shadow Green #99CAB6
RGB
CMYK
RGB Variations
Color information
#99CAB6 (or 0x99CAB6) is known color: Shadow Green. HEX triplet: 99, CA and B6. RGB value is (153,202,182). Sum of RGB (Red+Green+Blue) = 153+202+182=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAB6 is #663549. Grayscale: #B9B9B9. Windows color (decimal): -6698314 or 11979417. OLE color: 11979417.
HSL color Cylindrical-coordinate representation of color #99CAB6: hue angle of 155.51º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAB6 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 182 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.21 |
| HSL | 155.51º | 0.32% | 0.7% | - |
| HSV(B) | 155.51º | 0.24% | 0.79% | - |
| XYZ | 42.7 | 52.39 | 52.12 | - |
| YUV | 185.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 182 | 0.24 | 0 | 0.10 | 0.21 | 155.51 | 0.32 | 0.7 |
| Hex | 99 | CA | B6 | 18 | 0 | A | 15 | 9C | 20 | 46 |
| Octal | 231 | 312 | 266 | 30 | 0 | 12 | 25 | 234 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10110110 | 11000 | 0 | 1010 | 10101 | 10011100 | 100000 | 1000110 |
Color Harmonies of #99CAB6
Complementary color
Monochromatic Colors of #99CAB6
Black with #99CAB6
Text Example
Text Example
White with #99CAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAB6; }
p { color: rgb(153,202,182); }
H1.HeaderClassName
{
color: #99CAB6;
}
.AnyTagClassName
{
color: #99CAB6;
}
</style>
background-color css
<style>
a { background-color: #99CAB6; }
a { background-color: rgb(153,202,182); }
div.DivClassName
{
background-color: #99CAB6;
}
.BgClassName
{
background-color: #99CAB6;
}
</style>
border-color css
<style>
span { border-color: #99CAB6; }
span { border-color: rgb(153,202,182); }
td.TdClassName
{
border-color: #99CAB6;
}
.TagClassName
{
border-color: #99CAB6;
}
</style>