Shades of Skeptic #8FB5A3
Tints of Skeptic #8FB5A3
RGB
CMYK
RGB Variations
Color information
#8FB5A3 (or 0x8FB5A3) is known color: Skeptic. HEX triplet: 8F, B5 and A3. RGB value is (143,181,163). Sum of RGB (Red+Green+Blue) = 143+181+163=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB5A3 is #704A5C. Grayscale: #A7A7A7. Windows color (decimal): -7359069 or 10728847. OLE color: 10728847.
HSL color Cylindrical-coordinate representation of color #8FB5A3: hue angle of 151.58º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB5A3 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 163 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.29 |
| HSL | 151.58º | 0.2% | 0.64% | - |
| HSV(B) | 151.58º | 0.21% | 0.71% | - |
| XYZ | 34.46 | 41.53 | 40.85 | - |
| YUV | 167.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 163 | 0.21 | 0 | 0.10 | 0.29 | 151.58 | 0.2 | 0.64 |
| Hex | 8F | B5 | A3 | 15 | 0 | A | 1D | 98 | 14 | 40 |
| Octal | 217 | 265 | 243 | 25 | 0 | 12 | 35 | 230 | 24 | 100 |
| Binary | 10001111 | 10110101 | 10100011 | 10101 | 0 | 1010 | 11101 | 10011000 | 10100 | 1000000 |
Color Harmonies of #8FB5A3
Complementary color
Monochromatic Colors of #8FB5A3
Black with #8FB5A3
Text Example
Text Example
White with #8FB5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB5A3; }
p { color: rgb(143,181,163); }
H1.HeaderClassName
{
color: #8FB5A3;
}
.AnyTagClassName
{
color: #8FB5A3;
}
</style>
background-color css
<style>
a { background-color: #8FB5A3; }
a { background-color: rgb(143,181,163); }
div.DivClassName
{
background-color: #8FB5A3;
}
.BgClassName
{
background-color: #8FB5A3;
}
</style>
border-color css
<style>
span { border-color: #8FB5A3; }
span { border-color: rgb(143,181,163); }
td.TdClassName
{
border-color: #8FB5A3;
}
.TagClassName
{
border-color: #8FB5A3;
}
</style>