Shades of Skeptic #91C2AC
Tints of Skeptic #91C2AC
RGB
CMYK
RGB Variations
Color information
#91C2AC (or 0x91C2AC) is known color: Skeptic. HEX triplet: 91, C2 and AC. RGB value is (145,194,172). Sum of RGB (Red+Green+Blue) = 145+194+172=511 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.38% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C2AC is #6E3D53. Grayscale: #B0B0B0. Windows color (decimal): -7224660 or 11322001. OLE color: 11322001.
HSL color Cylindrical-coordinate representation of color #91C2AC: hue angle of 153.06º degrees, saturation: 0.29, 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 #91C2AC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 172 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.24 |
| HSL | 153.06º | 0.29% | 0.66% | - |
| HSV(B) | 153.06º | 0.25% | 0.76% | - |
| XYZ | 38.42 | 47.58 | 46.19 | - |
| YUV | 176.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 172 | 0.25 | 0 | 0.11 | 0.24 | 153.06 | 0.29 | 0.66 |
| Hex | 91 | C2 | AC | 19 | 0 | B | 18 | 99 | 1D | 42 |
| Octal | 221 | 302 | 254 | 31 | 0 | 13 | 30 | 231 | 35 | 102 |
| Binary | 10010001 | 11000010 | 10101100 | 11001 | 0 | 1011 | 11000 | 10011001 | 11101 | 1000010 |
Color Harmonies of #91C2AC
Complementary color
Monochromatic Colors of #91C2AC
Black with #91C2AC
Text Example
Text Example
White with #91C2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2AC; }
p { color: rgb(145,194,172); }
H1.HeaderClassName
{
color: #91C2AC;
}
.AnyTagClassName
{
color: #91C2AC;
}
</style>
background-color css
<style>
a { background-color: #91C2AC; }
a { background-color: rgb(145,194,172); }
div.DivClassName
{
background-color: #91C2AC;
}
.BgClassName
{
background-color: #91C2AC;
}
</style>
border-color css
<style>
span { border-color: #91C2AC; }
span { border-color: rgb(145,194,172); }
td.TdClassName
{
border-color: #91C2AC;
}
.TagClassName
{
border-color: #91C2AC;
}
</style>