Shades of Skeptic #90B5A5
Tints of Skeptic #90B5A5
RGB
CMYK
RGB Variations
Color information
#90B5A5 (or 0x90B5A5) is known color: Skeptic. HEX triplet: 90, B5 and A5. RGB value is (144,181,165). Sum of RGB (Red+Green+Blue) = 144+181+165=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5A5 is #6F4A5A. Grayscale: #A8A8A8. Windows color (decimal): -7293531 or 10859920. OLE color: 10859920.
HSL color Cylindrical-coordinate representation of color #90B5A5: hue angle of 154.05º 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 #90B5A5 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 165 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.29 |
| HSL | 154.05º | 0.2% | 0.64% | - |
| HSV(B) | 154.05º | 0.2% | 0.71% | - |
| XYZ | 34.82 | 41.69 | 41.81 | - |
| YUV | 168.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 165 | 0.20 | 0 | 0.09 | 0.29 | 154.05 | 0.2 | 0.64 |
| Hex | 90 | B5 | A5 | 14 | 0 | 9 | 1D | 9A | 14 | 40 |
| Octal | 220 | 265 | 245 | 24 | 0 | 11 | 35 | 232 | 24 | 100 |
| Binary | 10010000 | 10110101 | 10100101 | 10100 | 0 | 1001 | 11101 | 10011010 | 10100 | 1000000 |
Color Harmonies of #90B5A5
Complementary color
Monochromatic Colors of #90B5A5
Black with #90B5A5
Text Example
Text Example
White with #90B5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5A5; }
p { color: rgb(144,181,165); }
H1.HeaderClassName
{
color: #90B5A5;
}
.AnyTagClassName
{
color: #90B5A5;
}
</style>
background-color css
<style>
a { background-color: #90B5A5; }
a { background-color: rgb(144,181,165); }
div.DivClassName
{
background-color: #90B5A5;
}
.BgClassName
{
background-color: #90B5A5;
}
</style>
border-color css
<style>
span { border-color: #90B5A5; }
span { border-color: rgb(144,181,165); }
td.TdClassName
{
border-color: #90B5A5;
}
.TagClassName
{
border-color: #90B5A5;
}
</style>