Shades of Conch #99ADA8
Tints of Conch #99ADA8
RGB
CMYK
RGB Variations
Color information
#99ADA8 (or 0x99ADA8) is known color: Conch. HEX triplet: 99, AD and A8. RGB value is (153,173,168). Sum of RGB (Red+Green+Blue) = 153+173+168=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADA8 is #665257. Grayscale: #A6A6A6. Windows color (decimal): -6705752 or 11054489. OLE color: 11054489.
HSL color Cylindrical-coordinate representation of color #99ADA8: hue angle of 165º 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 #99ADA8 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 168 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.32 |
| HSL | 165º | 0.11% | 0.64% | - |
| HSV(B) | 165º | 0.12% | 0.68% | - |
| XYZ | 35.15 | 39.49 | 42.81 | - |
| YUV | 166.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 168 | 0.12 | 0 | 0.03 | 0.32 | 165 | 0.11 | 0.64 |
| Hex | 99 | AD | A8 | C | 0 | 3 | 20 | A5 | B | 40 |
| Octal | 231 | 255 | 250 | 14 | 0 | 3 | 40 | 245 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10101000 | 1100 | 0 | 11 | 100000 | 10100101 | 1011 | 1000000 |
Color Harmonies of #99ADA8
Complementary color
Monochromatic Colors of #99ADA8
Black with #99ADA8
Text Example
Text Example
White with #99ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADA8; }
p { color: rgb(153,173,168); }
H1.HeaderClassName
{
color: #99ADA8;
}
.AnyTagClassName
{
color: #99ADA8;
}
</style>
background-color css
<style>
a { background-color: #99ADA8; }
a { background-color: rgb(153,173,168); }
div.DivClassName
{
background-color: #99ADA8;
}
.BgClassName
{
background-color: #99ADA8;
}
</style>
border-color css
<style>
span { border-color: #99ADA8; }
span { border-color: rgb(153,173,168); }
td.TdClassName
{
border-color: #99ADA8;
}
.TagClassName
{
border-color: #99ADA8;
}
</style>