Shades of Shadow Green #91C0B3
Tints of Shadow Green #91C0B3
RGB
CMYK
RGB Variations
Color information
#91C0B3 (or 0x91C0B3) is known color: Shadow Green. HEX triplet: 91, C0 and B3. RGB value is (145,192,179). Sum of RGB (Red+Green+Blue) = 145+192+179=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #91C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91C0B3 is #6E3F4C. Grayscale: #B0B0B0. Windows color (decimal): -7225165 or 11780241. OLE color: 11780241.
HSL color Cylindrical-coordinate representation of color #91C0B3: hue angle of 163.4º 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 #91C0B3 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 192 | 179 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.25 |
| HSL | 163.4º | 0.27% | 0.66% | - |
| HSV(B) | 163.4º | 0.24% | 0.75% | - |
| XYZ | 38.66 | 46.97 | 49.68 | - |
| YUV | 176.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 192 | 179 | 0.24 | 0 | 0.07 | 0.25 | 163.4 | 0.27 | 0.66 |
| Hex | 91 | C0 | B3 | 18 | 0 | 7 | 19 | A3 | 1B | 42 |
| Octal | 221 | 300 | 263 | 30 | 0 | 7 | 31 | 243 | 33 | 102 |
| Binary | 10010001 | 11000000 | 10110011 | 11000 | 0 | 111 | 11001 | 10100011 | 11011 | 1000010 |
Color Harmonies of #91C0B3
Complementary color
Monochromatic Colors of #91C0B3
Black with #91C0B3
Text Example
Text Example
White with #91C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C0B3; }
p { color: rgb(145,192,179); }
H1.HeaderClassName
{
color: #91C0B3;
}
.AnyTagClassName
{
color: #91C0B3;
}
</style>
background-color css
<style>
a { background-color: #91C0B3; }
a { background-color: rgb(145,192,179); }
div.DivClassName
{
background-color: #91C0B3;
}
.BgClassName
{
background-color: #91C0B3;
}
</style>
border-color css
<style>
span { border-color: #91C0B3; }
span { border-color: rgb(145,192,179); }
td.TdClassName
{
border-color: #91C0B3;
}
.TagClassName
{
border-color: #91C0B3;
}
</style>