Shades of Skeptic #8FBCAA
Tints of Skeptic #8FBCAA
RGB
CMYK
RGB Variations
Color information
#8FBCAA (or 0x8FBCAA) is known color: Skeptic. HEX triplet: 8F, BC and AA. RGB value is (143,188,170). Sum of RGB (Red+Green+Blue) = 143+188+170=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCAA is #704355. Grayscale: #ACACAC. Windows color (decimal): -7357270 or 11189391. OLE color: 11189391.
HSL color Cylindrical-coordinate representation of color #8FBCAA: hue angle of 156º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCAA is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 170 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.26 |
| HSL | 156º | 0.25% | 0.65% | - |
| HSV(B) | 156º | 0.24% | 0.74% | - |
| XYZ | 36.57 | 44.71 | 44.73 | - |
| YUV | 172.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 170 | 0.24 | 0 | 0.10 | 0.26 | 156 | 0.25 | 0.65 |
| Hex | 8F | BC | AA | 18 | 0 | A | 1A | 9C | 19 | 41 |
| Octal | 217 | 274 | 252 | 30 | 0 | 12 | 32 | 234 | 31 | 101 |
| Binary | 10001111 | 10111100 | 10101010 | 11000 | 0 | 1010 | 11010 | 10011100 | 11001 | 1000001 |
Color Harmonies of #8FBCAA
Complementary color
Monochromatic Colors of #8FBCAA
Black with #8FBCAA
Text Example
Text Example
White with #8FBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCAA; }
p { color: rgb(143,188,170); }
H1.HeaderClassName
{
color: #8FBCAA;
}
.AnyTagClassName
{
color: #8FBCAA;
}
</style>
background-color css
<style>
a { background-color: #8FBCAA; }
a { background-color: rgb(143,188,170); }
div.DivClassName
{
background-color: #8FBCAA;
}
.BgClassName
{
background-color: #8FBCAA;
}
</style>
border-color css
<style>
span { border-color: #8FBCAA; }
span { border-color: rgb(143,188,170); }
td.TdClassName
{
border-color: #8FBCAA;
}
.TagClassName
{
border-color: #8FBCAA;
}
</style>