Shades of Conch #99B1AA
Tints of Conch #99B1AA
RGB
CMYK
RGB Variations
Color information
#99B1AA (or 0x99B1AA) is known color: Conch. HEX triplet: 99, B1 and AA. RGB value is (153,177,170). Sum of RGB (Red+Green+Blue) = 153+177+170=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #99B1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B1AA is #664E55. Grayscale: #A9A9A9. Windows color (decimal): -6704726 or 11186585. OLE color: 11186585.
HSL color Cylindrical-coordinate representation of color #99B1AA: hue angle of 162.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99B1AA is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 177 | 170 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.31 |
| HSL | 162.5º | 0.13% | 0.65% | - |
| HSV(B) | 162.5º | 0.14% | 0.69% | - |
| XYZ | 36.11 | 41.12 | 44.06 | - |
| YUV | 169.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 177 | 170 | 0.14 | 0 | 0.04 | 0.31 | 162.5 | 0.13 | 0.65 |
| Hex | 99 | B1 | AA | E | 0 | 4 | 1F | A2 | D | 41 |
| Octal | 231 | 261 | 252 | 16 | 0 | 4 | 37 | 242 | 15 | 101 |
| Binary | 10011001 | 10110001 | 10101010 | 1110 | 0 | 100 | 11111 | 10100010 | 1101 | 1000001 |
Color Harmonies of #99B1AA
Complementary color
Monochromatic Colors of #99B1AA
Black with #99B1AA
Text Example
Text Example
White with #99B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B1AA; }
p { color: rgb(153,177,170); }
H1.HeaderClassName
{
color: #99B1AA;
}
.AnyTagClassName
{
color: #99B1AA;
}
</style>
background-color css
<style>
a { background-color: #99B1AA; }
a { background-color: rgb(153,177,170); }
div.DivClassName
{
background-color: #99B1AA;
}
.BgClassName
{
background-color: #99B1AA;
}
</style>
border-color css
<style>
span { border-color: #99B1AA; }
span { border-color: rgb(153,177,170); }
td.TdClassName
{
border-color: #99B1AA;
}
.TagClassName
{
border-color: #99B1AA;
}
</style>