Shades of Acapulco #6BAA87
Tints of Acapulco #6BAA87
RGB
CMYK
RGB Variations
Color information
#6BAA87 (or 0x6BAA87) is known color: Acapulco. HEX triplet: 6B, AA and 87. RGB value is (107,170,135). Sum of RGB (Red+Green+Blue) = 107+170+135=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA87 is #945578. Grayscale: #939393. Windows color (decimal): -9721209 or 8890987. OLE color: 8890987.
HSL color Cylindrical-coordinate representation of color #6BAA87: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA87 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 135 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.33 |
| HSL | 146.67º | 0.27% | 0.54% | - |
| HSV(B) | 146.67º | 0.37% | 0.67% | - |
| XYZ | 24.81 | 33.62 | 28.1 | - |
| YUV | 147.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 135 | 0.37 | 0 | 0.21 | 0.33 | 146.67 | 0.27 | 0.54 |
| Hex | 6B | AA | 87 | 25 | 0 | 15 | 21 | 93 | 1B | 36 |
| Octal | 153 | 252 | 207 | 45 | 0 | 25 | 41 | 223 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10000111 | 100101 | 0 | 10101 | 100001 | 10010011 | 11011 | 110110 |
Color Harmonies of #6BAA87
Complementary color
Monochromatic Colors of #6BAA87
Black with #6BAA87
Text Example
Text Example
White with #6BAA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA87; }
p { color: rgb(107,170,135); }
H1.HeaderClassName
{
color: #6BAA87;
}
.AnyTagClassName
{
color: #6BAA87;
}
</style>
background-color css
<style>
a { background-color: #6BAA87; }
a { background-color: rgb(107,170,135); }
div.DivClassName
{
background-color: #6BAA87;
}
.BgClassName
{
background-color: #6BAA87;
}
</style>
border-color css
<style>
span { border-color: #6BAA87; }
span { border-color: rgb(107,170,135); }
td.TdClassName
{
border-color: #6BAA87;
}
.TagClassName
{
border-color: #6BAA87;
}
</style>