Shades of Conch #98B7B0
Tints of Conch #98B7B0
RGB
CMYK
RGB Variations
Color information
#98B7B0 (or 0x98B7B0) is known color: Conch. HEX triplet: 98, B7 and B0. RGB value is (152,183,176). Sum of RGB (Red+Green+Blue) = 152+183+176=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #98B7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B7B0 is #67484F. Grayscale: #ACACAC. Windows color (decimal): -6768720 or 11581336. OLE color: 11581336.
HSL color Cylindrical-coordinate representation of color #98B7B0: hue angle of 166.45º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B7B0 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 176 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.28 |
| HSL | 166.45º | 0.18% | 0.66% | - |
| HSV(B) | 166.45º | 0.17% | 0.72% | - |
| XYZ | 37.72 | 43.68 | 47.52 | - |
| YUV | 172.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 176 | 0.17 | 0 | 0.04 | 0.28 | 166.45 | 0.18 | 0.66 |
| Hex | 98 | B7 | B0 | 11 | 0 | 4 | 1C | A6 | 12 | 42 |
| Octal | 230 | 267 | 260 | 21 | 0 | 4 | 34 | 246 | 22 | 102 |
| Binary | 10011000 | 10110111 | 10110000 | 10001 | 0 | 100 | 11100 | 10100110 | 10010 | 1000010 |
Color Harmonies of #98B7B0
Complementary color
Monochromatic Colors of #98B7B0
Black with #98B7B0
Text Example
Text Example
White with #98B7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7B0; }
p { color: rgb(152,183,176); }
H1.HeaderClassName
{
color: #98B7B0;
}
.AnyTagClassName
{
color: #98B7B0;
}
</style>
background-color css
<style>
a { background-color: #98B7B0; }
a { background-color: rgb(152,183,176); }
div.DivClassName
{
background-color: #98B7B0;
}
.BgClassName
{
background-color: #98B7B0;
}
</style>
border-color css
<style>
span { border-color: #98B7B0; }
span { border-color: rgb(152,183,176); }
td.TdClassName
{
border-color: #98B7B0;
}
.TagClassName
{
border-color: #98B7B0;
}
</style>