Shades of Conch #8FB5B1
Tints of Conch #8FB5B1
RGB
CMYK
RGB Variations
Color information
#8FB5B1 (or 0x8FB5B1) is known color: Conch. HEX triplet: 8F, B5 and B1. RGB value is (143,181,177). Sum of RGB (Red+Green+Blue) = 143+181+177=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB5B1 is #704A4E. Grayscale: #A9A9A9. Windows color (decimal): -7359055 or 11646351. OLE color: 11646351.
HSL color Cylindrical-coordinate representation of color #8FB5B1: hue angle of 173.68º degrees, saturation: 0.2, 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 #8FB5B1 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 177 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.29 |
| HSL | 173.68º | 0.2% | 0.64% | - |
| HSV(B) | 173.68º | 0.21% | 0.71% | - |
| XYZ | 35.79 | 42.06 | 47.83 | - |
| YUV | 169.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 177 | 0.21 | 0 | 0.02 | 0.29 | 173.68 | 0.2 | 0.64 |
| Hex | 8F | B5 | B1 | 15 | 0 | 2 | 1D | AE | 14 | 40 |
| Octal | 217 | 265 | 261 | 25 | 0 | 2 | 35 | 256 | 24 | 100 |
| Binary | 10001111 | 10110101 | 10110001 | 10101 | 0 | 10 | 11101 | 10101110 | 10100 | 1000000 |
Color Harmonies of #8FB5B1
Complementary color
Monochromatic Colors of #8FB5B1
Black with #8FB5B1
Text Example
Text Example
White with #8FB5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB5B1; }
p { color: rgb(143,181,177); }
H1.HeaderClassName
{
color: #8FB5B1;
}
.AnyTagClassName
{
color: #8FB5B1;
}
</style>
background-color css
<style>
a { background-color: #8FB5B1; }
a { background-color: rgb(143,181,177); }
div.DivClassName
{
background-color: #8FB5B1;
}
.BgClassName
{
background-color: #8FB5B1;
}
</style>
border-color css
<style>
span { border-color: #8FB5B1; }
span { border-color: rgb(143,181,177); }
td.TdClassName
{
border-color: #8FB5B1;
}
.TagClassName
{
border-color: #8FB5B1;
}
</style>