Shades of Conch #98B2AB
Tints of Conch #98B2AB
RGB
CMYK
RGB Variations
Color information
#98B2AB (or 0x98B2AB) is known color: Conch. HEX triplet: 98, B2 and AB. RGB value is (152,178,171). Sum of RGB (Red+Green+Blue) = 152+178+171=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #98B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B2AB is #674D54. Grayscale: #A9A9A9. Windows color (decimal): -6770005 or 11252376. OLE color: 11252376.
HSL color Cylindrical-coordinate representation of color #98B2AB: hue angle of 163.85º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98B2AB is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 178 | 171 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.30 |
| HSL | 163.85º | 0.14% | 0.65% | - |
| HSV(B) | 163.85º | 0.15% | 0.7% | - |
| XYZ | 36.22 | 41.46 | 44.62 | - |
| YUV | 169.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 171 | 0.15 | 0 | 0.04 | 0.30 | 163.85 | 0.14 | 0.65 |
| Hex | 98 | B2 | AB | F | 0 | 4 | 1E | A4 | E | 41 |
| Octal | 230 | 262 | 253 | 17 | 0 | 4 | 36 | 244 | 16 | 101 |
| Binary | 10011000 | 10110010 | 10101011 | 1111 | 0 | 100 | 11110 | 10100100 | 1110 | 1000001 |
Color Harmonies of #98B2AB
Complementary color
Monochromatic Colors of #98B2AB
Black with #98B2AB
Text Example
Text Example
White with #98B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B2AB; }
p { color: rgb(152,178,171); }
H1.HeaderClassName
{
color: #98B2AB;
}
.AnyTagClassName
{
color: #98B2AB;
}
</style>
background-color css
<style>
a { background-color: #98B2AB; }
a { background-color: rgb(152,178,171); }
div.DivClassName
{
background-color: #98B2AB;
}
.BgClassName
{
background-color: #98B2AB;
}
</style>
border-color css
<style>
span { border-color: #98B2AB; }
span { border-color: rgb(152,178,171); }
td.TdClassName
{
border-color: #98B2AB;
}
.TagClassName
{
border-color: #98B2AB;
}
</style>