Shades of Acapulco #6BAA8D
Tints of Acapulco #6BAA8D
RGB
CMYK
RGB Variations
Color information
#6BAA8D (or 0x6BAA8D) is known color: Acapulco. HEX triplet: 6B, AA and 8D. RGB value is (107,170,141). Sum of RGB (Red+Green+Blue) = 107+170+141=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA8D is #945572. Grayscale: #939393. Windows color (decimal): -9721203 or 9284203. OLE color: 9284203.
HSL color Cylindrical-coordinate representation of color #6BAA8D: hue angle of 152.38º 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 #6BAA8D is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 141 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.33 |
| HSL | 152.38º | 0.27% | 0.54% | - |
| HSV(B) | 152.38º | 0.37% | 0.67% | - |
| XYZ | 25.25 | 33.8 | 30.39 | - |
| YUV | 147.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 141 | 0.37 | 0 | 0.17 | 0.33 | 152.38 | 0.27 | 0.54 |
| Hex | 6B | AA | 8D | 25 | 0 | 11 | 21 | 98 | 1B | 36 |
| Octal | 153 | 252 | 215 | 45 | 0 | 21 | 41 | 230 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10001101 | 100101 | 0 | 10001 | 100001 | 10011000 | 11011 | 110110 |
Color Harmonies of #6BAA8D
Complementary color
Monochromatic Colors of #6BAA8D
Black with #6BAA8D
Text Example
Text Example
White with #6BAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA8D; }
p { color: rgb(107,170,141); }
H1.HeaderClassName
{
color: #6BAA8D;
}
.AnyTagClassName
{
color: #6BAA8D;
}
</style>
background-color css
<style>
a { background-color: #6BAA8D; }
a { background-color: rgb(107,170,141); }
div.DivClassName
{
background-color: #6BAA8D;
}
.BgClassName
{
background-color: #6BAA8D;
}
</style>
border-color css
<style>
span { border-color: #6BAA8D; }
span { border-color: rgb(107,170,141); }
td.TdClassName
{
border-color: #6BAA8D;
}
.TagClassName
{
border-color: #6BAA8D;
}
</style>