Shades of Acapulco #6AA28F
Tints of Acapulco #6AA28F
RGB
CMYK
RGB Variations
Color information
#6AA28F (or 0x6AA28F) is known color: Acapulco. HEX triplet: 6A, A2 and 8F. RGB value is (106,162,143). Sum of RGB (Red+Green+Blue) = 106+162+143=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA28F is #955D70. Grayscale: #8F8F8F. Windows color (decimal): -9788785 or 9413226. OLE color: 9413226.
HSL color Cylindrical-coordinate representation of color #6AA28F: hue angle of 159.64º degrees, saturation: 0.23, 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 #6AA28F is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 162 | 143 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.36 |
| HSL | 159.64º | 0.23% | 0.53% | - |
| HSV(B) | 159.64º | 0.35% | 0.64% | - |
| XYZ | 23.82 | 30.89 | 30.69 | - |
| YUV | 143.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 162 | 143 | 0.35 | 0 | 0.12 | 0.36 | 159.64 | 0.23 | 0.53 |
| Hex | 6A | A2 | 8F | 23 | 0 | C | 24 | A0 | 17 | 35 |
| Octal | 152 | 242 | 217 | 43 | 0 | 14 | 44 | 240 | 27 | 65 |
| Binary | 1101010 | 10100010 | 10001111 | 100011 | 0 | 1100 | 100100 | 10100000 | 10111 | 110101 |
Color Harmonies of #6AA28F
Complementary color
Monochromatic Colors of #6AA28F
Black with #6AA28F
Text Example
Text Example
White with #6AA28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA28F; }
p { color: rgb(106,162,143); }
H1.HeaderClassName
{
color: #6AA28F;
}
.AnyTagClassName
{
color: #6AA28F;
}
</style>
background-color css
<style>
a { background-color: #6AA28F; }
a { background-color: rgb(106,162,143); }
div.DivClassName
{
background-color: #6AA28F;
}
.BgClassName
{
background-color: #6AA28F;
}
</style>
border-color css
<style>
span { border-color: #6AA28F; }
span { border-color: rgb(106,162,143); }
td.TdClassName
{
border-color: #6AA28F;
}
.TagClassName
{
border-color: #6AA28F;
}
</style>