Shades of Skeptic #91C3A9
Tints of Skeptic #91C3A9
RGB
CMYK
RGB Variations
Color information
#91C3A9 (or 0x91C3A9) is known color: Skeptic. HEX triplet: 91, C3 and A9. RGB value is (145,195,169). Sum of RGB (Red+Green+Blue) = 145+195+169=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #91C3A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C3A9 is #6E3C56. Grayscale: #B1B1B1. Windows color (decimal): -7224407 or 11125649. OLE color: 11125649.
HSL color Cylindrical-coordinate representation of color #91C3A9: hue angle of 148.8º 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 #91C3A9 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 195 | 169 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.24 |
| HSL | 148.8º | 0.29% | 0.67% | - |
| HSV(B) | 148.8º | 0.26% | 0.76% | - |
| XYZ | 38.35 | 47.91 | 44.76 | - |
| YUV | 177.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 195 | 169 | 0.26 | 0 | 0.13 | 0.24 | 148.8 | 0.29 | 0.67 |
| Hex | 91 | C3 | A9 | 1A | 0 | D | 18 | 95 | 1D | 43 |
| Octal | 221 | 303 | 251 | 32 | 0 | 15 | 30 | 225 | 35 | 103 |
| Binary | 10010001 | 11000011 | 10101001 | 11010 | 0 | 1101 | 11000 | 10010101 | 11101 | 1000011 |
Color Harmonies of #91C3A9
Complementary color
Monochromatic Colors of #91C3A9
Black with #91C3A9
Text Example
Text Example
White with #91C3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C3A9; }
p { color: rgb(145,195,169); }
H1.HeaderClassName
{
color: #91C3A9;
}
.AnyTagClassName
{
color: #91C3A9;
}
</style>
background-color css
<style>
a { background-color: #91C3A9; }
a { background-color: rgb(145,195,169); }
div.DivClassName
{
background-color: #91C3A9;
}
.BgClassName
{
background-color: #91C3A9;
}
</style>
border-color css
<style>
span { border-color: #91C3A9; }
span { border-color: rgb(145,195,169); }
td.TdClassName
{
border-color: #91C3A9;
}
.TagClassName
{
border-color: #91C3A9;
}
</style>