Shades of Skeptic #90BAA7
Tints of Skeptic #90BAA7
RGB
CMYK
RGB Variations
Color information
#90BAA7 (or 0x90BAA7) is known color: Skeptic. HEX triplet: 90, BA and A7. RGB value is (144,186,167). Sum of RGB (Red+Green+Blue) = 144+186+167=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BAA7 is #6F4558. Grayscale: #ABABAB. Windows color (decimal): -7292249 or 10992272. OLE color: 10992272.
HSL color Cylindrical-coordinate representation of color #90BAA7: hue angle of 152.86º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BAA7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 167 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.27 |
| HSL | 152.86º | 0.23% | 0.65% | - |
| HSV(B) | 152.86º | 0.23% | 0.73% | - |
| XYZ | 36.04 | 43.84 | 43.12 | - |
| YUV | 171.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 167 | 0.23 | 0 | 0.10 | 0.27 | 152.86 | 0.23 | 0.65 |
| Hex | 90 | BA | A7 | 17 | 0 | A | 1B | 99 | 17 | 41 |
| Octal | 220 | 272 | 247 | 27 | 0 | 12 | 33 | 231 | 27 | 101 |
| Binary | 10010000 | 10111010 | 10100111 | 10111 | 0 | 1010 | 11011 | 10011001 | 10111 | 1000001 |
Color Harmonies of #90BAA7
Complementary color
Monochromatic Colors of #90BAA7
Black with #90BAA7
Text Example
Text Example
White with #90BAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAA7; }
p { color: rgb(144,186,167); }
H1.HeaderClassName
{
color: #90BAA7;
}
.AnyTagClassName
{
color: #90BAA7;
}
</style>
background-color css
<style>
a { background-color: #90BAA7; }
a { background-color: rgb(144,186,167); }
div.DivClassName
{
background-color: #90BAA7;
}
.BgClassName
{
background-color: #90BAA7;
}
</style>
border-color css
<style>
span { border-color: #90BAA7; }
span { border-color: rgb(144,186,167); }
td.TdClassName
{
border-color: #90BAA7;
}
.TagClassName
{
border-color: #90BAA7;
}
</style>