Shades of Acapulco #6DA696
Tints of Acapulco #6DA696
RGB
CMYK
RGB Variations
Color information
#6DA696 (or 0x6DA696) is known color: Acapulco. HEX triplet: 6D, A6 and 96. RGB value is (109,166,150). Sum of RGB (Red+Green+Blue) = 109+166+150=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #6DA696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA696 is #925969. Grayscale: #939393. Windows color (decimal): -9591146 or 9873005. OLE color: 9873005.
HSL color Cylindrical-coordinate representation of color #6DA696: hue angle of 163.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA696 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 166 | 150 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.35 |
| HSL | 163.16º | 0.24% | 0.54% | - |
| HSV(B) | 163.16º | 0.34% | 0.65% | - |
| XYZ | 25.45 | 32.73 | 33.83 | - |
| YUV | 147.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 166 | 150 | 0.34 | 0 | 0.10 | 0.35 | 163.16 | 0.24 | 0.54 |
| Hex | 6D | A6 | 96 | 22 | 0 | A | 23 | A3 | 18 | 36 |
| Octal | 155 | 246 | 226 | 42 | 0 | 12 | 43 | 243 | 30 | 66 |
| Binary | 1101101 | 10100110 | 10010110 | 100010 | 0 | 1010 | 100011 | 10100011 | 11000 | 110110 |
Color Harmonies of #6DA696
Complementary color
Monochromatic Colors of #6DA696
Black with #6DA696
Text Example
Text Example
White with #6DA696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA696; }
p { color: rgb(109,166,150); }
H1.HeaderClassName
{
color: #6DA696;
}
.AnyTagClassName
{
color: #6DA696;
}
</style>
background-color css
<style>
a { background-color: #6DA696; }
a { background-color: rgb(109,166,150); }
div.DivClassName
{
background-color: #6DA696;
}
.BgClassName
{
background-color: #6DA696;
}
</style>
border-color css
<style>
span { border-color: #6DA696; }
span { border-color: rgb(109,166,150); }
td.TdClassName
{
border-color: #6DA696;
}
.TagClassName
{
border-color: #6DA696;
}
</style>