Shades of Skeptic #91B8A4
Tints of Skeptic #91B8A4
RGB
CMYK
RGB Variations
Color information
#91B8A4 (or 0x91B8A4) is known color: Skeptic. HEX triplet: 91, B8 and A4. RGB value is (145,184,164). Sum of RGB (Red+Green+Blue) = 145+184+164=493 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.41% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #91B8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B8A4 is #6E475B. Grayscale: #AAAAAA. Windows color (decimal): -7227228 or 10795153. OLE color: 10795153.
HSL color Cylindrical-coordinate representation of color #91B8A4: hue angle of 149.23º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91B8A4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 164 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.28 |
| HSL | 149.23º | 0.22% | 0.65% | - |
| HSV(B) | 149.23º | 0.21% | 0.72% | - |
| XYZ | 35.52 | 42.98 | 41.55 | - |
| YUV | 170.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 164 | 0.21 | 0 | 0.11 | 0.28 | 149.23 | 0.22 | 0.65 |
| Hex | 91 | B8 | A4 | 15 | 0 | B | 1C | 95 | 16 | 41 |
| Octal | 221 | 270 | 244 | 25 | 0 | 13 | 34 | 225 | 26 | 101 |
| Binary | 10010001 | 10111000 | 10100100 | 10101 | 0 | 1011 | 11100 | 10010101 | 10110 | 1000001 |
Color Harmonies of #91B8A4
Complementary color
Monochromatic Colors of #91B8A4
Black with #91B8A4
Text Example
Text Example
White with #91B8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B8A4; }
p { color: rgb(145,184,164); }
H1.HeaderClassName
{
color: #91B8A4;
}
.AnyTagClassName
{
color: #91B8A4;
}
</style>
background-color css
<style>
a { background-color: #91B8A4; }
a { background-color: rgb(145,184,164); }
div.DivClassName
{
background-color: #91B8A4;
}
.BgClassName
{
background-color: #91B8A4;
}
</style>
border-color css
<style>
span { border-color: #91B8A4; }
span { border-color: rgb(145,184,164); }
td.TdClassName
{
border-color: #91B8A4;
}
.TagClassName
{
border-color: #91B8A4;
}
</style>