Shades of Shadow Green #99C1BE
Tints of Shadow Green #99C1BE
RGB
CMYK
RGB Variations
Color information
#99C1BE (or 0x99C1BE) is known color: Shadow Green. HEX triplet: 99, C1 and BE. RGB value is (153,193,190). Sum of RGB (Red+Green+Blue) = 153+193+190=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1BE is #663E41. Grayscale: #B4B4B4. Windows color (decimal): -6700610 or 12501401. OLE color: 12501401.
HSL color Cylindrical-coordinate representation of color #99C1BE: hue angle of 175.5º 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 #99C1BE is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 190 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.24 |
| HSL | 175.5º | 0.24% | 0.68% | - |
| HSV(B) | 175.5º | 0.21% | 0.76% | - |
| XYZ | 41.5 | 48.63 | 55.91 | - |
| YUV | 180.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 190 | 0.21 | 0 | 0.02 | 0.24 | 175.5 | 0.24 | 0.68 |
| Hex | 99 | C1 | BE | 15 | 0 | 2 | 18 | B0 | 18 | 44 |
| Octal | 231 | 301 | 276 | 25 | 0 | 2 | 30 | 260 | 30 | 104 |
| Binary | 10011001 | 11000001 | 10111110 | 10101 | 0 | 10 | 11000 | 10110000 | 11000 | 1000100 |
Color Harmonies of #99C1BE
Complementary color
Monochromatic Colors of #99C1BE
Black with #99C1BE
Text Example
Text Example
White with #99C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1BE; }
p { color: rgb(153,193,190); }
H1.HeaderClassName
{
color: #99C1BE;
}
.AnyTagClassName
{
color: #99C1BE;
}
</style>
background-color css
<style>
a { background-color: #99C1BE; }
a { background-color: rgb(153,193,190); }
div.DivClassName
{
background-color: #99C1BE;
}
.BgClassName
{
background-color: #99C1BE;
}
</style>
border-color css
<style>
span { border-color: #99C1BE; }
span { border-color: rgb(153,193,190); }
td.TdClassName
{
border-color: #99C1BE;
}
.TagClassName
{
border-color: #99C1BE;
}
</style>