Shades of Acapulco #6AA384
Tints of Acapulco #6AA384
RGB
CMYK
RGB Variations
Color information
#6AA384 (or 0x6AA384) is known color: Acapulco. HEX triplet: 6A, A3 and 84. RGB value is (106,163,132). Sum of RGB (Red+Green+Blue) = 106+163+132=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA384 is #955C7B. Grayscale: #8E8E8E. Windows color (decimal): -9788540 or 8692586. OLE color: 8692586.
HSL color Cylindrical-coordinate representation of color #6AA384: hue angle of 147.37º 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 #6AA384 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 132 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.36 |
| HSL | 147.37º | 0.24% | 0.53% | - |
| HSV(B) | 147.37º | 0.35% | 0.64% | - |
| XYZ | 23.21 | 30.92 | 26.58 | - |
| YUV | 142.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 132 | 0.35 | 0 | 0.19 | 0.36 | 147.37 | 0.24 | 0.53 |
| Hex | 6A | A3 | 84 | 23 | 0 | 13 | 24 | 93 | 18 | 35 |
| Octal | 152 | 243 | 204 | 43 | 0 | 23 | 44 | 223 | 30 | 65 |
| Binary | 1101010 | 10100011 | 10000100 | 100011 | 0 | 10011 | 100100 | 10010011 | 11000 | 110101 |
Color Harmonies of #6AA384
Complementary color
Monochromatic Colors of #6AA384
Black with #6AA384
Text Example
Text Example
White with #6AA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA384; }
p { color: rgb(106,163,132); }
H1.HeaderClassName
{
color: #6AA384;
}
.AnyTagClassName
{
color: #6AA384;
}
</style>
background-color css
<style>
a { background-color: #6AA384; }
a { background-color: rgb(106,163,132); }
div.DivClassName
{
background-color: #6AA384;
}
.BgClassName
{
background-color: #6AA384;
}
</style>
border-color css
<style>
span { border-color: #6AA384; }
span { border-color: rgb(106,163,132); }
td.TdClassName
{
border-color: #6AA384;
}
.TagClassName
{
border-color: #6AA384;
}
</style>