Shades of Acapulco #6BAA88
Tints of Acapulco #6BAA88
RGB
CMYK
RGB Variations
Color information
#6BAA88 (or 0x6BAA88) is known color: Acapulco. HEX triplet: 6B, AA and 88. RGB value is (107,170,136). Sum of RGB (Red+Green+Blue) = 107+170+136=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA88 is #945577. Grayscale: #939393. Windows color (decimal): -9721208 or 8956523. OLE color: 8956523.
HSL color Cylindrical-coordinate representation of color #6BAA88: hue angle of 147.62º 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 #6BAA88 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 136 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.33 |
| HSL | 147.62º | 0.27% | 0.54% | - |
| HSV(B) | 147.62º | 0.37% | 0.67% | - |
| XYZ | 24.88 | 33.65 | 28.48 | - |
| YUV | 147.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 136 | 0.37 | 0 | 0.20 | 0.33 | 147.62 | 0.27 | 0.54 |
| Hex | 6B | AA | 88 | 25 | 0 | 14 | 21 | 94 | 1B | 36 |
| Octal | 153 | 252 | 210 | 45 | 0 | 24 | 41 | 224 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10001000 | 100101 | 0 | 10100 | 100001 | 10010100 | 11011 | 110110 |
Color Harmonies of #6BAA88
Complementary color
Monochromatic Colors of #6BAA88
Black with #6BAA88
Text Example
Text Example
White with #6BAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA88; }
p { color: rgb(107,170,136); }
H1.HeaderClassName
{
color: #6BAA88;
}
.AnyTagClassName
{
color: #6BAA88;
}
</style>
background-color css
<style>
a { background-color: #6BAA88; }
a { background-color: rgb(107,170,136); }
div.DivClassName
{
background-color: #6BAA88;
}
.BgClassName
{
background-color: #6BAA88;
}
</style>
border-color css
<style>
span { border-color: #6BAA88; }
span { border-color: rgb(107,170,136); }
td.TdClassName
{
border-color: #6BAA88;
}
.TagClassName
{
border-color: #6BAA88;
}
</style>