Shades of Skeptic #91C2AD
Tints of Skeptic #91C2AD
RGB
CMYK
RGB Variations
Color information
#91C2AD (or 0x91C2AD) is known color: Skeptic. HEX triplet: 91, C2 and AD. RGB value is (145,194,173). Sum of RGB (Red+Green+Blue) = 145+194+173=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #91C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91C2AD is #6E3D52. Grayscale: #B0B0B0. Windows color (decimal): -7224659 or 11387537. OLE color: 11387537.
HSL color Cylindrical-coordinate representation of color #91C2AD: hue angle of 154.29º 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 #91C2AD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 194 | 173 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.24 |
| HSL | 154.29º | 0.29% | 0.66% | - |
| HSV(B) | 154.29º | 0.25% | 0.76% | - |
| XYZ | 38.51 | 47.62 | 46.7 | - |
| YUV | 176.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 194 | 173 | 0.25 | 0 | 0.11 | 0.24 | 154.29 | 0.29 | 0.66 |
| Hex | 91 | C2 | AD | 19 | 0 | B | 18 | 9A | 1D | 42 |
| Octal | 221 | 302 | 255 | 31 | 0 | 13 | 30 | 232 | 35 | 102 |
| Binary | 10010001 | 11000010 | 10101101 | 11001 | 0 | 1011 | 11000 | 10011010 | 11101 | 1000010 |
Color Harmonies of #91C2AD
Complementary color
Monochromatic Colors of #91C2AD
Black with #91C2AD
Text Example
Text Example
White with #91C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91C2AD; }
p { color: rgb(145,194,173); }
H1.HeaderClassName
{
color: #91C2AD;
}
.AnyTagClassName
{
color: #91C2AD;
}
</style>
background-color css
<style>
a { background-color: #91C2AD; }
a { background-color: rgb(145,194,173); }
div.DivClassName
{
background-color: #91C2AD;
}
.BgClassName
{
background-color: #91C2AD;
}
</style>
border-color css
<style>
span { border-color: #91C2AD; }
span { border-color: rgb(145,194,173); }
td.TdClassName
{
border-color: #91C2AD;
}
.TagClassName
{
border-color: #91C2AD;
}
</style>