Shades of Skeptic #90C2AB
Tints of Skeptic #90C2AB
RGB
CMYK
RGB Variations
Color information
#90C2AB (or 0x90C2AB) is known color: Skeptic. HEX triplet: 90, C2 and AB. RGB value is (144,194,171). Sum of RGB (Red+Green+Blue) = 144+194+171=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #90C2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C2AB is #6F3D54. Grayscale: #B0B0B0. Windows color (decimal): -7290197 or 11256464. OLE color: 11256464.
HSL color Cylindrical-coordinate representation of color #90C2AB: hue angle of 152.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C2AB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 194 | 171 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.24 |
| HSL | 152.4º | 0.29% | 0.66% | - |
| HSV(B) | 152.4º | 0.26% | 0.76% | - |
| XYZ | 38.14 | 47.45 | 45.68 | - |
| YUV | 176.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 194 | 171 | 0.26 | 0 | 0.12 | 0.24 | 152.4 | 0.29 | 0.66 |
| Hex | 90 | C2 | AB | 1A | 0 | C | 18 | 98 | 1D | 42 |
| Octal | 220 | 302 | 253 | 32 | 0 | 14 | 30 | 230 | 35 | 102 |
| Binary | 10010000 | 11000010 | 10101011 | 11010 | 0 | 1100 | 11000 | 10011000 | 11101 | 1000010 |
Color Harmonies of #90C2AB
Complementary color
Monochromatic Colors of #90C2AB
Black with #90C2AB
Text Example
Text Example
White with #90C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C2AB; }
p { color: rgb(144,194,171); }
H1.HeaderClassName
{
color: #90C2AB;
}
.AnyTagClassName
{
color: #90C2AB;
}
</style>
background-color css
<style>
a { background-color: #90C2AB; }
a { background-color: rgb(144,194,171); }
div.DivClassName
{
background-color: #90C2AB;
}
.BgClassName
{
background-color: #90C2AB;
}
</style>
border-color css
<style>
span { border-color: #90C2AB; }
span { border-color: rgb(144,194,171); }
td.TdClassName
{
border-color: #90C2AB;
}
.TagClassName
{
border-color: #90C2AB;
}
</style>