Shades of Shadow Green #91C4BD
Tints of Shadow Green #91C4BD
RGB
CMYK
RGB Variations
Color information
#91C4BD (or 0x91C4BD) is known color: Shadow Green. HEX triplet: 91, C4 and BD. RGB value is (145,196,189). Sum of RGB (Red+Green+Blue) = 145+196+189=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #91C4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C4BD is #6E3B42. Grayscale: #B3B3B3. Windows color (decimal): -7224131 or 12436625. OLE color: 12436625.
HSL color Cylindrical-coordinate representation of color #91C4BD: hue angle of 171.76º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91C4BD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 196 | 189 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.23 |
| HSL | 171.76º | 0.3% | 0.67% | - |
| HSV(B) | 171.76º | 0.26% | 0.77% | - |
| XYZ | 40.6 | 49.17 | 55.5 | - |
| YUV | 179.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 189 | 0.26 | 0 | 0.04 | 0.23 | 171.76 | 0.3 | 0.67 |
| Hex | 91 | C4 | BD | 1A | 0 | 4 | 17 | AC | 1E | 43 |
| Octal | 221 | 304 | 275 | 32 | 0 | 4 | 27 | 254 | 36 | 103 |
| Binary | 10010001 | 11000100 | 10111101 | 11010 | 0 | 100 | 10111 | 10101100 | 11110 | 1000011 |
Color Harmonies of #91C4BD
Complementary color
Monochromatic Colors of #91C4BD
Black with #91C4BD
Text Example
Text Example
White with #91C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C4BD; }
p { color: rgb(145,196,189); }
H1.HeaderClassName
{
color: #91C4BD;
}
.AnyTagClassName
{
color: #91C4BD;
}
</style>
background-color css
<style>
a { background-color: #91C4BD; }
a { background-color: rgb(145,196,189); }
div.DivClassName
{
background-color: #91C4BD;
}
.BgClassName
{
background-color: #91C4BD;
}
</style>
border-color css
<style>
span { border-color: #91C4BD; }
span { border-color: rgb(145,196,189); }
td.TdClassName
{
border-color: #91C4BD;
}
.TagClassName
{
border-color: #91C4BD;
}
</style>