Shades of Shadow Green #99C1BB
Tints of Shadow Green #99C1BB
RGB
CMYK
RGB Variations
Color information
#99C1BB (or 0x99C1BB) is known color: Shadow Green. HEX triplet: 99, C1 and BB. RGB value is (153,193,187). Sum of RGB (Red+Green+Blue) = 153+193+187=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1BB is #663E44. Grayscale: #B4B4B4. Windows color (decimal): -6700613 or 12304793. OLE color: 12304793.
HSL color Cylindrical-coordinate representation of color #99C1BB: hue angle of 171º 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 #99C1BB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 187 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.24 |
| HSL | 171º | 0.24% | 0.68% | - |
| HSV(B) | 171º | 0.21% | 0.76% | - |
| XYZ | 41.18 | 48.5 | 54.2 | - |
| YUV | 180.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 187 | 0.21 | 0 | 0.03 | 0.24 | 171 | 0.24 | 0.68 |
| Hex | 99 | C1 | BB | 15 | 0 | 3 | 18 | AB | 18 | 44 |
| Octal | 231 | 301 | 273 | 25 | 0 | 3 | 30 | 253 | 30 | 104 |
| Binary | 10011001 | 11000001 | 10111011 | 10101 | 0 | 11 | 11000 | 10101011 | 11000 | 1000100 |
Color Harmonies of #99C1BB
Complementary color
Monochromatic Colors of #99C1BB
Black with #99C1BB
Text Example
Text Example
White with #99C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1BB; }
p { color: rgb(153,193,187); }
H1.HeaderClassName
{
color: #99C1BB;
}
.AnyTagClassName
{
color: #99C1BB;
}
</style>
background-color css
<style>
a { background-color: #99C1BB; }
a { background-color: rgb(153,193,187); }
div.DivClassName
{
background-color: #99C1BB;
}
.BgClassName
{
background-color: #99C1BB;
}
</style>
border-color css
<style>
span { border-color: #99C1BB; }
span { border-color: rgb(153,193,187); }
td.TdClassName
{
border-color: #99C1BB;
}
.TagClassName
{
border-color: #99C1BB;
}
</style>