Shades of Skeptic #99C0AE
Tints of Skeptic #99C0AE
RGB
CMYK
RGB Variations
Color information
#99C0AE (or 0x99C0AE) is known color: Skeptic. HEX triplet: 99, C0 and AE. RGB value is (153,192,174). Sum of RGB (Red+Green+Blue) = 153+192+174=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #99C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C0AE is #663F51. Grayscale: #B2B2B2. Windows color (decimal): -6700882 or 11452569. OLE color: 11452569.
HSL color Cylindrical-coordinate representation of color #99C0AE: hue angle of 152.31º 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 #99C0AE is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 174 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.25 |
| HSL | 152.31º | 0.24% | 0.68% | - |
| HSV(B) | 152.31º | 0.2% | 0.75% | - |
| XYZ | 39.63 | 47.53 | 47.13 | - |
| YUV | 178.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 174 | 0.20 | 0 | 0.09 | 0.25 | 152.31 | 0.24 | 0.68 |
| Hex | 99 | C0 | AE | 14 | 0 | 9 | 19 | 98 | 18 | 44 |
| Octal | 231 | 300 | 256 | 24 | 0 | 11 | 31 | 230 | 30 | 104 |
| Binary | 10011001 | 11000000 | 10101110 | 10100 | 0 | 1001 | 11001 | 10011000 | 11000 | 1000100 |
Color Harmonies of #99C0AE
Complementary color
Monochromatic Colors of #99C0AE
Black with #99C0AE
Text Example
Text Example
White with #99C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0AE; }
p { color: rgb(153,192,174); }
H1.HeaderClassName
{
color: #99C0AE;
}
.AnyTagClassName
{
color: #99C0AE;
}
</style>
background-color css
<style>
a { background-color: #99C0AE; }
a { background-color: rgb(153,192,174); }
div.DivClassName
{
background-color: #99C0AE;
}
.BgClassName
{
background-color: #99C0AE;
}
</style>
border-color css
<style>
span { border-color: #99C0AE; }
span { border-color: rgb(153,192,174); }
td.TdClassName
{
border-color: #99C0AE;
}
.TagClassName
{
border-color: #99C0AE;
}
</style>