Shades of Acapulco #6BA98E
Tints of Acapulco #6BA98E
RGB
CMYK
RGB Variations
Color information
#6BA98E (or 0x6BA98E) is known color: Acapulco. HEX triplet: 6B, A9 and 8E. RGB value is (107,169,142). Sum of RGB (Red+Green+Blue) = 107+169+142=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA98E is #945671. Grayscale: #939393. Windows color (decimal): -9721458 or 9349483. OLE color: 9349483.
HSL color Cylindrical-coordinate representation of color #6BA98E: hue angle of 153.87º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA98E is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 107 | 169 | 142 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.34 |
| HSL | 153.87º | 0.26% | 0.54% | - |
| HSV(B) | 153.87º | 0.37% | 0.66% | - |
| XYZ | 25.13 | 33.45 | 30.72 | - |
| YUV | 147.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 169 | 142 | 0.37 | 0 | 0.16 | 0.34 | 153.87 | 0.26 | 0.54 |
| Hex | 6B | A9 | 8E | 25 | 0 | 10 | 22 | 9A | 1A | 36 |
| Octal | 153 | 251 | 216 | 45 | 0 | 20 | 42 | 232 | 32 | 66 |
| Binary | 1101011 | 10101001 | 10001110 | 100101 | 0 | 10000 | 100010 | 10011010 | 11010 | 110110 |
Color Harmonies of #6BA98E
Complementary color
Monochromatic Colors of #6BA98E
Black with #6BA98E
Text Example
Text Example
White with #6BA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA98E; }
p { color: rgb(107,169,142); }
H1.HeaderClassName
{
color: #6BA98E;
}
.AnyTagClassName
{
color: #6BA98E;
}
</style>
background-color css
<style>
a { background-color: #6BA98E; }
a { background-color: rgb(107,169,142); }
div.DivClassName
{
background-color: #6BA98E;
}
.BgClassName
{
background-color: #6BA98E;
}
</style>
border-color css
<style>
span { border-color: #6BA98E; }
span { border-color: rgb(107,169,142); }
td.TdClassName
{
border-color: #6BA98E;
}
.TagClassName
{
border-color: #6BA98E;
}
</style>