Shades of Skeptic #91B8A8
Tints of Skeptic #91B8A8
RGB
CMYK
RGB Variations
Color information
#91B8A8 (or 0x91B8A8) is known color: Skeptic. HEX triplet: 91, B8 and A8. RGB value is (145,184,168). Sum of RGB (Red+Green+Blue) = 145+184+168=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #91B8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B8A8 is #6E4757. Grayscale: #AAAAAA. Windows color (decimal): -7227224 or 11057297. OLE color: 11057297.
HSL color Cylindrical-coordinate representation of color #91B8A8: hue angle of 155.38º 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 #91B8A8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 184 | 168 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.28 |
| HSL | 155.38º | 0.22% | 0.65% | - |
| HSV(B) | 155.38º | 0.21% | 0.72% | - |
| XYZ | 35.89 | 43.13 | 43.48 | - |
| YUV | 170.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 184 | 168 | 0.21 | 0 | 0.09 | 0.28 | 155.38 | 0.22 | 0.65 |
| Hex | 91 | B8 | A8 | 15 | 0 | 9 | 1C | 9B | 16 | 41 |
| Octal | 221 | 270 | 250 | 25 | 0 | 11 | 34 | 233 | 26 | 101 |
| Binary | 10010001 | 10111000 | 10101000 | 10101 | 0 | 1001 | 11100 | 10011011 | 10110 | 1000001 |
Color Harmonies of #91B8A8
Complementary color
Monochromatic Colors of #91B8A8
Black with #91B8A8
Text Example
Text Example
White with #91B8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B8A8; }
p { color: rgb(145,184,168); }
H1.HeaderClassName
{
color: #91B8A8;
}
.AnyTagClassName
{
color: #91B8A8;
}
</style>
background-color css
<style>
a { background-color: #91B8A8; }
a { background-color: rgb(145,184,168); }
div.DivClassName
{
background-color: #91B8A8;
}
.BgClassName
{
background-color: #91B8A8;
}
</style>
border-color css
<style>
span { border-color: #91B8A8; }
span { border-color: rgb(145,184,168); }
td.TdClassName
{
border-color: #91B8A8;
}
.TagClassName
{
border-color: #91B8A8;
}
</style>