Shades of Acapulco #6BAA8B
Tints of Acapulco #6BAA8B
RGB
CMYK
RGB Variations
Color information
#6BAA8B (or 0x6BAA8B) is known color: Acapulco. HEX triplet: 6B, AA and 8B. RGB value is (107,170,139). Sum of RGB (Red+Green+Blue) = 107+170+139=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA8B is #945574. Grayscale: #939393. Windows color (decimal): -9721205 or 9153131. OLE color: 9153131.
HSL color Cylindrical-coordinate representation of color #6BAA8B: hue angle of 150.48º 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 #6BAA8B is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 139 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.33 |
| HSL | 150.48º | 0.27% | 0.54% | - |
| HSV(B) | 150.48º | 0.37% | 0.67% | - |
| XYZ | 25.1 | 33.74 | 29.62 | - |
| YUV | 147.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 139 | 0.37 | 0 | 0.18 | 0.33 | 150.48 | 0.27 | 0.54 |
| Hex | 6B | AA | 8B | 25 | 0 | 12 | 21 | 96 | 1B | 36 |
| Octal | 153 | 252 | 213 | 45 | 0 | 22 | 41 | 226 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10001011 | 100101 | 0 | 10010 | 100001 | 10010110 | 11011 | 110110 |
Color Harmonies of #6BAA8B
Complementary color
Monochromatic Colors of #6BAA8B
Black with #6BAA8B
Text Example
Text Example
White with #6BAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA8B; }
p { color: rgb(107,170,139); }
H1.HeaderClassName
{
color: #6BAA8B;
}
.AnyTagClassName
{
color: #6BAA8B;
}
</style>
background-color css
<style>
a { background-color: #6BAA8B; }
a { background-color: rgb(107,170,139); }
div.DivClassName
{
background-color: #6BAA8B;
}
.BgClassName
{
background-color: #6BAA8B;
}
</style>
border-color css
<style>
span { border-color: #6BAA8B; }
span { border-color: rgb(107,170,139); }
td.TdClassName
{
border-color: #6BAA8B;
}
.TagClassName
{
border-color: #6BAA8B;
}
</style>