Shades of Skeptic #8FBEA8
Tints of Skeptic #8FBEA8
RGB
CMYK
RGB Variations
Color information
#8FBEA8 (or 0x8FBEA8) is known color: Skeptic. HEX triplet: 8F, BE and A8. RGB value is (143,190,168). Sum of RGB (Red+Green+Blue) = 143+190+168=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBEA8 is #704157. Grayscale: #ADADAD. Windows color (decimal): -7356760 or 11058831. OLE color: 11058831.
HSL color Cylindrical-coordinate representation of color #8FBEA8: hue angle of 151.91º 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 #8FBEA8 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 168 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.25 |
| HSL | 151.91º | 0.27% | 0.65% | - |
| HSV(B) | 151.91º | 0.25% | 0.75% | - |
| XYZ | 36.81 | 45.49 | 43.89 | - |
| YUV | 173.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 168 | 0.25 | 0 | 0.12 | 0.25 | 151.91 | 0.27 | 0.65 |
| Hex | 8F | BE | A8 | 19 | 0 | C | 19 | 98 | 1B | 41 |
| Octal | 217 | 276 | 250 | 31 | 0 | 14 | 31 | 230 | 33 | 101 |
| Binary | 10001111 | 10111110 | 10101000 | 11001 | 0 | 1100 | 11001 | 10011000 | 11011 | 1000001 |
Color Harmonies of #8FBEA8
Complementary color
Monochromatic Colors of #8FBEA8
Black with #8FBEA8
Text Example
Text Example
White with #8FBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBEA8; }
p { color: rgb(143,190,168); }
H1.HeaderClassName
{
color: #8FBEA8;
}
.AnyTagClassName
{
color: #8FBEA8;
}
</style>
background-color css
<style>
a { background-color: #8FBEA8; }
a { background-color: rgb(143,190,168); }
div.DivClassName
{
background-color: #8FBEA8;
}
.BgClassName
{
background-color: #8FBEA8;
}
</style>
border-color css
<style>
span { border-color: #8FBEA8; }
span { border-color: rgb(143,190,168); }
td.TdClassName
{
border-color: #8FBEA8;
}
.TagClassName
{
border-color: #8FBEA8;
}
</style>