Shades of Shadow Green #99C1BD
Tints of Shadow Green #99C1BD
RGB
CMYK
RGB Variations
Color information
#99C1BD (or 0x99C1BD) is known color: Shadow Green. HEX triplet: 99, C1 and BD. RGB value is (153,193,189). Sum of RGB (Red+Green+Blue) = 153+193+189=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1BD is #663E42. Grayscale: #B4B4B4. Windows color (decimal): -6700611 or 12435865. OLE color: 12435865.
HSL color Cylindrical-coordinate representation of color #99C1BD: hue angle of 174º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C1BD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 189 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.24 |
| HSL | 174º | 0.24% | 0.68% | - |
| HSV(B) | 174º | 0.21% | 0.76% | - |
| XYZ | 41.39 | 48.59 | 55.34 | - |
| YUV | 180.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 189 | 0.21 | 0 | 0.02 | 0.24 | 174 | 0.24 | 0.68 |
| Hex | 99 | C1 | BD | 15 | 0 | 2 | 18 | AE | 18 | 44 |
| Octal | 231 | 301 | 275 | 25 | 0 | 2 | 30 | 256 | 30 | 104 |
| Binary | 10011001 | 11000001 | 10111101 | 10101 | 0 | 10 | 11000 | 10101110 | 11000 | 1000100 |
Color Harmonies of #99C1BD
Complementary color
Monochromatic Colors of #99C1BD
Black with #99C1BD
Text Example
Text Example
White with #99C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1BD; }
p { color: rgb(153,193,189); }
H1.HeaderClassName
{
color: #99C1BD;
}
.AnyTagClassName
{
color: #99C1BD;
}
</style>
background-color css
<style>
a { background-color: #99C1BD; }
a { background-color: rgb(153,193,189); }
div.DivClassName
{
background-color: #99C1BD;
}
.BgClassName
{
background-color: #99C1BD;
}
</style>
border-color css
<style>
span { border-color: #99C1BD; }
span { border-color: rgb(153,193,189); }
td.TdClassName
{
border-color: #99C1BD;
}
.TagClassName
{
border-color: #99C1BD;
}
</style>