Shades of Skeptic #8AC3A8
Tints of Skeptic #8AC3A8
RGB
CMYK
RGB Variations
Color information
#8AC3A8 (or 0x8AC3A8) is known color: Skeptic. HEX triplet: 8A, C3 and A8. RGB value is (138,195,168). Sum of RGB (Red+Green+Blue) = 138+195+168=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC3A8 is #753C57. Grayscale: #AEAEAE. Windows color (decimal): -7683160 or 11060106. OLE color: 11060106.
HSL color Cylindrical-coordinate representation of color #8AC3A8: hue angle of 151.58º degrees, saturation: 0.32, 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 #8AC3A8 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 168 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.24 |
| HSL | 151.58º | 0.32% | 0.65% | - |
| HSV(B) | 151.58º | 0.29% | 0.76% | - |
| XYZ | 37.06 | 47.26 | 44.21 | - |
| YUV | 174.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 168 | 0.29 | 0 | 0.14 | 0.24 | 151.58 | 0.32 | 0.65 |
| Hex | 8A | C3 | A8 | 1D | 0 | E | 18 | 98 | 20 | 41 |
| Octal | 212 | 303 | 250 | 35 | 0 | 16 | 30 | 230 | 40 | 101 |
| Binary | 10001010 | 11000011 | 10101000 | 11101 | 0 | 1110 | 11000 | 10011000 | 100000 | 1000001 |
Color Harmonies of #8AC3A8
Complementary color
Monochromatic Colors of #8AC3A8
Black with #8AC3A8
Text Example
Text Example
White with #8AC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC3A8; }
p { color: rgb(138,195,168); }
H1.HeaderClassName
{
color: #8AC3A8;
}
.AnyTagClassName
{
color: #8AC3A8;
}
</style>
background-color css
<style>
a { background-color: #8AC3A8; }
a { background-color: rgb(138,195,168); }
div.DivClassName
{
background-color: #8AC3A8;
}
.BgClassName
{
background-color: #8AC3A8;
}
</style>
border-color css
<style>
span { border-color: #8AC3A8; }
span { border-color: rgb(138,195,168); }
td.TdClassName
{
border-color: #8AC3A8;
}
.TagClassName
{
border-color: #8AC3A8;
}
</style>