Shades of Conch #8FB3AF
Tints of Conch #8FB3AF
RGB
CMYK
RGB Variations
Color information
#8FB3AF (or 0x8FB3AF) is known color: Conch. HEX triplet: 8F, B3 and AF. RGB value is (143,179,175). Sum of RGB (Red+Green+Blue) = 143+179+175=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB3AF is #704C50. Grayscale: #A7A7A7. Windows color (decimal): -7359569 or 11514767. OLE color: 11514767.
HSL color Cylindrical-coordinate representation of color #8FB3AF: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FB3AF is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 175 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.30 |
| HSL | 173.33º | 0.19% | 0.63% | - |
| HSV(B) | 173.33º | 0.2% | 0.7% | - |
| XYZ | 35.19 | 41.17 | 46.65 | - |
| YUV | 167.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 175 | 0.20 | 0 | 0.02 | 0.30 | 173.33 | 0.19 | 0.63 |
| Hex | 8F | B3 | AF | 14 | 0 | 2 | 1E | AD | 13 | 3F |
| Octal | 217 | 263 | 257 | 24 | 0 | 2 | 36 | 255 | 23 | 77 |
| Binary | 10001111 | 10110011 | 10101111 | 10100 | 0 | 10 | 11110 | 10101101 | 10011 | 111111 |
Color Harmonies of #8FB3AF
Complementary color
Monochromatic Colors of #8FB3AF
Black with #8FB3AF
Text Example
Text Example
White with #8FB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB3AF; }
p { color: rgb(143,179,175); }
H1.HeaderClassName
{
color: #8FB3AF;
}
.AnyTagClassName
{
color: #8FB3AF;
}
</style>
background-color css
<style>
a { background-color: #8FB3AF; }
a { background-color: rgb(143,179,175); }
div.DivClassName
{
background-color: #8FB3AF;
}
.BgClassName
{
background-color: #8FB3AF;
}
</style>
border-color css
<style>
span { border-color: #8FB3AF; }
span { border-color: rgb(143,179,175); }
td.TdClassName
{
border-color: #8FB3AF;
}
.TagClassName
{
border-color: #8FB3AF;
}
</style>