Shades of Skeptic #99C0AC
Tints of Skeptic #99C0AC
RGB
CMYK
RGB Variations
Color information
#99C0AC (or 0x99C0AC) is known color: Skeptic. HEX triplet: 99, C0 and AC. RGB value is (153,192,172). Sum of RGB (Red+Green+Blue) = 153+192+172=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #99C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C0AC is #663F53. Grayscale: #B2B2B2. Windows color (decimal): -6700884 or 11321497. OLE color: 11321497.
HSL color Cylindrical-coordinate representation of color #99C0AC: hue angle of 149.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C0AC is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 172 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.25 |
| HSL | 149.23º | 0.24% | 0.68% | - |
| HSV(B) | 149.23º | 0.2% | 0.75% | - |
| XYZ | 39.43 | 47.45 | 46.11 | - |
| YUV | 178.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 172 | 0.20 | 0 | 0.10 | 0.25 | 149.23 | 0.24 | 0.68 |
| Hex | 99 | C0 | AC | 14 | 0 | A | 19 | 95 | 18 | 44 |
| Octal | 231 | 300 | 254 | 24 | 0 | 12 | 31 | 225 | 30 | 104 |
| Binary | 10011001 | 11000000 | 10101100 | 10100 | 0 | 1010 | 11001 | 10010101 | 11000 | 1000100 |
Color Harmonies of #99C0AC
Complementary color
Monochromatic Colors of #99C0AC
Black with #99C0AC
Text Example
Text Example
White with #99C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0AC; }
p { color: rgb(153,192,172); }
H1.HeaderClassName
{
color: #99C0AC;
}
.AnyTagClassName
{
color: #99C0AC;
}
</style>
background-color css
<style>
a { background-color: #99C0AC; }
a { background-color: rgb(153,192,172); }
div.DivClassName
{
background-color: #99C0AC;
}
.BgClassName
{
background-color: #99C0AC;
}
</style>
border-color css
<style>
span { border-color: #99C0AC; }
span { border-color: rgb(153,192,172); }
td.TdClassName
{
border-color: #99C0AC;
}
.TagClassName
{
border-color: #99C0AC;
}
</style>