Shades of Conch #99B9B9
Tints of Conch #99B9B9
RGB
CMYK
RGB Variations
Color information
#99B9B9 (or 0x99B9B9) is known color: Conch. HEX triplet: 99, B9 and B9. RGB value is (153,185,185). Sum of RGB (Red+Green+Blue) = 153+185+185=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #99B9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9B9 is #664646. Grayscale: #AFAFAF. Windows color (decimal): -6702663 or 12171673. OLE color: 12171673.
HSL color Cylindrical-coordinate representation of color #99B9B9: hue angle of 180º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99B9B9 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 185 | - |
| CMYK | 0.17 | 0 | 0 | 0.27 |
| HSL | 180º | 0.19% | 0.66% | - |
| HSV(B) | 180º | 0.17% | 0.73% | - |
| XYZ | 39.24 | 44.97 | 52.51 | - |
| YUV | 175.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 185 | 0.17 | 0 | 0 | 0.27 | 180 | 0.19 | 0.66 |
| Hex | 99 | B9 | B9 | 11 | 0 | 0 | 1B | B4 | 13 | 42 |
| Octal | 231 | 271 | 271 | 21 | 0 | 0 | 33 | 264 | 23 | 102 |
| Binary | 10011001 | 10111001 | 10111001 | 10001 | 0 | 0 | 11011 | 10110100 | 10011 | 1000010 |
Color Harmonies of #99B9B9
Complementary color
Monochromatic Colors of #99B9B9
Black with #99B9B9
Text Example
Text Example
White with #99B9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B9B9; }
p { color: rgb(153,185,185); }
H1.HeaderClassName
{
color: #99B9B9;
}
.AnyTagClassName
{
color: #99B9B9;
}
</style>
background-color css
<style>
a { background-color: #99B9B9; }
a { background-color: rgb(153,185,185); }
div.DivClassName
{
background-color: #99B9B9;
}
.BgClassName
{
background-color: #99B9B9;
}
</style>
border-color css
<style>
span { border-color: #99B9B9; }
span { border-color: rgb(153,185,185); }
td.TdClassName
{
border-color: #99B9B9;
}
.TagClassName
{
border-color: #99B9B9;
}
</style>