Shades of Skeptic #91BAAA
Tints of Skeptic #91BAAA
RGB
CMYK
RGB Variations
Color information
#91BAAA (or 0x91BAAA) is known color: Skeptic. HEX triplet: 91, BA and AA. RGB value is (145,186,170). Sum of RGB (Red+Green+Blue) = 145+186+170=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #91BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BAAA is #6E4555. Grayscale: #ABABAB. Windows color (decimal): -7226710 or 11188881. OLE color: 11188881.
HSL color Cylindrical-coordinate representation of color #91BAAA: hue angle of 156.59º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91BAAA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 186 | 170 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.27 |
| HSL | 156.59º | 0.23% | 0.65% | - |
| HSV(B) | 156.59º | 0.22% | 0.73% | - |
| XYZ | 36.49 | 44.04 | 44.61 | - |
| YUV | 171.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 170 | 0.22 | 0 | 0.09 | 0.27 | 156.59 | 0.23 | 0.65 |
| Hex | 91 | BA | AA | 16 | 0 | 9 | 1B | 9D | 17 | 41 |
| Octal | 221 | 272 | 252 | 26 | 0 | 11 | 33 | 235 | 27 | 101 |
| Binary | 10010001 | 10111010 | 10101010 | 10110 | 0 | 1001 | 11011 | 10011101 | 10111 | 1000001 |
Color Harmonies of #91BAAA
Complementary color
Monochromatic Colors of #91BAAA
Black with #91BAAA
Text Example
Text Example
White with #91BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAAA; }
p { color: rgb(145,186,170); }
H1.HeaderClassName
{
color: #91BAAA;
}
.AnyTagClassName
{
color: #91BAAA;
}
</style>
background-color css
<style>
a { background-color: #91BAAA; }
a { background-color: rgb(145,186,170); }
div.DivClassName
{
background-color: #91BAAA;
}
.BgClassName
{
background-color: #91BAAA;
}
</style>
border-color css
<style>
span { border-color: #91BAAA; }
span { border-color: rgb(145,186,170); }
td.TdClassName
{
border-color: #91BAAA;
}
.TagClassName
{
border-color: #91BAAA;
}
</style>