Shades of Shadow Green #91C0BE
Tints of Shadow Green #91C0BE
RGB
CMYK
RGB Variations
Color information
#91C0BE (or 0x91C0BE) is known color: Shadow Green. HEX triplet: 91, C0 and BE. RGB value is (145,192,190). Sum of RGB (Red+Green+Blue) = 145+192+190=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #91C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0BE is #6E3F41. Grayscale: #B1B1B1. Windows color (decimal): -7225154 or 12501137. OLE color: 12501137.
HSL color Cylindrical-coordinate representation of color #91C0BE: hue angle of 177.45º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91C0BE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 190 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.25 |
| HSL | 177.45º | 0.27% | 0.66% | - |
| HSV(B) | 177.45º | 0.24% | 0.75% | - |
| XYZ | 39.82 | 47.44 | 55.77 | - |
| YUV | 177.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 190 | 0.24 | 0 | 0.01 | 0.25 | 177.45 | 0.27 | 0.66 |
| Hex | 91 | C0 | BE | 18 | 0 | 1 | 19 | B1 | 1B | 42 |
| Octal | 221 | 300 | 276 | 30 | 0 | 1 | 31 | 261 | 33 | 102 |
| Binary | 10010001 | 11000000 | 10111110 | 11000 | 0 | 1 | 11001 | 10110001 | 11011 | 1000010 |
Color Harmonies of #91C0BE
Complementary color
Monochromatic Colors of #91C0BE
Black with #91C0BE
Text Example
Text Example
White with #91C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0BE; }
p { color: rgb(145,192,190); }
H1.HeaderClassName
{
color: #91C0BE;
}
.AnyTagClassName
{
color: #91C0BE;
}
</style>
background-color css
<style>
a { background-color: #91C0BE; }
a { background-color: rgb(145,192,190); }
div.DivClassName
{
background-color: #91C0BE;
}
.BgClassName
{
background-color: #91C0BE;
}
</style>
border-color css
<style>
span { border-color: #91C0BE; }
span { border-color: rgb(145,192,190); }
td.TdClassName
{
border-color: #91C0BE;
}
.TagClassName
{
border-color: #91C0BE;
}
</style>