Shades of Skeptic #93C1AC
Tints of Skeptic #93C1AC
RGB
CMYK
RGB Variations
Color information
#93C1AC (or 0x93C1AC) is known color: Skeptic. HEX triplet: 93, C1 and AC. RGB value is (147,193,172). Sum of RGB (Red+Green+Blue) = 147+193+172=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C1AC is #6C3E53. Grayscale: #B0B0B0. Windows color (decimal): -7093844 or 11321747. OLE color: 11321747.
HSL color Cylindrical-coordinate representation of color #93C1AC: hue angle of 152.61º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93C1AC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 172 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.24 |
| HSL | 152.61º | 0.27% | 0.67% | - |
| HSV(B) | 152.61º | 0.24% | 0.76% | - |
| XYZ | 38.55 | 47.32 | 46.13 | - |
| YUV | 176.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 172 | 0.24 | 0 | 0.11 | 0.24 | 152.61 | 0.27 | 0.67 |
| Hex | 93 | C1 | AC | 18 | 0 | B | 18 | 99 | 1B | 43 |
| Octal | 223 | 301 | 254 | 30 | 0 | 13 | 30 | 231 | 33 | 103 |
| Binary | 10010011 | 11000001 | 10101100 | 11000 | 0 | 1011 | 11000 | 10011001 | 11011 | 1000011 |
Color Harmonies of #93C1AC
Complementary color
Monochromatic Colors of #93C1AC
Black with #93C1AC
Text Example
Text Example
White with #93C1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C1AC; }
p { color: rgb(147,193,172); }
H1.HeaderClassName
{
color: #93C1AC;
}
.AnyTagClassName
{
color: #93C1AC;
}
</style>
background-color css
<style>
a { background-color: #93C1AC; }
a { background-color: rgb(147,193,172); }
div.DivClassName
{
background-color: #93C1AC;
}
.BgClassName
{
background-color: #93C1AC;
}
</style>
border-color css
<style>
span { border-color: #93C1AC; }
span { border-color: rgb(147,193,172); }
td.TdClassName
{
border-color: #93C1AC;
}
.TagClassName
{
border-color: #93C1AC;
}
</style>