Shades of Conch #98B3B3
Tints of Conch #98B3B3
RGB
CMYK
RGB Variations
Color information
#98B3B3 (or 0x98B3B3) is known color: Conch. HEX triplet: 98, B3 and B3. RGB value is (152,179,179). Sum of RGB (Red+Green+Blue) = 152+179+179=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #98B3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3B3 is #674C4C. Grayscale: #AAAAAA. Windows color (decimal): -6769741 or 11776920. OLE color: 11776920.
HSL color Cylindrical-coordinate representation of color #98B3B3: hue angle of 180º degrees, saturation: 0.15, 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 #98B3B3 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 179 | 179 | - |
| CMYK | 0.15 | 0 | 0 | 0.30 |
| HSL | 180º | 0.15% | 0.65% | - |
| HSV(B) | 180º | 0.15% | 0.7% | - |
| XYZ | 37.21 | 42.17 | 48.83 | - |
| YUV | 170.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 179 | 179 | 0.15 | 0 | 0 | 0.30 | 180 | 0.15 | 0.65 |
| Hex | 98 | B3 | B3 | F | 0 | 0 | 1E | B4 | F | 41 |
| Octal | 230 | 263 | 263 | 17 | 0 | 0 | 36 | 264 | 17 | 101 |
| Binary | 10011000 | 10110011 | 10110011 | 1111 | 0 | 0 | 11110 | 10110100 | 1111 | 1000001 |
Color Harmonies of #98B3B3
Complementary color
Monochromatic Colors of #98B3B3
Black with #98B3B3
Text Example
Text Example
White with #98B3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B3B3; }
p { color: rgb(152,179,179); }
H1.HeaderClassName
{
color: #98B3B3;
}
.AnyTagClassName
{
color: #98B3B3;
}
</style>
background-color css
<style>
a { background-color: #98B3B3; }
a { background-color: rgb(152,179,179); }
div.DivClassName
{
background-color: #98B3B3;
}
.BgClassName
{
background-color: #98B3B3;
}
</style>
border-color css
<style>
span { border-color: #98B3B3; }
span { border-color: rgb(152,179,179); }
td.TdClassName
{
border-color: #98B3B3;
}
.TagClassName
{
border-color: #98B3B3;
}
</style>