Shades of Skeptic #8AC1A8
Tints of Skeptic #8AC1A8
RGB
CMYK
RGB Variations
Color information
#8AC1A8 (or 0x8AC1A8) is known color: Skeptic. HEX triplet: 8A, C1 and A8. RGB value is (138,193,168). Sum of RGB (Red+Green+Blue) = 138+193+168=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC1A8 is #753E57. Grayscale: #ADADAD. Windows color (decimal): -7683672 or 11059594. OLE color: 11059594.
HSL color Cylindrical-coordinate representation of color #8AC1A8: hue angle of 152.73º 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 #8AC1A8 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 168 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.24 |
| HSL | 152.73º | 0.31% | 0.65% | - |
| HSV(B) | 152.73º | 0.28% | 0.76% | - |
| XYZ | 36.62 | 46.37 | 44.07 | - |
| YUV | 173.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 168 | 0.28 | 0 | 0.13 | 0.24 | 152.73 | 0.31 | 0.65 |
| Hex | 8A | C1 | A8 | 1C | 0 | D | 18 | 99 | 1F | 41 |
| Octal | 212 | 301 | 250 | 34 | 0 | 15 | 30 | 231 | 37 | 101 |
| Binary | 10001010 | 11000001 | 10101000 | 11100 | 0 | 1101 | 11000 | 10011001 | 11111 | 1000001 |
Color Harmonies of #8AC1A8
Complementary color
Monochromatic Colors of #8AC1A8
Black with #8AC1A8
Text Example
Text Example
White with #8AC1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1A8; }
p { color: rgb(138,193,168); }
H1.HeaderClassName
{
color: #8AC1A8;
}
.AnyTagClassName
{
color: #8AC1A8;
}
</style>
background-color css
<style>
a { background-color: #8AC1A8; }
a { background-color: rgb(138,193,168); }
div.DivClassName
{
background-color: #8AC1A8;
}
.BgClassName
{
background-color: #8AC1A8;
}
</style>
border-color css
<style>
span { border-color: #8AC1A8; }
span { border-color: rgb(138,193,168); }
td.TdClassName
{
border-color: #8AC1A8;
}
.TagClassName
{
border-color: #8AC1A8;
}
</style>