Shades of Skeptic #9CC1AC
Tints of Skeptic #9CC1AC
RGB
CMYK
RGB Variations
Color information
#9CC1AC (or 0x9CC1AC) is known color: Skeptic. HEX triplet: 9C, C1 and AC. RGB value is (156,193,172). Sum of RGB (Red+Green+Blue) = 156+193+172=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC1AC is #633E53. Grayscale: #B3B3B3. Windows color (decimal): -6504020 or 11321756. OLE color: 11321756.
HSL color Cylindrical-coordinate representation of color #9CC1AC: hue angle of 145.95º 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 #9CC1AC is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 172 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.24 |
| HSL | 145.95º | 0.23% | 0.68% | - |
| HSV(B) | 145.95º | 0.19% | 0.76% | - |
| XYZ | 40.23 | 48.19 | 46.21 | - |
| YUV | 179.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 172 | 0.19 | 0 | 0.11 | 0.24 | 145.95 | 0.23 | 0.68 |
| Hex | 9C | C1 | AC | 13 | 0 | B | 18 | 92 | 17 | 44 |
| Octal | 234 | 301 | 254 | 23 | 0 | 13 | 30 | 222 | 27 | 104 |
| Binary | 10011100 | 11000001 | 10101100 | 10011 | 0 | 1011 | 11000 | 10010010 | 10111 | 1000100 |
Color Harmonies of #9CC1AC
Complementary color
Monochromatic Colors of #9CC1AC
Black with #9CC1AC
Text Example
Text Example
White with #9CC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC1AC; }
p { color: rgb(156,193,172); }
H1.HeaderClassName
{
color: #9CC1AC;
}
.AnyTagClassName
{
color: #9CC1AC;
}
</style>
background-color css
<style>
a { background-color: #9CC1AC; }
a { background-color: rgb(156,193,172); }
div.DivClassName
{
background-color: #9CC1AC;
}
.BgClassName
{
background-color: #9CC1AC;
}
</style>
border-color css
<style>
span { border-color: #9CC1AC; }
span { border-color: rgb(156,193,172); }
td.TdClassName
{
border-color: #9CC1AC;
}
.TagClassName
{
border-color: #9CC1AC;
}
</style>