Shades of Acapulco #6AA488
Tints of Acapulco #6AA488
RGB
CMYK
RGB Variations
Color information
#6AA488 (or 0x6AA488) is known color: Acapulco. HEX triplet: 6A, A4 and 88. RGB value is (106,164,136). Sum of RGB (Red+Green+Blue) = 106+164+136=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA488 is #955B77. Grayscale: #8F8F8F. Windows color (decimal): -9788280 or 8954986. OLE color: 8954986.
HSL color Cylindrical-coordinate representation of color #6AA488: hue angle of 151.03º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA488 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 164 | 136 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.36 |
| HSL | 151.03º | 0.24% | 0.53% | - |
| HSV(B) | 151.03º | 0.35% | 0.64% | - |
| XYZ | 23.66 | 31.39 | 28.1 | - |
| YUV | 143.47 | 123.78 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 164 | 136 | 0.35 | 0 | 0.17 | 0.36 | 151.03 | 0.24 | 0.53 |
| Hex | 6A | A4 | 88 | 23 | 0 | 11 | 24 | 97 | 18 | 35 |
| Octal | 152 | 244 | 210 | 43 | 0 | 21 | 44 | 227 | 30 | 65 |
| Binary | 1101010 | 10100100 | 10001000 | 100011 | 0 | 10001 | 100100 | 10010111 | 11000 | 110101 |
Color Harmonies of #6AA488
Complementary color
Monochromatic Colors of #6AA488
Black with #6AA488
Text Example
Text Example
White with #6AA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA488; }
p { color: rgb(106,164,136); }
H1.HeaderClassName
{
color: #6AA488;
}
.AnyTagClassName
{
color: #6AA488;
}
</style>
background-color css
<style>
a { background-color: #6AA488; }
a { background-color: rgb(106,164,136); }
div.DivClassName
{
background-color: #6AA488;
}
.BgClassName
{
background-color: #6AA488;
}
</style>
border-color css
<style>
span { border-color: #6AA488; }
span { border-color: rgb(106,164,136); }
td.TdClassName
{
border-color: #6AA488;
}
.TagClassName
{
border-color: #6AA488;
}
</style>