Shades of Shadow Green #91C2BC
Tints of Shadow Green #91C2BC
RGB
CMYK
RGB Variations
Color information
#91C2BC (or 0x91C2BC) is known color: Shadow Green. HEX triplet: 91, C2 and BC. RGB value is (145,194,188). Sum of RGB (Red+Green+Blue) = 145+194+188=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C2BC is #6E3D43. Grayscale: #B2B2B2. Windows color (decimal): -7224644 or 12370577. OLE color: 12370577.
HSL color Cylindrical-coordinate representation of color #91C2BC: hue angle of 172.65º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91C2BC is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 188 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.24 |
| HSL | 172.65º | 0.29% | 0.66% | - |
| HSV(B) | 172.65º | 0.25% | 0.76% | - |
| XYZ | 40.05 | 48.23 | 54.78 | - |
| YUV | 178.67 | 133.27 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 188 | 0.25 | 0 | 0.03 | 0.24 | 172.65 | 0.29 | 0.66 |
| Hex | 91 | C2 | BC | 19 | 0 | 3 | 18 | AD | 1D | 42 |
| Octal | 221 | 302 | 274 | 31 | 0 | 3 | 30 | 255 | 35 | 102 |
| Binary | 10010001 | 11000010 | 10111100 | 11001 | 0 | 11 | 11000 | 10101101 | 11101 | 1000010 |
Color Harmonies of #91C2BC
Complementary color
Monochromatic Colors of #91C2BC
Black with #91C2BC
Text Example
Text Example
White with #91C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2BC; }
p { color: rgb(145,194,188); }
H1.HeaderClassName
{
color: #91C2BC;
}
.AnyTagClassName
{
color: #91C2BC;
}
</style>
background-color css
<style>
a { background-color: #91C2BC; }
a { background-color: rgb(145,194,188); }
div.DivClassName
{
background-color: #91C2BC;
}
.BgClassName
{
background-color: #91C2BC;
}
</style>
border-color css
<style>
span { border-color: #91C2BC; }
span { border-color: rgb(145,194,188); }
td.TdClassName
{
border-color: #91C2BC;
}
.TagClassName
{
border-color: #91C2BC;
}
</style>