Shades of Shadow Green #99CCC1
Tints of Shadow Green #99CCC1
RGB
CMYK
RGB Variations
Color information
#99CCC1 (or 0x99CCC1) is known color: Shadow Green. HEX triplet: 99, CC and C1. RGB value is (153,204,193). Sum of RGB (Red+Green+Blue) = 153+204+193=550 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.82% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCC1 is #66333E. Grayscale: #BBBBBB. Windows color (decimal): -6697791 or 12700825. OLE color: 12700825.
HSL color Cylindrical-coordinate representation of color #99CCC1: hue angle of 167.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCC1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 193 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.2 |
| HSL | 167.06º | 0.33% | 0.7% | - |
| HSV(B) | 167.06º | 0.25% | 0.8% | - |
| XYZ | 44.36 | 53.81 | 58.5 | - |
| YUV | 187.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 193 | 0.25 | 0 | 0.05 | 0.2 | 167.06 | 0.33 | 0.7 |
| Hex | 99 | CC | C1 | 19 | 0 | 5 | 14 | A7 | 21 | 46 |
| Octal | 231 | 314 | 301 | 31 | 0 | 5 | 24 | 247 | 41 | 106 |
| Binary | 10011001 | 11001100 | 11000001 | 11001 | 0 | 101 | 10100 | 10100111 | 100001 | 1000110 |
Color Harmonies of #99CCC1
Complementary color
Monochromatic Colors of #99CCC1
Black with #99CCC1
Text Example
Text Example
White with #99CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCC1; }
p { color: rgb(153,204,193); }
H1.HeaderClassName
{
color: #99CCC1;
}
.AnyTagClassName
{
color: #99CCC1;
}
</style>
background-color css
<style>
a { background-color: #99CCC1; }
a { background-color: rgb(153,204,193); }
div.DivClassName
{
background-color: #99CCC1;
}
.BgClassName
{
background-color: #99CCC1;
}
</style>
border-color css
<style>
span { border-color: #99CCC1; }
span { border-color: rgb(153,204,193); }
td.TdClassName
{
border-color: #99CCC1;
}
.TagClassName
{
border-color: #99CCC1;
}
</style>