Shades of Skeptic #8FBEAC
Tints of Skeptic #8FBEAC
RGB
CMYK
RGB Variations
Color information
#8FBEAC (or 0x8FBEAC) is known color: Skeptic. HEX triplet: 8F, BE and AC. RGB value is (143,190,172). Sum of RGB (Red+Green+Blue) = 143+190+172=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBEAC is #704153. Grayscale: #ADADAD. Windows color (decimal): -7356756 or 11320975. OLE color: 11320975.
HSL color Cylindrical-coordinate representation of color #8FBEAC: hue angle of 157.02º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBEAC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 172 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.25 |
| HSL | 157.02º | 0.27% | 0.65% | - |
| HSV(B) | 157.02º | 0.25% | 0.75% | - |
| XYZ | 37.19 | 45.65 | 45.88 | - |
| YUV | 173.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 172 | 0.25 | 0 | 0.09 | 0.25 | 157.02 | 0.27 | 0.65 |
| Hex | 8F | BE | AC | 19 | 0 | 9 | 19 | 9D | 1B | 41 |
| Octal | 217 | 276 | 254 | 31 | 0 | 11 | 31 | 235 | 33 | 101 |
| Binary | 10001111 | 10111110 | 10101100 | 11001 | 0 | 1001 | 11001 | 10011101 | 11011 | 1000001 |
Color Harmonies of #8FBEAC
Complementary color
Monochromatic Colors of #8FBEAC
Black with #8FBEAC
Text Example
Text Example
White with #8FBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEAC; }
p { color: rgb(143,190,172); }
H1.HeaderClassName
{
color: #8FBEAC;
}
.AnyTagClassName
{
color: #8FBEAC;
}
</style>
background-color css
<style>
a { background-color: #8FBEAC; }
a { background-color: rgb(143,190,172); }
div.DivClassName
{
background-color: #8FBEAC;
}
.BgClassName
{
background-color: #8FBEAC;
}
</style>
border-color css
<style>
span { border-color: #8FBEAC; }
span { border-color: rgb(143,190,172); }
td.TdClassName
{
border-color: #8FBEAC;
}
.TagClassName
{
border-color: #8FBEAC;
}
</style>