Shades of Conch #99AEA8
Tints of Conch #99AEA8
RGB
CMYK
RGB Variations
Color information
#99AEA8 (or 0x99AEA8) is known color: Conch. HEX triplet: 99, AE and A8. RGB value is (153,174,168). Sum of RGB (Red+Green+Blue) = 153+174+168=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 174 - color contains mainly: green. Hex color #99AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AEA8 is #665157. Grayscale: #A7A7A7. Windows color (decimal): -6705496 or 11054745. OLE color: 11054745.
HSL color Cylindrical-coordinate representation of color #99AEA8: hue angle of 162.86º 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 #99AEA8 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 168 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.32 |
| HSL | 162.86º | 0.11% | 0.64% | - |
| HSV(B) | 162.86º | 0.12% | 0.68% | - |
| XYZ | 35.34 | 39.87 | 42.88 | - |
| YUV | 167.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 168 | 0.12 | 0 | 0.03 | 0.32 | 162.86 | 0.11 | 0.64 |
| Hex | 99 | AE | A8 | C | 0 | 3 | 20 | A3 | B | 40 |
| Octal | 231 | 256 | 250 | 14 | 0 | 3 | 40 | 243 | 13 | 100 |
| Binary | 10011001 | 10101110 | 10101000 | 1100 | 0 | 11 | 100000 | 10100011 | 1011 | 1000000 |
Color Harmonies of #99AEA8
Complementary color
Monochromatic Colors of #99AEA8
Black with #99AEA8
Text Example
Text Example
White with #99AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AEA8; }
p { color: rgb(153,174,168); }
H1.HeaderClassName
{
color: #99AEA8;
}
.AnyTagClassName
{
color: #99AEA8;
}
</style>
background-color css
<style>
a { background-color: #99AEA8; }
a { background-color: rgb(153,174,168); }
div.DivClassName
{
background-color: #99AEA8;
}
.BgClassName
{
background-color: #99AEA8;
}
</style>
border-color css
<style>
span { border-color: #99AEA8; }
span { border-color: rgb(153,174,168); }
td.TdClassName
{
border-color: #99AEA8;
}
.TagClassName
{
border-color: #99AEA8;
}
</style>