Shades of Skeptic #9CC1AB
Tints of Skeptic #9CC1AB
RGB
CMYK
RGB Variations
Color information
#9CC1AB (or 0x9CC1AB) is known color: Skeptic. HEX triplet: 9C, C1 and AB. RGB value is (156,193,171). Sum of RGB (Red+Green+Blue) = 156+193+171=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC1AB is #633E54. Grayscale: #B3B3B3. Windows color (decimal): -6504021 or 11256220. OLE color: 11256220.
HSL color Cylindrical-coordinate representation of color #9CC1AB: hue angle of 144.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CC1AB is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 171 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.24 |
| HSL | 144.32º | 0.23% | 0.68% | - |
| HSV(B) | 144.32º | 0.19% | 0.76% | - |
| XYZ | 40.13 | 48.15 | 45.71 | - |
| YUV | 179.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 171 | 0.19 | 0 | 0.11 | 0.24 | 144.32 | 0.23 | 0.68 |
| Hex | 9C | C1 | AB | 13 | 0 | B | 18 | 90 | 17 | 44 |
| Octal | 234 | 301 | 253 | 23 | 0 | 13 | 30 | 220 | 27 | 104 |
| Binary | 10011100 | 11000001 | 10101011 | 10011 | 0 | 1011 | 11000 | 10010000 | 10111 | 1000100 |
Color Harmonies of #9CC1AB
Complementary color
Monochromatic Colors of #9CC1AB
Black with #9CC1AB
Text Example
Text Example
White with #9CC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC1AB; }
p { color: rgb(156,193,171); }
H1.HeaderClassName
{
color: #9CC1AB;
}
.AnyTagClassName
{
color: #9CC1AB;
}
</style>
background-color css
<style>
a { background-color: #9CC1AB; }
a { background-color: rgb(156,193,171); }
div.DivClassName
{
background-color: #9CC1AB;
}
.BgClassName
{
background-color: #9CC1AB;
}
</style>
border-color css
<style>
span { border-color: #9CC1AB; }
span { border-color: rgb(156,193,171); }
td.TdClassName
{
border-color: #9CC1AB;
}
.TagClassName
{
border-color: #9CC1AB;
}
</style>