Shades of Skeptic #90BCAA
Tints of Skeptic #90BCAA
RGB
CMYK
RGB Variations
Color information
#90BCAA (or 0x90BCAA) is known color: Skeptic. HEX triplet: 90, BC and AA. RGB value is (144,188,170). Sum of RGB (Red+Green+Blue) = 144+188+170=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCAA is #6F4355. Grayscale: #ACACAC. Windows color (decimal): -7291734 or 11189392. OLE color: 11189392.
HSL color Cylindrical-coordinate representation of color #90BCAA: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BCAA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 170 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.26 |
| HSL | 155.45º | 0.25% | 0.65% | - |
| HSV(B) | 155.45º | 0.23% | 0.74% | - |
| XYZ | 36.74 | 44.8 | 44.74 | - |
| YUV | 172.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 170 | 0.23 | 0 | 0.10 | 0.26 | 155.45 | 0.25 | 0.65 |
| Hex | 90 | BC | AA | 17 | 0 | A | 1A | 9B | 19 | 41 |
| Octal | 220 | 274 | 252 | 27 | 0 | 12 | 32 | 233 | 31 | 101 |
| Binary | 10010000 | 10111100 | 10101010 | 10111 | 0 | 1010 | 11010 | 10011011 | 11001 | 1000001 |
Color Harmonies of #90BCAA
Complementary color
Monochromatic Colors of #90BCAA
Black with #90BCAA
Text Example
Text Example
White with #90BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCAA; }
p { color: rgb(144,188,170); }
H1.HeaderClassName
{
color: #90BCAA;
}
.AnyTagClassName
{
color: #90BCAA;
}
</style>
background-color css
<style>
a { background-color: #90BCAA; }
a { background-color: rgb(144,188,170); }
div.DivClassName
{
background-color: #90BCAA;
}
.BgClassName
{
background-color: #90BCAA;
}
</style>
border-color css
<style>
span { border-color: #90BCAA; }
span { border-color: rgb(144,188,170); }
td.TdClassName
{
border-color: #90BCAA;
}
.TagClassName
{
border-color: #90BCAA;
}
</style>