Shades of Skeptic #91C2A8
Tints of Skeptic #91C2A8
RGB
CMYK
RGB Variations
Color information
#91C2A8 (or 0x91C2A8) is known color: Skeptic. HEX triplet: 91, C2 and A8. RGB value is (145,194,168). Sum of RGB (Red+Green+Blue) = 145+194+168=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C2A8 is #6E3D57. Grayscale: #B0B0B0. Windows color (decimal): -7224664 or 11059857. OLE color: 11059857.
HSL color Cylindrical-coordinate representation of color #91C2A8: hue angle of 148.16º 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 #91C2A8 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 168 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.24 |
| HSL | 148.16º | 0.29% | 0.66% | - |
| HSV(B) | 148.16º | 0.25% | 0.76% | - |
| XYZ | 38.04 | 47.43 | 44.2 | - |
| YUV | 176.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 168 | 0.25 | 0 | 0.13 | 0.24 | 148.16 | 0.29 | 0.66 |
| Hex | 91 | C2 | A8 | 19 | 0 | D | 18 | 94 | 1D | 42 |
| Octal | 221 | 302 | 250 | 31 | 0 | 15 | 30 | 224 | 35 | 102 |
| Binary | 10010001 | 11000010 | 10101000 | 11001 | 0 | 1101 | 11000 | 10010100 | 11101 | 1000010 |
Color Harmonies of #91C2A8
Complementary color
Monochromatic Colors of #91C2A8
Black with #91C2A8
Text Example
Text Example
White with #91C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2A8; }
p { color: rgb(145,194,168); }
H1.HeaderClassName
{
color: #91C2A8;
}
.AnyTagClassName
{
color: #91C2A8;
}
</style>
background-color css
<style>
a { background-color: #91C2A8; }
a { background-color: rgb(145,194,168); }
div.DivClassName
{
background-color: #91C2A8;
}
.BgClassName
{
background-color: #91C2A8;
}
</style>
border-color css
<style>
span { border-color: #91C2A8; }
span { border-color: rgb(145,194,168); }
td.TdClassName
{
border-color: #91C2A8;
}
.TagClassName
{
border-color: #91C2A8;
}
</style>