Shades of Shadow Green #99CCBD
Tints of Shadow Green #99CCBD
RGB
CMYK
RGB Variations
Color information
#99CCBD (or 0x99CCBD) is known color: Shadow Green. HEX triplet: 99, CC and BD. RGB value is (153,204,189). Sum of RGB (Red+Green+Blue) = 153+204+189=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCBD is #663342. Grayscale: #BBBBBB. Windows color (decimal): -6697795 or 12438681. OLE color: 12438681.
HSL color Cylindrical-coordinate representation of color #99CCBD: hue angle of 162.35º 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 #99CCBD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 189 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.2 |
| HSL | 162.35º | 0.33% | 0.7% | - |
| HSV(B) | 162.35º | 0.25% | 0.8% | - |
| XYZ | 43.92 | 53.63 | 56.18 | - |
| YUV | 187.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 189 | 0.25 | 0 | 0.07 | 0.2 | 162.35 | 0.33 | 0.7 |
| Hex | 99 | CC | BD | 19 | 0 | 7 | 14 | A2 | 21 | 46 |
| Octal | 231 | 314 | 275 | 31 | 0 | 7 | 24 | 242 | 41 | 106 |
| Binary | 10011001 | 11001100 | 10111101 | 11001 | 0 | 111 | 10100 | 10100010 | 100001 | 1000110 |
Color Harmonies of #99CCBD
Complementary color
Monochromatic Colors of #99CCBD
Black with #99CCBD
Text Example
Text Example
White with #99CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCBD; }
p { color: rgb(153,204,189); }
H1.HeaderClassName
{
color: #99CCBD;
}
.AnyTagClassName
{
color: #99CCBD;
}
</style>
background-color css
<style>
a { background-color: #99CCBD; }
a { background-color: rgb(153,204,189); }
div.DivClassName
{
background-color: #99CCBD;
}
.BgClassName
{
background-color: #99CCBD;
}
</style>
border-color css
<style>
span { border-color: #99CCBD; }
span { border-color: rgb(153,204,189); }
td.TdClassName
{
border-color: #99CCBD;
}
.TagClassName
{
border-color: #99CCBD;
}
</style>