Shades of Skeptic #91BDAB
Tints of Skeptic #91BDAB
RGB
CMYK
RGB Variations
Color information
#91BDAB (or 0x91BDAB) is known color: Skeptic. HEX triplet: 91, BD and AB. RGB value is (145,189,171). Sum of RGB (Red+Green+Blue) = 145+189+171=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #91BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BDAB is #6E4254. Grayscale: #ADADAD. Windows color (decimal): -7225941 or 11255185. OLE color: 11255185.
HSL color Cylindrical-coordinate representation of color #91BDAB: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91BDAB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 171 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.26 |
| HSL | 155.45º | 0.25% | 0.65% | - |
| HSV(B) | 155.45º | 0.23% | 0.74% | - |
| XYZ | 37.23 | 45.36 | 45.32 | - |
| YUV | 173.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 171 | 0.23 | 0 | 0.10 | 0.26 | 155.45 | 0.25 | 0.65 |
| Hex | 91 | BD | AB | 17 | 0 | A | 1A | 9B | 19 | 41 |
| Octal | 221 | 275 | 253 | 27 | 0 | 12 | 32 | 233 | 31 | 101 |
| Binary | 10010001 | 10111101 | 10101011 | 10111 | 0 | 1010 | 11010 | 10011011 | 11001 | 1000001 |
Color Harmonies of #91BDAB
Complementary color
Monochromatic Colors of #91BDAB
Black with #91BDAB
Text Example
Text Example
White with #91BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BDAB; }
p { color: rgb(145,189,171); }
H1.HeaderClassName
{
color: #91BDAB;
}
.AnyTagClassName
{
color: #91BDAB;
}
</style>
background-color css
<style>
a { background-color: #91BDAB; }
a { background-color: rgb(145,189,171); }
div.DivClassName
{
background-color: #91BDAB;
}
.BgClassName
{
background-color: #91BDAB;
}
</style>
border-color css
<style>
span { border-color: #91BDAB; }
span { border-color: rgb(145,189,171); }
td.TdClassName
{
border-color: #91BDAB;
}
.TagClassName
{
border-color: #91BDAB;
}
</style>