Shades of Skeptic #93B6A8
Tints of Skeptic #93B6A8
RGB
CMYK
RGB Variations
Color information
#93B6A8 (or 0x93B6A8) is known color: Skeptic. HEX triplet: 93, B6 and A8. RGB value is (147,182,168). Sum of RGB (Red+Green+Blue) = 147+182+168=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #93B6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B6A8 is #6C4957. Grayscale: #A9A9A9. Windows color (decimal): -7096664 or 11056787. OLE color: 11056787.
HSL color Cylindrical-coordinate representation of color #93B6A8: hue angle of 156º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B6A8 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 182 | 168 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.29 |
| HSL | 156º | 0.19% | 0.65% | - |
| HSV(B) | 156º | 0.19% | 0.71% | - |
| XYZ | 35.83 | 42.49 | 43.36 | - |
| YUV | 169.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 182 | 168 | 0.19 | 0 | 0.08 | 0.29 | 156 | 0.19 | 0.65 |
| Hex | 93 | B6 | A8 | 13 | 0 | 8 | 1D | 9C | 13 | 41 |
| Octal | 223 | 266 | 250 | 23 | 0 | 10 | 35 | 234 | 23 | 101 |
| Binary | 10010011 | 10110110 | 10101000 | 10011 | 0 | 1000 | 11101 | 10011100 | 10011 | 1000001 |
Color Harmonies of #93B6A8
Complementary color
Monochromatic Colors of #93B6A8
Black with #93B6A8
Text Example
Text Example
White with #93B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B6A8; }
p { color: rgb(147,182,168); }
H1.HeaderClassName
{
color: #93B6A8;
}
.AnyTagClassName
{
color: #93B6A8;
}
</style>
background-color css
<style>
a { background-color: #93B6A8; }
a { background-color: rgb(147,182,168); }
div.DivClassName
{
background-color: #93B6A8;
}
.BgClassName
{
background-color: #93B6A8;
}
</style>
border-color css
<style>
span { border-color: #93B6A8; }
span { border-color: rgb(147,182,168); }
td.TdClassName
{
border-color: #93B6A8;
}
.TagClassName
{
border-color: #93B6A8;
}
</style>