Shades of Skeptic #90BBAB
Tints of Skeptic #90BBAB
RGB
CMYK
RGB Variations
Color information
#90BBAB (or 0x90BBAB) is known color: Skeptic. HEX triplet: 90, BB and AB. RGB value is (144,187,171). Sum of RGB (Red+Green+Blue) = 144+187+171=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #90BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BBAB is #6F4454. Grayscale: #ACACAC. Windows color (decimal): -7291989 or 11254672. OLE color: 11254672.
HSL color Cylindrical-coordinate representation of color #90BBAB: hue angle of 157.67º degrees, saturation: 0.24, 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 #90BBAB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 171 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.27 |
| HSL | 157.67º | 0.24% | 0.65% | - |
| HSV(B) | 157.67º | 0.23% | 0.73% | - |
| XYZ | 36.62 | 44.41 | 45.17 | - |
| YUV | 172.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 171 | 0.23 | 0 | 0.09 | 0.27 | 157.67 | 0.24 | 0.65 |
| Hex | 90 | BB | AB | 17 | 0 | 9 | 1B | 9E | 18 | 41 |
| Octal | 220 | 273 | 253 | 27 | 0 | 11 | 33 | 236 | 30 | 101 |
| Binary | 10010000 | 10111011 | 10101011 | 10111 | 0 | 1001 | 11011 | 10011110 | 11000 | 1000001 |
Color Harmonies of #90BBAB
Complementary color
Monochromatic Colors of #90BBAB
Black with #90BBAB
Text Example
Text Example
White with #90BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBAB; }
p { color: rgb(144,187,171); }
H1.HeaderClassName
{
color: #90BBAB;
}
.AnyTagClassName
{
color: #90BBAB;
}
</style>
background-color css
<style>
a { background-color: #90BBAB; }
a { background-color: rgb(144,187,171); }
div.DivClassName
{
background-color: #90BBAB;
}
.BgClassName
{
background-color: #90BBAB;
}
</style>
border-color css
<style>
span { border-color: #90BBAB; }
span { border-color: rgb(144,187,171); }
td.TdClassName
{
border-color: #90BBAB;
}
.TagClassName
{
border-color: #90BBAB;
}
</style>