Shades of Conch #99AEAB
Tints of Conch #99AEAB
RGB
CMYK
RGB Variations
Color information
#99AEAB (or 0x99AEAB) is known color: Conch. HEX triplet: 99, AE and AB. RGB value is (153,174,171). Sum of RGB (Red+Green+Blue) = 153+174+171=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEAB is #665154. Grayscale: #A7A7A7. Windows color (decimal): -6705493 or 11251353. OLE color: 11251353.
HSL color Cylindrical-coordinate representation of color #99AEAB: hue angle of 171.43º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AEAB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 171 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.32 |
| HSL | 171.43º | 0.11% | 0.64% | - |
| HSV(B) | 171.43º | 0.12% | 0.68% | - |
| XYZ | 35.62 | 39.98 | 44.37 | - |
| YUV | 167.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 171 | 0.12 | 0 | 0.02 | 0.32 | 171.43 | 0.11 | 0.64 |
| Hex | 99 | AE | AB | C | 0 | 2 | 20 | AB | B | 40 |
| Octal | 231 | 256 | 253 | 14 | 0 | 2 | 40 | 253 | 13 | 100 |
| Binary | 10011001 | 10101110 | 10101011 | 1100 | 0 | 10 | 100000 | 10101011 | 1011 | 1000000 |
Color Harmonies of #99AEAB
Complementary color
Monochromatic Colors of #99AEAB
Black with #99AEAB
Text Example
Text Example
White with #99AEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEAB; }
p { color: rgb(153,174,171); }
H1.HeaderClassName
{
color: #99AEAB;
}
.AnyTagClassName
{
color: #99AEAB;
}
</style>
background-color css
<style>
a { background-color: #99AEAB; }
a { background-color: rgb(153,174,171); }
div.DivClassName
{
background-color: #99AEAB;
}
.BgClassName
{
background-color: #99AEAB;
}
</style>
border-color css
<style>
span { border-color: #99AEAB; }
span { border-color: rgb(153,174,171); }
td.TdClassName
{
border-color: #99AEAB;
}
.TagClassName
{
border-color: #99AEAB;
}
</style>