Shades of Acapulco #6DA48D
Tints of Acapulco #6DA48D
RGB
CMYK
RGB Variations
Color information
#6DA48D (or 0x6DA48D) is known color: Acapulco. HEX triplet: 6D, A4 and 8D. RGB value is (109,164,141). Sum of RGB (Red+Green+Blue) = 109+164+141=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA48D is #925B72. Grayscale: #909090. Windows color (decimal): -9591667 or 9282669. OLE color: 9282669.
HSL color Cylindrical-coordinate representation of color #6DA48D: hue angle of 154.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA48D is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 164 | 141 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.36 |
| HSL | 154.91º | 0.23% | 0.54% | - |
| HSV(B) | 154.91º | 0.34% | 0.64% | - |
| XYZ | 24.39 | 31.73 | 30.04 | - |
| YUV | 144.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 164 | 141 | 0.34 | 0 | 0.14 | 0.36 | 154.91 | 0.23 | 0.54 |
| Hex | 6D | A4 | 8D | 22 | 0 | E | 24 | 9B | 17 | 36 |
| Octal | 155 | 244 | 215 | 42 | 0 | 16 | 44 | 233 | 27 | 66 |
| Binary | 1101101 | 10100100 | 10001101 | 100010 | 0 | 1110 | 100100 | 10011011 | 10111 | 110110 |
Color Harmonies of #6DA48D
Complementary color
Monochromatic Colors of #6DA48D
Black with #6DA48D
Text Example
Text Example
White with #6DA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA48D; }
p { color: rgb(109,164,141); }
H1.HeaderClassName
{
color: #6DA48D;
}
.AnyTagClassName
{
color: #6DA48D;
}
</style>
background-color css
<style>
a { background-color: #6DA48D; }
a { background-color: rgb(109,164,141); }
div.DivClassName
{
background-color: #6DA48D;
}
.BgClassName
{
background-color: #6DA48D;
}
</style>
border-color css
<style>
span { border-color: #6DA48D; }
span { border-color: rgb(109,164,141); }
td.TdClassName
{
border-color: #6DA48D;
}
.TagClassName
{
border-color: #6DA48D;
}
</style>