Shades of Conch #8FB6B0
Tints of Conch #8FB6B0
RGB
CMYK
RGB Variations
Color information
#8FB6B0 (or 0x8FB6B0) is known color: Conch. HEX triplet: 8F, B6 and B0. RGB value is (143,182,176). Sum of RGB (Red+Green+Blue) = 143+182+176=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB6B0 is #70494F. Grayscale: #A9A9A9. Windows color (decimal): -7358800 or 11581071. OLE color: 11581071.
HSL color Cylindrical-coordinate representation of color #8FB6B0: hue angle of 170.77º degrees, saturation: 0.21, 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 #8FB6B0 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 176 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.29 |
| HSL | 170.77º | 0.21% | 0.64% | - |
| HSV(B) | 170.77º | 0.21% | 0.71% | - |
| XYZ | 35.89 | 42.43 | 47.37 | - |
| YUV | 169.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 176 | 0.21 | 0 | 0.03 | 0.29 | 170.77 | 0.21 | 0.64 |
| Hex | 8F | B6 | B0 | 15 | 0 | 3 | 1D | AB | 15 | 40 |
| Octal | 217 | 266 | 260 | 25 | 0 | 3 | 35 | 253 | 25 | 100 |
| Binary | 10001111 | 10110110 | 10110000 | 10101 | 0 | 11 | 11101 | 10101011 | 10101 | 1000000 |
Color Harmonies of #8FB6B0
Complementary color
Monochromatic Colors of #8FB6B0
Black with #8FB6B0
Text Example
Text Example
White with #8FB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB6B0; }
p { color: rgb(143,182,176); }
H1.HeaderClassName
{
color: #8FB6B0;
}
.AnyTagClassName
{
color: #8FB6B0;
}
</style>
background-color css
<style>
a { background-color: #8FB6B0; }
a { background-color: rgb(143,182,176); }
div.DivClassName
{
background-color: #8FB6B0;
}
.BgClassName
{
background-color: #8FB6B0;
}
</style>
border-color css
<style>
span { border-color: #8FB6B0; }
span { border-color: rgb(143,182,176); }
td.TdClassName
{
border-color: #8FB6B0;
}
.TagClassName
{
border-color: #8FB6B0;
}
</style>