Shades of Conch #8FB4AF
Tints of Conch #8FB4AF
RGB
CMYK
RGB Variations
Color information
#8FB4AF (or 0x8FB4AF) is known color: Conch. HEX triplet: 8F, B4 and AF. RGB value is (143,180,175). Sum of RGB (Red+Green+Blue) = 143+180+175=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AF is #704B50. Grayscale: #A8A8A8. Windows color (decimal): -7359313 or 11515023. OLE color: 11515023.
HSL color Cylindrical-coordinate representation of color #8FB4AF: hue angle of 171.89º 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 #8FB4AF is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 175 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.29 |
| HSL | 171.89º | 0.2% | 0.63% | - |
| HSV(B) | 171.89º | 0.21% | 0.71% | - |
| XYZ | 35.39 | 41.58 | 46.72 | - |
| YUV | 168.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 175 | 0.21 | 0 | 0.03 | 0.29 | 171.89 | 0.2 | 0.63 |
| Hex | 8F | B4 | AF | 15 | 0 | 3 | 1D | AC | 14 | 3F |
| Octal | 217 | 264 | 257 | 25 | 0 | 3 | 35 | 254 | 24 | 77 |
| Binary | 10001111 | 10110100 | 10101111 | 10101 | 0 | 11 | 11101 | 10101100 | 10100 | 111111 |
Color Harmonies of #8FB4AF
Complementary color
Monochromatic Colors of #8FB4AF
Black with #8FB4AF
Text Example
Text Example
White with #8FB4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB4AF; }
p { color: rgb(143,180,175); }
H1.HeaderClassName
{
color: #8FB4AF;
}
.AnyTagClassName
{
color: #8FB4AF;
}
</style>
background-color css
<style>
a { background-color: #8FB4AF; }
a { background-color: rgb(143,180,175); }
div.DivClassName
{
background-color: #8FB4AF;
}
.BgClassName
{
background-color: #8FB4AF;
}
</style>
border-color css
<style>
span { border-color: #8FB4AF; }
span { border-color: rgb(143,180,175); }
td.TdClassName
{
border-color: #8FB4AF;
}
.TagClassName
{
border-color: #8FB4AF;
}
</style>