Shades of Skeptic #91BEAB
Tints of Skeptic #91BEAB
RGB
CMYK
RGB Variations
Color information
#91BEAB (or 0x91BEAB) is known color: Skeptic. HEX triplet: 91, BE and AB. RGB value is (145,190,171). Sum of RGB (Red+Green+Blue) = 145+190+171=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #91BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BEAB is #6E4154. Grayscale: #AEAEAE. Windows color (decimal): -7225685 or 11255441. OLE color: 11255441.
HSL color Cylindrical-coordinate representation of color #91BEAB: hue angle of 154.67º 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 #91BEAB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 171 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.25 |
| HSL | 154.67º | 0.26% | 0.66% | - |
| HSV(B) | 154.67º | 0.24% | 0.75% | - |
| XYZ | 37.44 | 45.79 | 45.39 | - |
| YUV | 174.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 171 | 0.24 | 0 | 0.10 | 0.25 | 154.67 | 0.26 | 0.66 |
| Hex | 91 | BE | AB | 18 | 0 | A | 19 | 9B | 1A | 42 |
| Octal | 221 | 276 | 253 | 30 | 0 | 12 | 31 | 233 | 32 | 102 |
| Binary | 10010001 | 10111110 | 10101011 | 11000 | 0 | 1010 | 11001 | 10011011 | 11010 | 1000010 |
Color Harmonies of #91BEAB
Complementary color
Monochromatic Colors of #91BEAB
Black with #91BEAB
Text Example
Text Example
White with #91BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEAB; }
p { color: rgb(145,190,171); }
H1.HeaderClassName
{
color: #91BEAB;
}
.AnyTagClassName
{
color: #91BEAB;
}
</style>
background-color css
<style>
a { background-color: #91BEAB; }
a { background-color: rgb(145,190,171); }
div.DivClassName
{
background-color: #91BEAB;
}
.BgClassName
{
background-color: #91BEAB;
}
</style>
border-color css
<style>
span { border-color: #91BEAB; }
span { border-color: rgb(145,190,171); }
td.TdClassName
{
border-color: #91BEAB;
}
.TagClassName
{
border-color: #91BEAB;
}
</style>