Shades of Skeptic #8DC2AA
Tints of Skeptic #8DC2AA
RGB
CMYK
RGB Variations
Color information
#8DC2AA (or 0x8DC2AA) is known color: Skeptic. HEX triplet: 8D, C2 and AA. RGB value is (141,194,170). Sum of RGB (Red+Green+Blue) = 141+194+170=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC2AA is #723D55. Grayscale: #AFAFAF. Windows color (decimal): -7486806 or 11190925. OLE color: 11190925.
HSL color Cylindrical-coordinate representation of color #8DC2AA: hue angle of 152.83º degrees, saturation: 0.3, 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 #8DC2AA is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 170 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.24 |
| HSL | 152.83º | 0.3% | 0.66% | - |
| HSV(B) | 152.83º | 0.27% | 0.76% | - |
| XYZ | 37.53 | 47.15 | 45.15 | - |
| YUV | 175.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 170 | 0.27 | 0 | 0.12 | 0.24 | 152.83 | 0.3 | 0.66 |
| Hex | 8D | C2 | AA | 1B | 0 | C | 18 | 99 | 1E | 42 |
| Octal | 215 | 302 | 252 | 33 | 0 | 14 | 30 | 231 | 36 | 102 |
| Binary | 10001101 | 11000010 | 10101010 | 11011 | 0 | 1100 | 11000 | 10011001 | 11110 | 1000010 |
Color Harmonies of #8DC2AA
Complementary color
Monochromatic Colors of #8DC2AA
Black with #8DC2AA
Text Example
Text Example
White with #8DC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC2AA; }
p { color: rgb(141,194,170); }
H1.HeaderClassName
{
color: #8DC2AA;
}
.AnyTagClassName
{
color: #8DC2AA;
}
</style>
background-color css
<style>
a { background-color: #8DC2AA; }
a { background-color: rgb(141,194,170); }
div.DivClassName
{
background-color: #8DC2AA;
}
.BgClassName
{
background-color: #8DC2AA;
}
</style>
border-color css
<style>
span { border-color: #8DC2AA; }
span { border-color: rgb(141,194,170); }
td.TdClassName
{
border-color: #8DC2AA;
}
.TagClassName
{
border-color: #8DC2AA;
}
</style>