Shades of Skeptic #8CC2A8
Tints of Skeptic #8CC2A8
RGB
CMYK
RGB Variations
Color information
#8CC2A8 (or 0x8CC2A8) is known color: Skeptic. HEX triplet: 8C, C2 and A8. RGB value is (140,194,168). Sum of RGB (Red+Green+Blue) = 140+194+168=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC2A8 is #733D57. Grayscale: #AEAEAE. Windows color (decimal): -7552344 or 11059852. OLE color: 11059852.
HSL color Cylindrical-coordinate representation of color #8CC2A8: hue angle of 151.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CC2A8 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 168 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.24 |
| HSL | 151.11º | 0.31% | 0.65% | - |
| HSV(B) | 151.11º | 0.28% | 0.76% | - |
| XYZ | 37.17 | 46.99 | 44.16 | - |
| YUV | 174.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 168 | 0.28 | 0 | 0.13 | 0.24 | 151.11 | 0.31 | 0.65 |
| Hex | 8C | C2 | A8 | 1C | 0 | D | 18 | 97 | 1F | 41 |
| Octal | 214 | 302 | 250 | 34 | 0 | 15 | 30 | 227 | 37 | 101 |
| Binary | 10001100 | 11000010 | 10101000 | 11100 | 0 | 1101 | 11000 | 10010111 | 11111 | 1000001 |
Color Harmonies of #8CC2A8
Complementary color
Monochromatic Colors of #8CC2A8
Black with #8CC2A8
Text Example
Text Example
White with #8CC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2A8; }
p { color: rgb(140,194,168); }
H1.HeaderClassName
{
color: #8CC2A8;
}
.AnyTagClassName
{
color: #8CC2A8;
}
</style>
background-color css
<style>
a { background-color: #8CC2A8; }
a { background-color: rgb(140,194,168); }
div.DivClassName
{
background-color: #8CC2A8;
}
.BgClassName
{
background-color: #8CC2A8;
}
</style>
border-color css
<style>
span { border-color: #8CC2A8; }
span { border-color: rgb(140,194,168); }
td.TdClassName
{
border-color: #8CC2A8;
}
.TagClassName
{
border-color: #8CC2A8;
}
</style>