Shades of Skeptic #91BEAA
Tints of Skeptic #91BEAA
RGB
CMYK
RGB Variations
Color information
#91BEAA (or 0x91BEAA) is known color: Skeptic. HEX triplet: 91, BE and AA. RGB value is (145,190,170). Sum of RGB (Red+Green+Blue) = 145+190+170=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #91BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BEAA is #6E4155. Grayscale: #AEAEAE. Windows color (decimal): -7225686 or 11189905. OLE color: 11189905.
HSL color Cylindrical-coordinate representation of color #91BEAA: hue angle of 153.33º 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 #91BEAA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 170 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.25 |
| HSL | 153.33º | 0.26% | 0.66% | - |
| HSV(B) | 153.33º | 0.24% | 0.75% | - |
| XYZ | 37.35 | 45.75 | 44.89 | - |
| YUV | 174.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 170 | 0.24 | 0 | 0.11 | 0.25 | 153.33 | 0.26 | 0.66 |
| Hex | 91 | BE | AA | 18 | 0 | B | 19 | 99 | 1A | 42 |
| Octal | 221 | 276 | 252 | 30 | 0 | 13 | 31 | 231 | 32 | 102 |
| Binary | 10010001 | 10111110 | 10101010 | 11000 | 0 | 1011 | 11001 | 10011001 | 11010 | 1000010 |
Color Harmonies of #91BEAA
Complementary color
Monochromatic Colors of #91BEAA
Black with #91BEAA
Text Example
Text Example
White with #91BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEAA; }
p { color: rgb(145,190,170); }
H1.HeaderClassName
{
color: #91BEAA;
}
.AnyTagClassName
{
color: #91BEAA;
}
</style>
background-color css
<style>
a { background-color: #91BEAA; }
a { background-color: rgb(145,190,170); }
div.DivClassName
{
background-color: #91BEAA;
}
.BgClassName
{
background-color: #91BEAA;
}
</style>
border-color css
<style>
span { border-color: #91BEAA; }
span { border-color: rgb(145,190,170); }
td.TdClassName
{
border-color: #91BEAA;
}
.TagClassName
{
border-color: #91BEAA;
}
</style>