Shades of Skeptic #8DC3AB
Tints of Skeptic #8DC3AB
RGB
CMYK
RGB Variations
Color information
#8DC3AB (or 0x8DC3AB) is known color: Skeptic. HEX triplet: 8D, C3 and AB. RGB value is (141,195,171). Sum of RGB (Red+Green+Blue) = 141+195+171=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC3AB is #723C54. Grayscale: #B0B0B0. Windows color (decimal): -7486549 or 11256717. OLE color: 11256717.
HSL color Cylindrical-coordinate representation of color #8DC3AB: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC3AB is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 171 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.24 |
| HSL | 153.33º | 0.31% | 0.66% | - |
| HSV(B) | 153.33º | 0.28% | 0.76% | - |
| XYZ | 37.85 | 47.63 | 45.73 | - |
| YUV | 176.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 171 | 0.28 | 0 | 0.12 | 0.24 | 153.33 | 0.31 | 0.66 |
| Hex | 8D | C3 | AB | 1C | 0 | C | 18 | 99 | 1F | 42 |
| Octal | 215 | 303 | 253 | 34 | 0 | 14 | 30 | 231 | 37 | 102 |
| Binary | 10001101 | 11000011 | 10101011 | 11100 | 0 | 1100 | 11000 | 10011001 | 11111 | 1000010 |
Color Harmonies of #8DC3AB
Complementary color
Monochromatic Colors of #8DC3AB
Black with #8DC3AB
Text Example
Text Example
White with #8DC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC3AB; }
p { color: rgb(141,195,171); }
H1.HeaderClassName
{
color: #8DC3AB;
}
.AnyTagClassName
{
color: #8DC3AB;
}
</style>
background-color css
<style>
a { background-color: #8DC3AB; }
a { background-color: rgb(141,195,171); }
div.DivClassName
{
background-color: #8DC3AB;
}
.BgClassName
{
background-color: #8DC3AB;
}
</style>
border-color css
<style>
span { border-color: #8DC3AB; }
span { border-color: rgb(141,195,171); }
td.TdClassName
{
border-color: #8DC3AB;
}
.TagClassName
{
border-color: #8DC3AB;
}
</style>