Shades of Acapulco #6AA38A
Tints of Acapulco #6AA38A
RGB
CMYK
RGB Variations
Color information
#6AA38A (or 0x6AA38A) is known color: Acapulco. HEX triplet: 6A, A3 and 8A. RGB value is (106,163,138). Sum of RGB (Red+Green+Blue) = 106+163+138=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 163 - color contains mainly: green. Hex color #6AA38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA38A is #955C75. Grayscale: #8F8F8F. Windows color (decimal): -9788534 or 9085802. OLE color: 9085802.
HSL color Cylindrical-coordinate representation of color #6AA38A: hue angle of 153.68º 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 #6AA38A is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 163 | 138 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.36 |
| HSL | 153.68º | 0.24% | 0.53% | - |
| HSV(B) | 153.68º | 0.35% | 0.64% | - |
| XYZ | 23.63 | 31.09 | 28.8 | - |
| YUV | 143.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 163 | 138 | 0.35 | 0 | 0.15 | 0.36 | 153.68 | 0.24 | 0.53 |
| Hex | 6A | A3 | 8A | 23 | 0 | F | 24 | 9A | 18 | 35 |
| Octal | 152 | 243 | 212 | 43 | 0 | 17 | 44 | 232 | 30 | 65 |
| Binary | 1101010 | 10100011 | 10001010 | 100011 | 0 | 1111 | 100100 | 10011010 | 11000 | 110101 |
Color Harmonies of #6AA38A
Complementary color
Monochromatic Colors of #6AA38A
Black with #6AA38A
Text Example
Text Example
White with #6AA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA38A; }
p { color: rgb(106,163,138); }
H1.HeaderClassName
{
color: #6AA38A;
}
.AnyTagClassName
{
color: #6AA38A;
}
</style>
background-color css
<style>
a { background-color: #6AA38A; }
a { background-color: rgb(106,163,138); }
div.DivClassName
{
background-color: #6AA38A;
}
.BgClassName
{
background-color: #6AA38A;
}
</style>
border-color css
<style>
span { border-color: #6AA38A; }
span { border-color: rgb(106,163,138); }
td.TdClassName
{
border-color: #6AA38A;
}
.TagClassName
{
border-color: #6AA38A;
}
</style>