Shades of Skeptic #91BFAB
Tints of Skeptic #91BFAB
RGB
CMYK
RGB Variations
Color information
#91BFAB (or 0x91BFAB) is known color: Skeptic. HEX triplet: 91, BF and AB. RGB value is (145,191,171). Sum of RGB (Red+Green+Blue) = 145+191+171=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #91BFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BFAB is #6E4054. Grayscale: #AFAFAF. Windows color (decimal): -7225429 or 11255697. OLE color: 11255697.
HSL color Cylindrical-coordinate representation of color #91BFAB: hue angle of 153.91º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91BFAB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 191 | 171 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.25 |
| HSL | 153.91º | 0.26% | 0.66% | - |
| HSV(B) | 153.91º | 0.24% | 0.75% | - |
| XYZ | 37.66 | 46.22 | 45.46 | - |
| YUV | 174.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 191 | 171 | 0.24 | 0 | 0.10 | 0.25 | 153.91 | 0.26 | 0.66 |
| Hex | 91 | BF | AB | 18 | 0 | A | 19 | 9A | 1A | 42 |
| Octal | 221 | 277 | 253 | 30 | 0 | 12 | 31 | 232 | 32 | 102 |
| Binary | 10010001 | 10111111 | 10101011 | 11000 | 0 | 1010 | 11001 | 10011010 | 11010 | 1000010 |
Color Harmonies of #91BFAB
Complementary color
Monochromatic Colors of #91BFAB
Black with #91BFAB
Text Example
Text Example
White with #91BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BFAB; }
p { color: rgb(145,191,171); }
H1.HeaderClassName
{
color: #91BFAB;
}
.AnyTagClassName
{
color: #91BFAB;
}
</style>
background-color css
<style>
a { background-color: #91BFAB; }
a { background-color: rgb(145,191,171); }
div.DivClassName
{
background-color: #91BFAB;
}
.BgClassName
{
background-color: #91BFAB;
}
</style>
border-color css
<style>
span { border-color: #91BFAB; }
span { border-color: rgb(145,191,171); }
td.TdClassName
{
border-color: #91BFAB;
}
.TagClassName
{
border-color: #91BFAB;
}
</style>