Shades of Skeptic #8FBFAB
Tints of Skeptic #8FBFAB
RGB
CMYK
RGB Variations
Color information
#8FBFAB (or 0x8FBFAB) is known color: Skeptic. HEX triplet: 8F, BF and AB. RGB value is (143,191,171). Sum of RGB (Red+Green+Blue) = 143+191+171=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBFAB is #704054. Grayscale: #AEAEAE. Windows color (decimal): -7356501 or 11255695. OLE color: 11255695.
HSL color Cylindrical-coordinate representation of color #8FBFAB: hue angle of 155º 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 #8FBFAB is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 171 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.25 |
| HSL | 155º | 0.27% | 0.65% | - |
| HSV(B) | 155º | 0.25% | 0.75% | - |
| XYZ | 37.31 | 46.04 | 45.45 | - |
| YUV | 174.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 171 | 0.25 | 0 | 0.10 | 0.25 | 155 | 0.27 | 0.65 |
| Hex | 8F | BF | AB | 19 | 0 | A | 19 | 9B | 1B | 41 |
| Octal | 217 | 277 | 253 | 31 | 0 | 12 | 31 | 233 | 33 | 101 |
| Binary | 10001111 | 10111111 | 10101011 | 11001 | 0 | 1010 | 11001 | 10011011 | 11011 | 1000001 |
Color Harmonies of #8FBFAB
Complementary color
Monochromatic Colors of #8FBFAB
Black with #8FBFAB
Text Example
Text Example
White with #8FBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFAB; }
p { color: rgb(143,191,171); }
H1.HeaderClassName
{
color: #8FBFAB;
}
.AnyTagClassName
{
color: #8FBFAB;
}
</style>
background-color css
<style>
a { background-color: #8FBFAB; }
a { background-color: rgb(143,191,171); }
div.DivClassName
{
background-color: #8FBFAB;
}
.BgClassName
{
background-color: #8FBFAB;
}
</style>
border-color css
<style>
span { border-color: #8FBFAB; }
span { border-color: rgb(143,191,171); }
td.TdClassName
{
border-color: #8FBFAB;
}
.TagClassName
{
border-color: #8FBFAB;
}
</style>