Shades of Conch #99B7B2
Tints of Conch #99B7B2
RGB
CMYK
RGB Variations
Color information
#99B7B2 (or 0x99B7B2) is known color: Conch. HEX triplet: 99, B7 and B2. RGB value is (153,183,178). Sum of RGB (Red+Green+Blue) = 153+183+178=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7B2 is #66484D. Grayscale: #ADADAD. Windows color (decimal): -6703182 or 11712409. OLE color: 11712409.
HSL color Cylindrical-coordinate representation of color #99B7B2: hue angle of 170º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B7B2 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 178 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.28 |
| HSL | 170º | 0.17% | 0.66% | - |
| HSV(B) | 170º | 0.16% | 0.72% | - |
| XYZ | 38.11 | 43.85 | 48.58 | - |
| YUV | 173.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 178 | 0.16 | 0 | 0.03 | 0.28 | 170 | 0.17 | 0.66 |
| Hex | 99 | B7 | B2 | 10 | 0 | 3 | 1C | AA | 11 | 42 |
| Octal | 231 | 267 | 262 | 20 | 0 | 3 | 34 | 252 | 21 | 102 |
| Binary | 10011001 | 10110111 | 10110010 | 10000 | 0 | 11 | 11100 | 10101010 | 10001 | 1000010 |
Color Harmonies of #99B7B2
Complementary color
Monochromatic Colors of #99B7B2
Black with #99B7B2
Text Example
Text Example
White with #99B7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B7B2; }
p { color: rgb(153,183,178); }
H1.HeaderClassName
{
color: #99B7B2;
}
.AnyTagClassName
{
color: #99B7B2;
}
</style>
background-color css
<style>
a { background-color: #99B7B2; }
a { background-color: rgb(153,183,178); }
div.DivClassName
{
background-color: #99B7B2;
}
.BgClassName
{
background-color: #99B7B2;
}
</style>
border-color css
<style>
span { border-color: #99B7B2; }
span { border-color: rgb(153,183,178); }
td.TdClassName
{
border-color: #99B7B2;
}
.TagClassName
{
border-color: #99B7B2;
}
</style>