Shades of Shadow Green #99C6BC
Tints of Shadow Green #99C6BC
RGB
CMYK
RGB Variations
Color information
#99C6BC (or 0x99C6BC) is known color: Shadow Green. HEX triplet: 99, C6 and BC. RGB value is (153,198,188). Sum of RGB (Red+Green+Blue) = 153+198+188=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #99C6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C6BC is #663943. Grayscale: #B7B7B7. Windows color (decimal): -6699332 or 12371609. OLE color: 12371609.
HSL color Cylindrical-coordinate representation of color #99C6BC: hue angle of 166.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C6BC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 188 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.22 |
| HSL | 166.67º | 0.28% | 0.69% | - |
| HSV(B) | 166.67º | 0.23% | 0.78% | - |
| XYZ | 42.41 | 50.79 | 55.15 | - |
| YUV | 183.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 188 | 0.23 | 0 | 0.05 | 0.22 | 166.67 | 0.28 | 0.69 |
| Hex | 99 | C6 | BC | 17 | 0 | 5 | 16 | A7 | 1C | 45 |
| Octal | 231 | 306 | 274 | 27 | 0 | 5 | 26 | 247 | 34 | 105 |
| Binary | 10011001 | 11000110 | 10111100 | 10111 | 0 | 101 | 10110 | 10100111 | 11100 | 1000101 |
Color Harmonies of #99C6BC
Complementary color
Monochromatic Colors of #99C6BC
Black with #99C6BC
Text Example
Text Example
White with #99C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C6BC; }
p { color: rgb(153,198,188); }
H1.HeaderClassName
{
color: #99C6BC;
}
.AnyTagClassName
{
color: #99C6BC;
}
</style>
background-color css
<style>
a { background-color: #99C6BC; }
a { background-color: rgb(153,198,188); }
div.DivClassName
{
background-color: #99C6BC;
}
.BgClassName
{
background-color: #99C6BC;
}
</style>
border-color css
<style>
span { border-color: #99C6BC; }
span { border-color: rgb(153,198,188); }
td.TdClassName
{
border-color: #99C6BC;
}
.TagClassName
{
border-color: #99C6BC;
}
</style>