Shades of Conch #8DB6B1
Tints of Conch #8DB6B1
RGB
CMYK
RGB Variations
Color information
#8DB6B1 (or 0x8DB6B1) is known color: Conch. HEX triplet: 8D, B6 and B1. RGB value is (141,182,177). Sum of RGB (Red+Green+Blue) = 141+182+177=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB6B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB6B1 is #72494E. Grayscale: #A9A9A9. Windows color (decimal): -7489871 or 11646605. OLE color: 11646605.
HSL color Cylindrical-coordinate representation of color #8DB6B1: hue angle of 172.68º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB6B1 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 177 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.29 |
| HSL | 172.68º | 0.22% | 0.63% | - |
| HSV(B) | 172.68º | 0.23% | 0.71% | - |
| XYZ | 35.65 | 42.29 | 47.88 | - |
| YUV | 169.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 177 | 0.23 | 0 | 0.03 | 0.29 | 172.68 | 0.22 | 0.63 |
| Hex | 8D | B6 | B1 | 17 | 0 | 3 | 1D | AD | 16 | 3F |
| Octal | 215 | 266 | 261 | 27 | 0 | 3 | 35 | 255 | 26 | 77 |
| Binary | 10001101 | 10110110 | 10110001 | 10111 | 0 | 11 | 11101 | 10101101 | 10110 | 111111 |
Color Harmonies of #8DB6B1
Complementary color
Monochromatic Colors of #8DB6B1
Black with #8DB6B1
Text Example
Text Example
White with #8DB6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6B1; }
p { color: rgb(141,182,177); }
H1.HeaderClassName
{
color: #8DB6B1;
}
.AnyTagClassName
{
color: #8DB6B1;
}
</style>
background-color css
<style>
a { background-color: #8DB6B1; }
a { background-color: rgb(141,182,177); }
div.DivClassName
{
background-color: #8DB6B1;
}
.BgClassName
{
background-color: #8DB6B1;
}
</style>
border-color css
<style>
span { border-color: #8DB6B1; }
span { border-color: rgb(141,182,177); }
td.TdClassName
{
border-color: #8DB6B1;
}
.TagClassName
{
border-color: #8DB6B1;
}
</style>