Shades of Acapulco #6BAA89
Tints of Acapulco #6BAA89
RGB
CMYK
RGB Variations
Color information
#6BAA89 (or 0x6BAA89) is known color: Acapulco. HEX triplet: 6B, AA and 89. RGB value is (107,170,137). Sum of RGB (Red+Green+Blue) = 107+170+137=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA89 is #945576. Grayscale: #939393. Windows color (decimal): -9721207 or 9022059. OLE color: 9022059.
HSL color Cylindrical-coordinate representation of color #6BAA89: hue angle of 148.57º 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 #6BAA89 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 137 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.33 |
| HSL | 148.57º | 0.27% | 0.54% | - |
| HSV(B) | 148.57º | 0.37% | 0.67% | - |
| XYZ | 24.95 | 33.68 | 28.85 | - |
| YUV | 147.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 137 | 0.37 | 0 | 0.19 | 0.33 | 148.57 | 0.27 | 0.54 |
| Hex | 6B | AA | 89 | 25 | 0 | 13 | 21 | 95 | 1B | 36 |
| Octal | 153 | 252 | 211 | 45 | 0 | 23 | 41 | 225 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10001001 | 100101 | 0 | 10011 | 100001 | 10010101 | 11011 | 110110 |
Color Harmonies of #6BAA89
Complementary color
Monochromatic Colors of #6BAA89
Black with #6BAA89
Text Example
Text Example
White with #6BAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA89; }
p { color: rgb(107,170,137); }
H1.HeaderClassName
{
color: #6BAA89;
}
.AnyTagClassName
{
color: #6BAA89;
}
</style>
background-color css
<style>
a { background-color: #6BAA89; }
a { background-color: rgb(107,170,137); }
div.DivClassName
{
background-color: #6BAA89;
}
.BgClassName
{
background-color: #6BAA89;
}
</style>
border-color css
<style>
span { border-color: #6BAA89; }
span { border-color: rgb(107,170,137); }
td.TdClassName
{
border-color: #6BAA89;
}
.TagClassName
{
border-color: #6BAA89;
}
</style>