Shades of Skeptic #8FB4A4
Tints of Skeptic #8FB4A4
RGB
CMYK
RGB Variations
Color information
#8FB4A4 (or 0x8FB4A4) is known color: Skeptic. HEX triplet: 8F, B4 and A4. RGB value is (143,180,164). Sum of RGB (Red+Green+Blue) = 143+180+164=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4A4 is #704B5B. Grayscale: #A7A7A7. Windows color (decimal): -7359324 or 10794127. OLE color: 10794127.
HSL color Cylindrical-coordinate representation of color #8FB4A4: hue angle of 154.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB4A4 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 164 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.29 |
| HSL | 154.05º | 0.2% | 0.63% | - |
| HSV(B) | 154.05º | 0.21% | 0.71% | - |
| XYZ | 34.35 | 41.16 | 41.26 | - |
| YUV | 167.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 164 | 0.21 | 0 | 0.09 | 0.29 | 154.05 | 0.2 | 0.63 |
| Hex | 8F | B4 | A4 | 15 | 0 | 9 | 1D | 9A | 14 | 3F |
| Octal | 217 | 264 | 244 | 25 | 0 | 11 | 35 | 232 | 24 | 77 |
| Binary | 10001111 | 10110100 | 10100100 | 10101 | 0 | 1001 | 11101 | 10011010 | 10100 | 111111 |
Color Harmonies of #8FB4A4
Complementary color
Monochromatic Colors of #8FB4A4
Black with #8FB4A4
Text Example
Text Example
White with #8FB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4A4; }
p { color: rgb(143,180,164); }
H1.HeaderClassName
{
color: #8FB4A4;
}
.AnyTagClassName
{
color: #8FB4A4;
}
</style>
background-color css
<style>
a { background-color: #8FB4A4; }
a { background-color: rgb(143,180,164); }
div.DivClassName
{
background-color: #8FB4A4;
}
.BgClassName
{
background-color: #8FB4A4;
}
</style>
border-color css
<style>
span { border-color: #8FB4A4; }
span { border-color: rgb(143,180,164); }
td.TdClassName
{
border-color: #8FB4A4;
}
.TagClassName
{
border-color: #8FB4A4;
}
</style>