Shades of Skeptic #90C0AA
Tints of Skeptic #90C0AA
RGB
CMYK
RGB Variations
Color information
#90C0AA (or 0x90C0AA) is known color: Skeptic. HEX triplet: 90, C0 and AA. RGB value is (144,192,170). Sum of RGB (Red+Green+Blue) = 144+192+170=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #90C0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C0AA is #6F3F55. Grayscale: #AFAFAF. Windows color (decimal): -7290710 or 11190416. OLE color: 11190416.
HSL color Cylindrical-coordinate representation of color #90C0AA: hue angle of 152.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90C0AA is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 192 | 170 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.25 |
| HSL | 152.5º | 0.28% | 0.66% | - |
| HSV(B) | 152.5º | 0.25% | 0.75% | - |
| XYZ | 37.61 | 46.53 | 45.03 | - |
| YUV | 175.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 170 | 0.25 | 0 | 0.11 | 0.25 | 152.5 | 0.28 | 0.66 |
| Hex | 90 | C0 | AA | 19 | 0 | B | 19 | 98 | 1C | 42 |
| Octal | 220 | 300 | 252 | 31 | 0 | 13 | 31 | 230 | 34 | 102 |
| Binary | 10010000 | 11000000 | 10101010 | 11001 | 0 | 1011 | 11001 | 10011000 | 11100 | 1000010 |
Color Harmonies of #90C0AA
Complementary color
Monochromatic Colors of #90C0AA
Black with #90C0AA
Text Example
Text Example
White with #90C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0AA; }
p { color: rgb(144,192,170); }
H1.HeaderClassName
{
color: #90C0AA;
}
.AnyTagClassName
{
color: #90C0AA;
}
</style>
background-color css
<style>
a { background-color: #90C0AA; }
a { background-color: rgb(144,192,170); }
div.DivClassName
{
background-color: #90C0AA;
}
.BgClassName
{
background-color: #90C0AA;
}
</style>
border-color css
<style>
span { border-color: #90C0AA; }
span { border-color: rgb(144,192,170); }
td.TdClassName
{
border-color: #90C0AA;
}
.TagClassName
{
border-color: #90C0AA;
}
</style>