Shades of Skeptic #9CBEAC
Tints of Skeptic #9CBEAC
RGB
CMYK
RGB Variations
Color information
#9CBEAC (or 0x9CBEAC) is known color: Skeptic. HEX triplet: 9C, BE and AC. RGB value is (156,190,172). Sum of RGB (Red+Green+Blue) = 156+190+172=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBEAC is #634153. Grayscale: #B1B1B1. Windows color (decimal): -6504788 or 11320988. OLE color: 11320988.
HSL color Cylindrical-coordinate representation of color #9CBEAC: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBEAC is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 172 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.25 |
| HSL | 148.24º | 0.21% | 0.68% | - |
| HSV(B) | 148.24º | 0.18% | 0.75% | - |
| XYZ | 39.57 | 46.87 | 45.99 | - |
| YUV | 177.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 172 | 0.18 | 0 | 0.09 | 0.25 | 148.24 | 0.21 | 0.68 |
| Hex | 9C | BE | AC | 12 | 0 | 9 | 19 | 94 | 15 | 44 |
| Octal | 234 | 276 | 254 | 22 | 0 | 11 | 31 | 224 | 25 | 104 |
| Binary | 10011100 | 10111110 | 10101100 | 10010 | 0 | 1001 | 11001 | 10010100 | 10101 | 1000100 |
Color Harmonies of #9CBEAC
Complementary color
Monochromatic Colors of #9CBEAC
Black with #9CBEAC
Text Example
Text Example
White with #9CBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEAC; }
p { color: rgb(156,190,172); }
H1.HeaderClassName
{
color: #9CBEAC;
}
.AnyTagClassName
{
color: #9CBEAC;
}
</style>
background-color css
<style>
a { background-color: #9CBEAC; }
a { background-color: rgb(156,190,172); }
div.DivClassName
{
background-color: #9CBEAC;
}
.BgClassName
{
background-color: #9CBEAC;
}
</style>
border-color css
<style>
span { border-color: #9CBEAC; }
span { border-color: rgb(156,190,172); }
td.TdClassName
{
border-color: #9CBEAC;
}
.TagClassName
{
border-color: #9CBEAC;
}
</style>