Shades of Conch #8FB5B3
Tints of Conch #8FB5B3
RGB
CMYK
RGB Variations
Color information
#8FB5B3 (or 0x8FB5B3) is known color: Conch. HEX triplet: 8F, B5 and B3. RGB value is (143,181,179). Sum of RGB (Red+Green+Blue) = 143+181+179=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB5B3 is #704A4C. Grayscale: #A9A9A9. Windows color (decimal): -7359053 or 11777423. OLE color: 11777423.
HSL color Cylindrical-coordinate representation of color #8FB5B3: hue angle of 176.84º 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 #8FB5B3 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 179 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.29 |
| HSL | 176.84º | 0.2% | 0.64% | - |
| HSV(B) | 176.84º | 0.21% | 0.71% | - |
| XYZ | 35.99 | 42.14 | 48.89 | - |
| YUV | 169.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 179 | 0.21 | 0 | 0.01 | 0.29 | 176.84 | 0.2 | 0.64 |
| Hex | 8F | B5 | B3 | 15 | 0 | 1 | 1D | B1 | 14 | 40 |
| Octal | 217 | 265 | 263 | 25 | 0 | 1 | 35 | 261 | 24 | 100 |
| Binary | 10001111 | 10110101 | 10110011 | 10101 | 0 | 1 | 11101 | 10110001 | 10100 | 1000000 |
Color Harmonies of #8FB5B3
Complementary color
Monochromatic Colors of #8FB5B3
Black with #8FB5B3
Text Example
Text Example
White with #8FB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB5B3; }
p { color: rgb(143,181,179); }
H1.HeaderClassName
{
color: #8FB5B3;
}
.AnyTagClassName
{
color: #8FB5B3;
}
</style>
background-color css
<style>
a { background-color: #8FB5B3; }
a { background-color: rgb(143,181,179); }
div.DivClassName
{
background-color: #8FB5B3;
}
.BgClassName
{
background-color: #8FB5B3;
}
</style>
border-color css
<style>
span { border-color: #8FB5B3; }
span { border-color: rgb(143,181,179); }
td.TdClassName
{
border-color: #8FB5B3;
}
.TagClassName
{
border-color: #8FB5B3;
}
</style>