Shades of Skeptic #8FC2AB
Tints of Skeptic #8FC2AB
RGB
CMYK
RGB Variations
Color information
#8FC2AB (or 0x8FC2AB) is known color: Skeptic. HEX triplet: 8F, C2 and AB. RGB value is (143,194,171). Sum of RGB (Red+Green+Blue) = 143+194+171=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC2AB is #703D54. Grayscale: #B0B0B0. Windows color (decimal): -7355733 or 11256463. OLE color: 11256463.
HSL color Cylindrical-coordinate representation of color #8FC2AB: hue angle of 152.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC2AB is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 171 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.24 |
| HSL | 152.94º | 0.29% | 0.66% | - |
| HSV(B) | 152.94º | 0.26% | 0.76% | - |
| XYZ | 37.97 | 47.36 | 45.67 | - |
| YUV | 176.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 171 | 0.26 | 0 | 0.12 | 0.24 | 152.94 | 0.29 | 0.66 |
| Hex | 8F | C2 | AB | 1A | 0 | C | 18 | 99 | 1D | 42 |
| Octal | 217 | 302 | 253 | 32 | 0 | 14 | 30 | 231 | 35 | 102 |
| Binary | 10001111 | 11000010 | 10101011 | 11010 | 0 | 1100 | 11000 | 10011001 | 11101 | 1000010 |
Color Harmonies of #8FC2AB
Complementary color
Monochromatic Colors of #8FC2AB
Black with #8FC2AB
Text Example
Text Example
White with #8FC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC2AB; }
p { color: rgb(143,194,171); }
H1.HeaderClassName
{
color: #8FC2AB;
}
.AnyTagClassName
{
color: #8FC2AB;
}
</style>
background-color css
<style>
a { background-color: #8FC2AB; }
a { background-color: rgb(143,194,171); }
div.DivClassName
{
background-color: #8FC2AB;
}
.BgClassName
{
background-color: #8FC2AB;
}
</style>
border-color css
<style>
span { border-color: #8FC2AB; }
span { border-color: rgb(143,194,171); }
td.TdClassName
{
border-color: #8FC2AB;
}
.TagClassName
{
border-color: #8FC2AB;
}
</style>