Shades of Acapulco #6DAA8B
Tints of Acapulco #6DAA8B
RGB
CMYK
RGB Variations
Color information
#6DAA8B (or 0x6DAA8B) is known color: Acapulco. HEX triplet: 6D, AA and 8B. RGB value is (109,170,139). Sum of RGB (Red+Green+Blue) = 109+170+139=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA8B is #925574. Grayscale: #949494. Windows color (decimal): -9590133 or 9153133. OLE color: 9153133.
HSL color Cylindrical-coordinate representation of color #6DAA8B: hue angle of 149.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA8B is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 170 | 139 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.33 |
| HSL | 149.51º | 0.26% | 0.55% | - |
| HSV(B) | 149.51º | 0.36% | 0.67% | - |
| XYZ | 25.34 | 33.86 | 29.63 | - |
| YUV | 148.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 170 | 139 | 0.36 | 0 | 0.18 | 0.33 | 149.51 | 0.26 | 0.55 |
| Hex | 6D | AA | 8B | 24 | 0 | 12 | 21 | 96 | 1A | 37 |
| Octal | 155 | 252 | 213 | 44 | 0 | 22 | 41 | 226 | 32 | 67 |
| Binary | 1101101 | 10101010 | 10001011 | 100100 | 0 | 10010 | 100001 | 10010110 | 11010 | 110111 |
Color Harmonies of #6DAA8B
Complementary color
Monochromatic Colors of #6DAA8B
Black with #6DAA8B
Text Example
Text Example
White with #6DAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAA8B; }
p { color: rgb(109,170,139); }
H1.HeaderClassName
{
color: #6DAA8B;
}
.AnyTagClassName
{
color: #6DAA8B;
}
</style>
background-color css
<style>
a { background-color: #6DAA8B; }
a { background-color: rgb(109,170,139); }
div.DivClassName
{
background-color: #6DAA8B;
}
.BgClassName
{
background-color: #6DAA8B;
}
</style>
border-color css
<style>
span { border-color: #6DAA8B; }
span { border-color: rgb(109,170,139); }
td.TdClassName
{
border-color: #6DAA8B;
}
.TagClassName
{
border-color: #6DAA8B;
}
</style>