Shades of Skeptic #91C3AB
Tints of Skeptic #91C3AB
RGB
CMYK
RGB Variations
Color information
#91C3AB (or 0x91C3AB) is known color: Skeptic. HEX triplet: 91, C3 and AB. RGB value is (145,195,171). Sum of RGB (Red+Green+Blue) = 145+195+171=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #91C3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C3AB is #6E3C54. Grayscale: #B1B1B1. Windows color (decimal): -7224405 or 11256721. OLE color: 11256721.
HSL color Cylindrical-coordinate representation of color #91C3AB: hue angle of 151.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91C3AB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 171 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.24 |
| HSL | 151.2º | 0.29% | 0.67% | - |
| HSV(B) | 151.2º | 0.26% | 0.76% | - |
| XYZ | 38.54 | 47.99 | 45.76 | - |
| YUV | 177.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 171 | 0.26 | 0 | 0.12 | 0.24 | 151.2 | 0.29 | 0.67 |
| Hex | 91 | C3 | AB | 1A | 0 | C | 18 | 97 | 1D | 43 |
| Octal | 221 | 303 | 253 | 32 | 0 | 14 | 30 | 227 | 35 | 103 |
| Binary | 10010001 | 11000011 | 10101011 | 11010 | 0 | 1100 | 11000 | 10010111 | 11101 | 1000011 |
Color Harmonies of #91C3AB
Complementary color
Monochromatic Colors of #91C3AB
Black with #91C3AB
Text Example
Text Example
White with #91C3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C3AB; }
p { color: rgb(145,195,171); }
H1.HeaderClassName
{
color: #91C3AB;
}
.AnyTagClassName
{
color: #91C3AB;
}
</style>
background-color css
<style>
a { background-color: #91C3AB; }
a { background-color: rgb(145,195,171); }
div.DivClassName
{
background-color: #91C3AB;
}
.BgClassName
{
background-color: #91C3AB;
}
</style>
border-color css
<style>
span { border-color: #91C3AB; }
span { border-color: rgb(145,195,171); }
td.TdClassName
{
border-color: #91C3AB;
}
.TagClassName
{
border-color: #91C3AB;
}
</style>