Shades of Shadow Green #99C0B4
Tints of Shadow Green #99C0B4
RGB
CMYK
RGB Variations
Color information
#99C0B4 (or 0x99C0B4) is known color: Shadow Green. HEX triplet: 99, C0 and B4. RGB value is (153,192,180). Sum of RGB (Red+Green+Blue) = 153+192+180=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #99C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C0B4 is #663F4B. Grayscale: #B2B2B2. Windows color (decimal): -6700876 or 11845785. OLE color: 11845785.
HSL color Cylindrical-coordinate representation of color #99C0B4: hue angle of 161.54º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C0B4 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 180 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.25 |
| HSL | 161.54º | 0.24% | 0.68% | - |
| HSV(B) | 161.54º | 0.2% | 0.75% | - |
| XYZ | 40.22 | 47.77 | 50.28 | - |
| YUV | 178.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 180 | 0.20 | 0 | 0.06 | 0.25 | 161.54 | 0.24 | 0.68 |
| Hex | 99 | C0 | B4 | 14 | 0 | 6 | 19 | A2 | 18 | 44 |
| Octal | 231 | 300 | 264 | 24 | 0 | 6 | 31 | 242 | 30 | 104 |
| Binary | 10011001 | 11000000 | 10110100 | 10100 | 0 | 110 | 11001 | 10100010 | 11000 | 1000100 |
Color Harmonies of #99C0B4
Complementary color
Monochromatic Colors of #99C0B4
Black with #99C0B4
Text Example
Text Example
White with #99C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0B4; }
p { color: rgb(153,192,180); }
H1.HeaderClassName
{
color: #99C0B4;
}
.AnyTagClassName
{
color: #99C0B4;
}
</style>
background-color css
<style>
a { background-color: #99C0B4; }
a { background-color: rgb(153,192,180); }
div.DivClassName
{
background-color: #99C0B4;
}
.BgClassName
{
background-color: #99C0B4;
}
</style>
border-color css
<style>
span { border-color: #99C0B4; }
span { border-color: rgb(153,192,180); }
td.TdClassName
{
border-color: #99C0B4;
}
.TagClassName
{
border-color: #99C0B4;
}
</style>