Shades of Skeptic #8FC0AB
Tints of Skeptic #8FC0AB
RGB
CMYK
RGB Variations
Color information
#8FC0AB (or 0x8FC0AB) is known color: Skeptic. HEX triplet: 8F, C0 and AB. RGB value is (143,192,171). Sum of RGB (Red+Green+Blue) = 143+192+171=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC0AB is #703F54. Grayscale: #AEAEAE. Windows color (decimal): -7356245 or 11255951. OLE color: 11255951.
HSL color Cylindrical-coordinate representation of color #8FC0AB: hue angle of 154.29º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FC0AB is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 171 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.25 |
| HSL | 154.29º | 0.28% | 0.66% | - |
| HSV(B) | 154.29º | 0.26% | 0.75% | - |
| XYZ | 37.53 | 46.48 | 45.52 | - |
| YUV | 174.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 171 | 0.26 | 0 | 0.11 | 0.25 | 154.29 | 0.28 | 0.66 |
| Hex | 8F | C0 | AB | 1A | 0 | B | 19 | 9A | 1C | 42 |
| Octal | 217 | 300 | 253 | 32 | 0 | 13 | 31 | 232 | 34 | 102 |
| Binary | 10001111 | 11000000 | 10101011 | 11010 | 0 | 1011 | 11001 | 10011010 | 11100 | 1000010 |
Color Harmonies of #8FC0AB
Complementary color
Monochromatic Colors of #8FC0AB
Black with #8FC0AB
Text Example
Text Example
White with #8FC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC0AB; }
p { color: rgb(143,192,171); }
H1.HeaderClassName
{
color: #8FC0AB;
}
.AnyTagClassName
{
color: #8FC0AB;
}
</style>
background-color css
<style>
a { background-color: #8FC0AB; }
a { background-color: rgb(143,192,171); }
div.DivClassName
{
background-color: #8FC0AB;
}
.BgClassName
{
background-color: #8FC0AB;
}
</style>
border-color css
<style>
span { border-color: #8FC0AB; }
span { border-color: rgb(143,192,171); }
td.TdClassName
{
border-color: #8FC0AB;
}
.TagClassName
{
border-color: #8FC0AB;
}
</style>