Shades of Skeptic #93C3AD
Tints of Skeptic #93C3AD
RGB
CMYK
RGB Variations
Color information
#93C3AD (or 0x93C3AD) is known color: Skeptic. HEX triplet: 93, C3 and AD. RGB value is (147,195,173). Sum of RGB (Red+Green+Blue) = 147+195+173=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C3AD is #6C3C52. Grayscale: #B2B2B2. Windows color (decimal): -7093331 or 11387795. OLE color: 11387795.
HSL color Cylindrical-coordinate representation of color #93C3AD: hue angle of 152.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C3AD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 173 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.24 |
| HSL | 152.5º | 0.29% | 0.67% | - |
| HSV(B) | 152.5º | 0.25% | 0.76% | - |
| XYZ | 39.09 | 48.25 | 46.79 | - |
| YUV | 178.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 173 | 0.25 | 0 | 0.11 | 0.24 | 152.5 | 0.29 | 0.67 |
| Hex | 93 | C3 | AD | 19 | 0 | B | 18 | 98 | 1D | 43 |
| Octal | 223 | 303 | 255 | 31 | 0 | 13 | 30 | 230 | 35 | 103 |
| Binary | 10010011 | 11000011 | 10101101 | 11001 | 0 | 1011 | 11000 | 10011000 | 11101 | 1000011 |
Color Harmonies of #93C3AD
Complementary color
Monochromatic Colors of #93C3AD
Black with #93C3AD
Text Example
Text Example
White with #93C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C3AD; }
p { color: rgb(147,195,173); }
H1.HeaderClassName
{
color: #93C3AD;
}
.AnyTagClassName
{
color: #93C3AD;
}
</style>
background-color css
<style>
a { background-color: #93C3AD; }
a { background-color: rgb(147,195,173); }
div.DivClassName
{
background-color: #93C3AD;
}
.BgClassName
{
background-color: #93C3AD;
}
</style>
border-color css
<style>
span { border-color: #93C3AD; }
span { border-color: rgb(147,195,173); }
td.TdClassName
{
border-color: #93C3AD;
}
.TagClassName
{
border-color: #93C3AD;
}
</style>