Shades of Skeptic #99C1AD
Tints of Skeptic #99C1AD
RGB
CMYK
RGB Variations
Color information
#99C1AD (or 0x99C1AD) is known color: Skeptic. HEX triplet: 99, C1 and AD. RGB value is (153,193,173). Sum of RGB (Red+Green+Blue) = 153+193+173=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #99C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C1AD is #663E52. Grayscale: #B2B2B2. Windows color (decimal): -6700627 or 11387289. OLE color: 11387289.
HSL color Cylindrical-coordinate representation of color #99C1AD: hue angle of 150º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C1AD is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 173 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.24 |
| HSL | 150º | 0.24% | 0.68% | - |
| HSV(B) | 150º | 0.21% | 0.76% | - |
| XYZ | 39.75 | 47.93 | 46.69 | - |
| YUV | 178.76 | 124.75 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 173 | 0.21 | 0 | 0.10 | 0.24 | 150 | 0.24 | 0.68 |
| Hex | 99 | C1 | AD | 15 | 0 | A | 18 | 96 | 18 | 44 |
| Octal | 231 | 301 | 255 | 25 | 0 | 12 | 30 | 226 | 30 | 104 |
| Binary | 10011001 | 11000001 | 10101101 | 10101 | 0 | 1010 | 11000 | 10010110 | 11000 | 1000100 |
Color Harmonies of #99C1AD
Complementary color
Monochromatic Colors of #99C1AD
Black with #99C1AD
Text Example
Text Example
White with #99C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1AD; }
p { color: rgb(153,193,173); }
H1.HeaderClassName
{
color: #99C1AD;
}
.AnyTagClassName
{
color: #99C1AD;
}
</style>
background-color css
<style>
a { background-color: #99C1AD; }
a { background-color: rgb(153,193,173); }
div.DivClassName
{
background-color: #99C1AD;
}
.BgClassName
{
background-color: #99C1AD;
}
</style>
border-color css
<style>
span { border-color: #99C1AD; }
span { border-color: rgb(153,193,173); }
td.TdClassName
{
border-color: #99C1AD;
}
.TagClassName
{
border-color: #99C1AD;
}
</style>