Shades of Skeptic #8AC2A8
Tints of Skeptic #8AC2A8
RGB
CMYK
RGB Variations
Color information
#8AC2A8 (or 0x8AC2A8) is known color: Skeptic. HEX triplet: 8A, C2 and A8. RGB value is (138,194,168). Sum of RGB (Red+Green+Blue) = 138+194+168=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC2A8 is #753D57. Grayscale: #AEAEAE. Windows color (decimal): -7683416 or 11059850. OLE color: 11059850.
HSL color Cylindrical-coordinate representation of color #8AC2A8: hue angle of 152.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC2A8 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 168 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.24 |
| HSL | 152.14º | 0.31% | 0.65% | - |
| HSV(B) | 152.14º | 0.29% | 0.76% | - |
| XYZ | 36.84 | 46.81 | 44.14 | - |
| YUV | 174.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 168 | 0.29 | 0 | 0.13 | 0.24 | 152.14 | 0.31 | 0.65 |
| Hex | 8A | C2 | A8 | 1D | 0 | D | 18 | 98 | 1F | 41 |
| Octal | 212 | 302 | 250 | 35 | 0 | 15 | 30 | 230 | 37 | 101 |
| Binary | 10001010 | 11000010 | 10101000 | 11101 | 0 | 1101 | 11000 | 10011000 | 11111 | 1000001 |
Color Harmonies of #8AC2A8
Complementary color
Monochromatic Colors of #8AC2A8
Black with #8AC2A8
Text Example
Text Example
White with #8AC2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC2A8; }
p { color: rgb(138,194,168); }
H1.HeaderClassName
{
color: #8AC2A8;
}
.AnyTagClassName
{
color: #8AC2A8;
}
</style>
background-color css
<style>
a { background-color: #8AC2A8; }
a { background-color: rgb(138,194,168); }
div.DivClassName
{
background-color: #8AC2A8;
}
.BgClassName
{
background-color: #8AC2A8;
}
</style>
border-color css
<style>
span { border-color: #8AC2A8; }
span { border-color: rgb(138,194,168); }
td.TdClassName
{
border-color: #8AC2A8;
}
.TagClassName
{
border-color: #8AC2A8;
}
</style>