Shades of Acapulco #6BAA8E
Tints of Acapulco #6BAA8E
RGB
CMYK
RGB Variations
Color information
#6BAA8E (or 0x6BAA8E) is known color: Acapulco. HEX triplet: 6B, AA and 8E. RGB value is (107,170,142). Sum of RGB (Red+Green+Blue) = 107+170+142=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA8E is #945571. Grayscale: #949494. Windows color (decimal): -9721202 or 9349739. OLE color: 9349739.
HSL color Cylindrical-coordinate representation of color #6BAA8E: hue angle of 153.33º 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 #6BAA8E is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 142 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.33 |
| HSL | 153.33º | 0.27% | 0.54% | - |
| HSV(B) | 153.33º | 0.37% | 0.67% | - |
| XYZ | 25.32 | 33.83 | 30.79 | - |
| YUV | 147.97 | 124.63 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 142 | 0.37 | 0 | 0.16 | 0.33 | 153.33 | 0.27 | 0.54 |
| Hex | 6B | AA | 8E | 25 | 0 | 10 | 21 | 99 | 1B | 36 |
| Octal | 153 | 252 | 216 | 45 | 0 | 20 | 41 | 231 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10001110 | 100101 | 0 | 10000 | 100001 | 10011001 | 11011 | 110110 |
Color Harmonies of #6BAA8E
Complementary color
Monochromatic Colors of #6BAA8E
Black with #6BAA8E
Text Example
Text Example
White with #6BAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA8E; }
p { color: rgb(107,170,142); }
H1.HeaderClassName
{
color: #6BAA8E;
}
.AnyTagClassName
{
color: #6BAA8E;
}
</style>
background-color css
<style>
a { background-color: #6BAA8E; }
a { background-color: rgb(107,170,142); }
div.DivClassName
{
background-color: #6BAA8E;
}
.BgClassName
{
background-color: #6BAA8E;
}
</style>
border-color css
<style>
span { border-color: #6BAA8E; }
span { border-color: rgb(107,170,142); }
td.TdClassName
{
border-color: #6BAA8E;
}
.TagClassName
{
border-color: #6BAA8E;
}
</style>