Shades of Conch #98B7B2
Tints of Conch #98B7B2
RGB
CMYK
RGB Variations
Color information
#98B7B2 (or 0x98B7B2) is known color: Conch. HEX triplet: 98, B7 and B2. RGB value is (152,183,178). Sum of RGB (Red+Green+Blue) = 152+183+178=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 183 - color contains mainly: green. Hex color #98B7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B7B2 is #67484D. Grayscale: #ADADAD. Windows color (decimal): -6768718 or 11712408. OLE color: 11712408.
HSL color Cylindrical-coordinate representation of color #98B7B2: hue angle of 170.32º 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 #98B7B2 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 183 | 178 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.28 |
| HSL | 170.32º | 0.18% | 0.66% | - |
| HSV(B) | 170.32º | 0.17% | 0.72% | - |
| XYZ | 37.92 | 43.76 | 48.57 | - |
| YUV | 173.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 183 | 178 | 0.17 | 0 | 0.03 | 0.28 | 170.32 | 0.18 | 0.66 |
| Hex | 98 | B7 | B2 | 11 | 0 | 3 | 1C | AA | 12 | 42 |
| Octal | 230 | 267 | 262 | 21 | 0 | 3 | 34 | 252 | 22 | 102 |
| Binary | 10011000 | 10110111 | 10110010 | 10001 | 0 | 11 | 11100 | 10101010 | 10010 | 1000010 |
Color Harmonies of #98B7B2
Complementary color
Monochromatic Colors of #98B7B2
Black with #98B7B2
Text Example
Text Example
White with #98B7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B7B2; }
p { color: rgb(152,183,178); }
H1.HeaderClassName
{
color: #98B7B2;
}
.AnyTagClassName
{
color: #98B7B2;
}
</style>
background-color css
<style>
a { background-color: #98B7B2; }
a { background-color: rgb(152,183,178); }
div.DivClassName
{
background-color: #98B7B2;
}
.BgClassName
{
background-color: #98B7B2;
}
</style>
border-color css
<style>
span { border-color: #98B7B2; }
span { border-color: rgb(152,183,178); }
td.TdClassName
{
border-color: #98B7B2;
}
.TagClassName
{
border-color: #98B7B2;
}
</style>