Shades of Acapulco #6DA08B
Tints of Acapulco #6DA08B
RGB
CMYK
RGB Variations
Color information
#6DA08B (or 0x6DA08B) is known color: Acapulco. HEX triplet: 6D, A0 and 8B. RGB value is (109,160,139). Sum of RGB (Red+Green+Blue) = 109+160+139=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA08B is #925F74. Grayscale: #8E8E8E. Windows color (decimal): -9592693 or 9150573. OLE color: 9150573.
HSL color Cylindrical-coordinate representation of color #6DA08B: hue angle of 155.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA08B is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 160 | 139 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.37 |
| HSL | 155.29º | 0.21% | 0.53% | - |
| HSV(B) | 155.29º | 0.32% | 0.63% | - |
| XYZ | 23.54 | 30.26 | 29.03 | - |
| YUV | 142.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 160 | 139 | 0.32 | 0 | 0.13 | 0.37 | 155.29 | 0.21 | 0.53 |
| Hex | 6D | A0 | 8B | 20 | 0 | D | 25 | 9B | 15 | 35 |
| Octal | 155 | 240 | 213 | 40 | 0 | 15 | 45 | 233 | 25 | 65 |
| Binary | 1101101 | 10100000 | 10001011 | 100000 | 0 | 1101 | 100101 | 10011011 | 10101 | 110101 |
Color Harmonies of #6DA08B
Complementary color
Monochromatic Colors of #6DA08B
Black with #6DA08B
Text Example
Text Example
White with #6DA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA08B; }
p { color: rgb(109,160,139); }
H1.HeaderClassName
{
color: #6DA08B;
}
.AnyTagClassName
{
color: #6DA08B;
}
</style>
background-color css
<style>
a { background-color: #6DA08B; }
a { background-color: rgb(109,160,139); }
div.DivClassName
{
background-color: #6DA08B;
}
.BgClassName
{
background-color: #6DA08B;
}
</style>
border-color css
<style>
span { border-color: #6DA08B; }
span { border-color: rgb(109,160,139); }
td.TdClassName
{
border-color: #6DA08B;
}
.TagClassName
{
border-color: #6DA08B;
}
</style>