Shades of Acapulco #6BA48D
Tints of Acapulco #6BA48D
RGB
CMYK
RGB Variations
Color information
#6BA48D (or 0x6BA48D) is known color: Acapulco. HEX triplet: 6B, A4 and 8D. RGB value is (107,164,141). Sum of RGB (Red+Green+Blue) = 107+164+141=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA48D is #945B72. Grayscale: #909090. Windows color (decimal): -9722739 or 9282667. OLE color: 9282667.
HSL color Cylindrical-coordinate representation of color #6BA48D: hue angle of 155.79º 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 #6BA48D is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 141 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.36 |
| HSL | 155.79º | 0.24% | 0.53% | - |
| HSV(B) | 155.79º | 0.35% | 0.64% | - |
| XYZ | 24.15 | 31.6 | 30.03 | - |
| YUV | 144.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 141 | 0.35 | 0 | 0.14 | 0.36 | 155.79 | 0.24 | 0.53 |
| Hex | 6B | A4 | 8D | 23 | 0 | E | 24 | 9C | 18 | 35 |
| Octal | 153 | 244 | 215 | 43 | 0 | 16 | 44 | 234 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10001101 | 100011 | 0 | 1110 | 100100 | 10011100 | 11000 | 110101 |
Color Harmonies of #6BA48D
Complementary color
Monochromatic Colors of #6BA48D
Black with #6BA48D
Text Example
Text Example
White with #6BA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA48D; }
p { color: rgb(107,164,141); }
H1.HeaderClassName
{
color: #6BA48D;
}
.AnyTagClassName
{
color: #6BA48D;
}
</style>
background-color css
<style>
a { background-color: #6BA48D; }
a { background-color: rgb(107,164,141); }
div.DivClassName
{
background-color: #6BA48D;
}
.BgClassName
{
background-color: #6BA48D;
}
</style>
border-color css
<style>
span { border-color: #6BA48D; }
span { border-color: rgb(107,164,141); }
td.TdClassName
{
border-color: #6BA48D;
}
.TagClassName
{
border-color: #6BA48D;
}
</style>