Shades of Skeptic #93C0A8
Tints of Skeptic #93C0A8
RGB
CMYK
RGB Variations
Color information
#93C0A8 (or 0x93C0A8) is known color: Skeptic. HEX triplet: 93, C0 and A8. RGB value is (147,192,168). Sum of RGB (Red+Green+Blue) = 147+192+168=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C0A8 is #6C3F57. Grayscale: #AFAFAF. Windows color (decimal): -7094104 or 11059347. OLE color: 11059347.
HSL color Cylindrical-coordinate representation of color #93C0A8: hue angle of 148º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93C0A8 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 168 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.25 |
| HSL | 148º | 0.26% | 0.66% | - |
| HSV(B) | 148º | 0.23% | 0.75% | - |
| XYZ | 37.95 | 46.73 | 44.07 | - |
| YUV | 175.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 168 | 0.23 | 0 | 0.12 | 0.25 | 148 | 0.26 | 0.66 |
| Hex | 93 | C0 | A8 | 17 | 0 | C | 19 | 94 | 1A | 42 |
| Octal | 223 | 300 | 250 | 27 | 0 | 14 | 31 | 224 | 32 | 102 |
| Binary | 10010011 | 11000000 | 10101000 | 10111 | 0 | 1100 | 11001 | 10010100 | 11010 | 1000010 |
Color Harmonies of #93C0A8
Complementary color
Monochromatic Colors of #93C0A8
Black with #93C0A8
Text Example
Text Example
White with #93C0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0A8; }
p { color: rgb(147,192,168); }
H1.HeaderClassName
{
color: #93C0A8;
}
.AnyTagClassName
{
color: #93C0A8;
}
</style>
background-color css
<style>
a { background-color: #93C0A8; }
a { background-color: rgb(147,192,168); }
div.DivClassName
{
background-color: #93C0A8;
}
.BgClassName
{
background-color: #93C0A8;
}
</style>
border-color css
<style>
span { border-color: #93C0A8; }
span { border-color: rgb(147,192,168); }
td.TdClassName
{
border-color: #93C0A8;
}
.TagClassName
{
border-color: #93C0A8;
}
</style>