Shades of Skeptic #8DC4AB
Tints of Skeptic #8DC4AB
RGB
CMYK
RGB Variations
Color information
#8DC4AB (or 0x8DC4AB) is known color: Skeptic. HEX triplet: 8D, C4 and AB. RGB value is (141,196,171). Sum of RGB (Red+Green+Blue) = 141+196+171=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC4AB is #723B54. Grayscale: #B0B0B0. Windows color (decimal): -7486293 or 11256973. OLE color: 11256973.
HSL color Cylindrical-coordinate representation of color #8DC4AB: hue angle of 152.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC4AB is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 171 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.23 |
| HSL | 152.73º | 0.32% | 0.66% | - |
| HSV(B) | 152.73º | 0.28% | 0.77% | - |
| XYZ | 38.08 | 48.08 | 45.8 | - |
| YUV | 176.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 171 | 0.28 | 0 | 0.13 | 0.23 | 152.73 | 0.32 | 0.66 |
| Hex | 8D | C4 | AB | 1C | 0 | D | 17 | 99 | 20 | 42 |
| Octal | 215 | 304 | 253 | 34 | 0 | 15 | 27 | 231 | 40 | 102 |
| Binary | 10001101 | 11000100 | 10101011 | 11100 | 0 | 1101 | 10111 | 10011001 | 100000 | 1000010 |
Color Harmonies of #8DC4AB
Complementary color
Monochromatic Colors of #8DC4AB
Black with #8DC4AB
Text Example
Text Example
White with #8DC4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC4AB; }
p { color: rgb(141,196,171); }
H1.HeaderClassName
{
color: #8DC4AB;
}
.AnyTagClassName
{
color: #8DC4AB;
}
</style>
background-color css
<style>
a { background-color: #8DC4AB; }
a { background-color: rgb(141,196,171); }
div.DivClassName
{
background-color: #8DC4AB;
}
.BgClassName
{
background-color: #8DC4AB;
}
</style>
border-color css
<style>
span { border-color: #8DC4AB; }
span { border-color: rgb(141,196,171); }
td.TdClassName
{
border-color: #8DC4AB;
}
.TagClassName
{
border-color: #8DC4AB;
}
</style>