Shades of Skeptic #90B5A6
Tints of Skeptic #90B5A6
RGB
CMYK
RGB Variations
Color information
#90B5A6 (or 0x90B5A6) is known color: Skeptic. HEX triplet: 90, B5 and A6. RGB value is (144,181,166). Sum of RGB (Red+Green+Blue) = 144+181+166=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5A6 is #6F4A59. Grayscale: #A8A8A8. Windows color (decimal): -7293530 or 10925456. OLE color: 10925456.
HSL color Cylindrical-coordinate representation of color #90B5A6: hue angle of 155.68º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B5A6 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 166 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.29 |
| HSL | 155.68º | 0.2% | 0.64% | - |
| HSV(B) | 155.68º | 0.2% | 0.71% | - |
| XYZ | 34.91 | 41.73 | 42.29 | - |
| YUV | 168.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 166 | 0.20 | 0 | 0.08 | 0.29 | 155.68 | 0.2 | 0.64 |
| Hex | 90 | B5 | A6 | 14 | 0 | 8 | 1D | 9C | 14 | 40 |
| Octal | 220 | 265 | 246 | 24 | 0 | 10 | 35 | 234 | 24 | 100 |
| Binary | 10010000 | 10110101 | 10100110 | 10100 | 0 | 1000 | 11101 | 10011100 | 10100 | 1000000 |
Color Harmonies of #90B5A6
Complementary color
Monochromatic Colors of #90B5A6
Black with #90B5A6
Text Example
Text Example
White with #90B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5A6; }
p { color: rgb(144,181,166); }
H1.HeaderClassName
{
color: #90B5A6;
}
.AnyTagClassName
{
color: #90B5A6;
}
</style>
background-color css
<style>
a { background-color: #90B5A6; }
a { background-color: rgb(144,181,166); }
div.DivClassName
{
background-color: #90B5A6;
}
.BgClassName
{
background-color: #90B5A6;
}
</style>
border-color css
<style>
span { border-color: #90B5A6; }
span { border-color: rgb(144,181,166); }
td.TdClassName
{
border-color: #90B5A6;
}
.TagClassName
{
border-color: #90B5A6;
}
</style>