Shades of Skeptic #8AC1A9
Tints of Skeptic #8AC1A9
RGB
CMYK
RGB Variations
Color information
#8AC1A9 (or 0x8AC1A9) is known color: Skeptic. HEX triplet: 8A, C1 and A9. RGB value is (138,193,169). Sum of RGB (Red+Green+Blue) = 138+193+169=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC1A9 is #753E56. Grayscale: #ADADAD. Windows color (decimal): -7683671 or 11125130. OLE color: 11125130.
HSL color Cylindrical-coordinate representation of color #8AC1A9: hue angle of 153.82º 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 #8AC1A9 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 169 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.24 |
| HSL | 153.82º | 0.31% | 0.65% | - |
| HSV(B) | 153.82º | 0.28% | 0.76% | - |
| XYZ | 36.71 | 46.41 | 44.56 | - |
| YUV | 173.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 169 | 0.28 | 0 | 0.12 | 0.24 | 153.82 | 0.31 | 0.65 |
| Hex | 8A | C1 | A9 | 1C | 0 | C | 18 | 9A | 1F | 41 |
| Octal | 212 | 301 | 251 | 34 | 0 | 14 | 30 | 232 | 37 | 101 |
| Binary | 10001010 | 11000001 | 10101001 | 11100 | 0 | 1100 | 11000 | 10011010 | 11111 | 1000001 |
Color Harmonies of #8AC1A9
Complementary color
Monochromatic Colors of #8AC1A9
Black with #8AC1A9
Text Example
Text Example
White with #8AC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC1A9; }
p { color: rgb(138,193,169); }
H1.HeaderClassName
{
color: #8AC1A9;
}
.AnyTagClassName
{
color: #8AC1A9;
}
</style>
background-color css
<style>
a { background-color: #8AC1A9; }
a { background-color: rgb(138,193,169); }
div.DivClassName
{
background-color: #8AC1A9;
}
.BgClassName
{
background-color: #8AC1A9;
}
</style>
border-color css
<style>
span { border-color: #8AC1A9; }
span { border-color: rgb(138,193,169); }
td.TdClassName
{
border-color: #8AC1A9;
}
.TagClassName
{
border-color: #8AC1A9;
}
</style>