Shades of Skeptic #8EC3AC
Tints of Skeptic #8EC3AC
RGB
CMYK
RGB Variations
Color information
#8EC3AC (or 0x8EC3AC) is known color: Skeptic. HEX triplet: 8E, C3 and AC. RGB value is (142,195,172). Sum of RGB (Red+Green+Blue) = 142+195+172=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC3AC is #713C53. Grayscale: #B0B0B0. Windows color (decimal): -7421012 or 11322254. OLE color: 11322254.
HSL color Cylindrical-coordinate representation of color #8EC3AC: hue angle of 153.96º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EC3AC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 172 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.24 |
| HSL | 153.96º | 0.31% | 0.66% | - |
| HSV(B) | 153.96º | 0.27% | 0.76% | - |
| XYZ | 38.12 | 47.76 | 46.24 | - |
| YUV | 176.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 172 | 0.27 | 0 | 0.12 | 0.24 | 153.96 | 0.31 | 0.66 |
| Hex | 8E | C3 | AC | 1B | 0 | C | 18 | 9A | 1F | 42 |
| Octal | 216 | 303 | 254 | 33 | 0 | 14 | 30 | 232 | 37 | 102 |
| Binary | 10001110 | 11000011 | 10101100 | 11011 | 0 | 1100 | 11000 | 10011010 | 11111 | 1000010 |
Color Harmonies of #8EC3AC
Complementary color
Monochromatic Colors of #8EC3AC
Black with #8EC3AC
Text Example
Text Example
White with #8EC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC3AC; }
p { color: rgb(142,195,172); }
H1.HeaderClassName
{
color: #8EC3AC;
}
.AnyTagClassName
{
color: #8EC3AC;
}
</style>
background-color css
<style>
a { background-color: #8EC3AC; }
a { background-color: rgb(142,195,172); }
div.DivClassName
{
background-color: #8EC3AC;
}
.BgClassName
{
background-color: #8EC3AC;
}
</style>
border-color css
<style>
span { border-color: #8EC3AC; }
span { border-color: rgb(142,195,172); }
td.TdClassName
{
border-color: #8EC3AC;
}
.TagClassName
{
border-color: #8EC3AC;
}
</style>