Shades of Skeptic #91C4AC
Tints of Skeptic #91C4AC
RGB
CMYK
RGB Variations
Color information
#91C4AC (or 0x91C4AC) is known color: Skeptic. HEX triplet: 91, C4 and AC. RGB value is (145,196,172). Sum of RGB (Red+Green+Blue) = 145+196+172=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #91C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C4AC is #6E3B53. Grayscale: #B2B2B2. Windows color (decimal): -7224148 or 11322513. OLE color: 11322513.
HSL color Cylindrical-coordinate representation of color #91C4AC: hue angle of 151.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 #91C4AC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 196 | 172 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.23 |
| HSL | 151.76º | 0.3% | 0.67% | - |
| HSV(B) | 151.76º | 0.26% | 0.77% | - |
| XYZ | 38.86 | 48.48 | 46.34 | - |
| YUV | 178.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 196 | 172 | 0.26 | 0 | 0.12 | 0.23 | 151.76 | 0.3 | 0.67 |
| Hex | 91 | C4 | AC | 1A | 0 | C | 17 | 98 | 1E | 43 |
| Octal | 221 | 304 | 254 | 32 | 0 | 14 | 27 | 230 | 36 | 103 |
| Binary | 10010001 | 11000100 | 10101100 | 11010 | 0 | 1100 | 10111 | 10011000 | 11110 | 1000011 |
Color Harmonies of #91C4AC
Complementary color
Monochromatic Colors of #91C4AC
Black with #91C4AC
Text Example
Text Example
White with #91C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C4AC; }
p { color: rgb(145,196,172); }
H1.HeaderClassName
{
color: #91C4AC;
}
.AnyTagClassName
{
color: #91C4AC;
}
</style>
background-color css
<style>
a { background-color: #91C4AC; }
a { background-color: rgb(145,196,172); }
div.DivClassName
{
background-color: #91C4AC;
}
.BgClassName
{
background-color: #91C4AC;
}
</style>
border-color css
<style>
span { border-color: #91C4AC; }
span { border-color: rgb(145,196,172); }
td.TdClassName
{
border-color: #91C4AC;
}
.TagClassName
{
border-color: #91C4AC;
}
</style>