Shades of Skeptic #91BEA8
Tints of Skeptic #91BEA8
RGB
CMYK
RGB Variations
Color information
#91BEA8 (or 0x91BEA8) is known color: Skeptic. HEX triplet: 91, BE and A8. RGB value is (145,190,168). Sum of RGB (Red+Green+Blue) = 145+190+168=503 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.83% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #91BEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BEA8 is #6E4157. Grayscale: #AEAEAE. Windows color (decimal): -7225688 or 11058833. OLE color: 11058833.
HSL color Cylindrical-coordinate representation of color #91BEA8: hue angle of 150.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 #91BEA8 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 168 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.25 |
| HSL | 150.67º | 0.26% | 0.66% | - |
| HSV(B) | 150.67º | 0.24% | 0.75% | - |
| XYZ | 37.16 | 45.67 | 43.9 | - |
| YUV | 174.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 168 | 0.24 | 0 | 0.12 | 0.25 | 150.67 | 0.26 | 0.66 |
| Hex | 91 | BE | A8 | 18 | 0 | C | 19 | 97 | 1A | 42 |
| Octal | 221 | 276 | 250 | 30 | 0 | 14 | 31 | 227 | 32 | 102 |
| Binary | 10010001 | 10111110 | 10101000 | 11000 | 0 | 1100 | 11001 | 10010111 | 11010 | 1000010 |
Color Harmonies of #91BEA8
Complementary color
Monochromatic Colors of #91BEA8
Black with #91BEA8
Text Example
Text Example
White with #91BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEA8; }
p { color: rgb(145,190,168); }
H1.HeaderClassName
{
color: #91BEA8;
}
.AnyTagClassName
{
color: #91BEA8;
}
</style>
background-color css
<style>
a { background-color: #91BEA8; }
a { background-color: rgb(145,190,168); }
div.DivClassName
{
background-color: #91BEA8;
}
.BgClassName
{
background-color: #91BEA8;
}
</style>
border-color css
<style>
span { border-color: #91BEA8; }
span { border-color: rgb(145,190,168); }
td.TdClassName
{
border-color: #91BEA8;
}
.TagClassName
{
border-color: #91BEA8;
}
</style>