Shades of Skeptic #93C1A8
Tints of Skeptic #93C1A8
RGB
CMYK
RGB Variations
Color information
#93C1A8 (or 0x93C1A8) is known color: Skeptic. HEX triplet: 93, C1 and A8. RGB value is (147,193,168). Sum of RGB (Red+Green+Blue) = 147+193+168=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C1A8 is #6C3E57. Grayscale: #B0B0B0. Windows color (decimal): -7093848 or 11059603. OLE color: 11059603.
HSL color Cylindrical-coordinate representation of color #93C1A8: hue angle of 147.39º 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 #93C1A8 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 168 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.24 |
| HSL | 147.39º | 0.27% | 0.67% | - |
| HSV(B) | 147.39º | 0.24% | 0.76% | - |
| XYZ | 38.17 | 47.17 | 44.14 | - |
| YUV | 176.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 168 | 0.24 | 0 | 0.13 | 0.24 | 147.39 | 0.27 | 0.67 |
| Hex | 93 | C1 | A8 | 18 | 0 | D | 18 | 93 | 1B | 43 |
| Octal | 223 | 301 | 250 | 30 | 0 | 15 | 30 | 223 | 33 | 103 |
| Binary | 10010011 | 11000001 | 10101000 | 11000 | 0 | 1101 | 11000 | 10010011 | 11011 | 1000011 |
Color Harmonies of #93C1A8
Complementary color
Monochromatic Colors of #93C1A8
Black with #93C1A8
Text Example
Text Example
White with #93C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C1A8; }
p { color: rgb(147,193,168); }
H1.HeaderClassName
{
color: #93C1A8;
}
.AnyTagClassName
{
color: #93C1A8;
}
</style>
background-color css
<style>
a { background-color: #93C1A8; }
a { background-color: rgb(147,193,168); }
div.DivClassName
{
background-color: #93C1A8;
}
.BgClassName
{
background-color: #93C1A8;
}
</style>
border-color css
<style>
span { border-color: #93C1A8; }
span { border-color: rgb(147,193,168); }
td.TdClassName
{
border-color: #93C1A8;
}
.TagClassName
{
border-color: #93C1A8;
}
</style>