Shades of Shadow Green #91C3C0
Tints of Shadow Green #91C3C0
RGB
CMYK
RGB Variations
Color information
#91C3C0 (or 0x91C3C0) is known color: Shadow Green. HEX triplet: 91, C3 and C0. RGB value is (145,195,192). Sum of RGB (Red+Green+Blue) = 145+195+192=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #91C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C3C0 is #6E3C3F. Grayscale: #B3B3B3. Windows color (decimal): -7224384 or 12632977. OLE color: 12632977.
HSL color Cylindrical-coordinate representation of color #91C3C0: hue angle of 176.4º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91C3C0 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 192 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.24 |
| HSL | 176.4º | 0.29% | 0.67% | - |
| HSV(B) | 176.4º | 0.26% | 0.76% | - |
| XYZ | 40.71 | 48.86 | 57.15 | - |
| YUV | 179.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 192 | 0.26 | 0 | 0.02 | 0.24 | 176.4 | 0.29 | 0.67 |
| Hex | 91 | C3 | C0 | 1A | 0 | 2 | 18 | B0 | 1D | 43 |
| Octal | 221 | 303 | 300 | 32 | 0 | 2 | 30 | 260 | 35 | 103 |
| Binary | 10010001 | 11000011 | 11000000 | 11010 | 0 | 10 | 11000 | 10110000 | 11101 | 1000011 |
Color Harmonies of #91C3C0
Complementary color
Monochromatic Colors of #91C3C0
Black with #91C3C0
Text Example
Text Example
White with #91C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C3C0; }
p { color: rgb(145,195,192); }
H1.HeaderClassName
{
color: #91C3C0;
}
.AnyTagClassName
{
color: #91C3C0;
}
</style>
background-color css
<style>
a { background-color: #91C3C0; }
a { background-color: rgb(145,195,192); }
div.DivClassName
{
background-color: #91C3C0;
}
.BgClassName
{
background-color: #91C3C0;
}
</style>
border-color css
<style>
span { border-color: #91C3C0; }
span { border-color: rgb(145,195,192); }
td.TdClassName
{
border-color: #91C3C0;
}
.TagClassName
{
border-color: #91C3C0;
}
</style>