Shades of Skeptic #91C1AB
Tints of Skeptic #91C1AB
RGB
CMYK
RGB Variations
Color information
#91C1AB (or 0x91C1AB) is known color: Skeptic. HEX triplet: 91, C1 and AB. RGB value is (145,193,171). Sum of RGB (Red+Green+Blue) = 145+193+171=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #91C1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C1AB is #6E3E54. Grayscale: #B0B0B0. Windows color (decimal): -7224917 or 11256209. OLE color: 11256209.
HSL color Cylindrical-coordinate representation of color #91C1AB: hue angle of 152.5º degrees, saturation: 0.28, 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 #91C1AB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 193 | 171 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.24 |
| HSL | 152.5º | 0.28% | 0.66% | - |
| HSV(B) | 152.5º | 0.25% | 0.76% | - |
| XYZ | 38.1 | 47.1 | 45.61 | - |
| YUV | 176.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 193 | 171 | 0.25 | 0 | 0.11 | 0.24 | 152.5 | 0.28 | 0.66 |
| Hex | 91 | C1 | AB | 19 | 0 | B | 18 | 98 | 1C | 42 |
| Octal | 221 | 301 | 253 | 31 | 0 | 13 | 30 | 230 | 34 | 102 |
| Binary | 10010001 | 11000001 | 10101011 | 11001 | 0 | 1011 | 11000 | 10011000 | 11100 | 1000010 |
Color Harmonies of #91C1AB
Complementary color
Monochromatic Colors of #91C1AB
Black with #91C1AB
Text Example
Text Example
White with #91C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C1AB; }
p { color: rgb(145,193,171); }
H1.HeaderClassName
{
color: #91C1AB;
}
.AnyTagClassName
{
color: #91C1AB;
}
</style>
background-color css
<style>
a { background-color: #91C1AB; }
a { background-color: rgb(145,193,171); }
div.DivClassName
{
background-color: #91C1AB;
}
.BgClassName
{
background-color: #91C1AB;
}
</style>
border-color css
<style>
span { border-color: #91C1AB; }
span { border-color: rgb(145,193,171); }
td.TdClassName
{
border-color: #91C1AB;
}
.TagClassName
{
border-color: #91C1AB;
}
</style>