Shades of Conch #8DB7B5
Tints of Conch #8DB7B5
RGB
CMYK
RGB Variations
Color information
#8DB7B5 (or 0x8DB7B5) is known color: Conch. HEX triplet: 8D, B7 and B5. RGB value is (141,183,181). Sum of RGB (Red+Green+Blue) = 141+183+181=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB7B5 is #72484A. Grayscale: #AAAAAA. Windows color (decimal): -7489611 or 11909005. OLE color: 11909005.
HSL color Cylindrical-coordinate representation of color #8DB7B5: hue angle of 177.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB7B5 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 141 | 183 | 181 | - |
CMYK | 0.23 | 0 | 0.01 | 0.28 |
HSL | 177.14º | 0.23% | 0.64% | - |
HSV(B) | 177.14º | 0.23% | 0.72% | - |
XYZ | 36.26 | 42.87 | 50.08 | - |
YUV | 170.21 | 134.09 | 107.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 183 | 181 | 0.23 | 0 | 0.01 | 0.28 | 177.14 | 0.23 | 0.64 |
Hex | 8D | B7 | B5 | 17 | 0 | 1 | 1C | B1 | 17 | 40 |
Octal | 215 | 267 | 265 | 27 | 0 | 1 | 34 | 261 | 27 | 100 |
Binary | 10001101 | 10110111 | 10110101 | 10111 | 0 | 1 | 11100 | 10110001 | 10111 | 1000000 |
Color Harmonies of #8DB7B5
Complementary color
Monochromatic Colors of #8DB7B5
Black with #8DB7B5
Text Example
Text Example
White with #8DB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB7B5; }
p { color: rgb(141,183,181); }
H1.HeaderClassName
{
color: #8DB7B5;
}
.AnyTagClassName
{
color: #8DB7B5;
}
</style>
background-color css
<style>
a { background-color: #8DB7B5; }
a { background-color: rgb(141,183,181); }
div.DivClassName
{
background-color: #8DB7B5;
}
.BgClassName
{
background-color: #8DB7B5;
}
</style>
border-color css
<style>
span { border-color: #8DB7B5; }
span { border-color: rgb(141,183,181); }
td.TdClassName
{
border-color: #8DB7B5;
}
.TagClassName
{
border-color: #8DB7B5;
}
</style>