Shades of Skeptic #90BAAA
Tints of Skeptic #90BAAA
RGB
CMYK
RGB Variations
Color information
#90BAAA (or 0x90BAAA) is known color: Skeptic. HEX triplet: 90, BA and AA. RGB value is (144,186,170). Sum of RGB (Red+Green+Blue) = 144+186+170=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BAAA is #6F4555. Grayscale: #ABABAB. Windows color (decimal): -7292246 or 11188880. OLE color: 11188880.
HSL color Cylindrical-coordinate representation of color #90BAAA: hue angle of 157.14º 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 #90BAAA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 170 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.27 |
| HSL | 157.14º | 0.23% | 0.65% | - |
| HSV(B) | 157.14º | 0.23% | 0.73% | - |
| XYZ | 36.32 | 43.95 | 44.6 | - |
| YUV | 171.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 170 | 0.23 | 0 | 0.09 | 0.27 | 157.14 | 0.23 | 0.65 |
| Hex | 90 | BA | AA | 17 | 0 | 9 | 1B | 9D | 17 | 41 |
| Octal | 220 | 272 | 252 | 27 | 0 | 11 | 33 | 235 | 27 | 101 |
| Binary | 10010000 | 10111010 | 10101010 | 10111 | 0 | 1001 | 11011 | 10011101 | 10111 | 1000001 |
Color Harmonies of #90BAAA
Complementary color
Monochromatic Colors of #90BAAA
Black with #90BAAA
Text Example
Text Example
White with #90BAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAAA; }
p { color: rgb(144,186,170); }
H1.HeaderClassName
{
color: #90BAAA;
}
.AnyTagClassName
{
color: #90BAAA;
}
</style>
background-color css
<style>
a { background-color: #90BAAA; }
a { background-color: rgb(144,186,170); }
div.DivClassName
{
background-color: #90BAAA;
}
.BgClassName
{
background-color: #90BAAA;
}
</style>
border-color css
<style>
span { border-color: #90BAAA; }
span { border-color: rgb(144,186,170); }
td.TdClassName
{
border-color: #90BAAA;
}
.TagClassName
{
border-color: #90BAAA;
}
</style>