Shades of Acapulco #6BAC8C
Tints of Acapulco #6BAC8C
RGB
CMYK
RGB Variations
Color information
#6BAC8C (or 0x6BAC8C) is known color: Acapulco. HEX triplet: 6B, AC and 8C. RGB value is (107,172,140). Sum of RGB (Red+Green+Blue) = 107+172+140=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC8C is #945373. Grayscale: #949494. Windows color (decimal): -9720692 or 9219179. OLE color: 9219179.
HSL color Cylindrical-coordinate representation of color #6BAC8C: hue angle of 150.46º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC8C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 172 | 140 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.33 |
| HSL | 150.46º | 0.28% | 0.55% | - |
| HSV(B) | 150.46º | 0.38% | 0.67% | - |
| XYZ | 25.55 | 34.52 | 30.13 | - |
| YUV | 148.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 140 | 0.38 | 0 | 0.19 | 0.33 | 150.46 | 0.28 | 0.55 |
| Hex | 6B | AC | 8C | 26 | 0 | 13 | 21 | 96 | 1C | 37 |
| Octal | 153 | 254 | 214 | 46 | 0 | 23 | 41 | 226 | 34 | 67 |
| Binary | 1101011 | 10101100 | 10001100 | 100110 | 0 | 10011 | 100001 | 10010110 | 11100 | 110111 |
Color Harmonies of #6BAC8C
Complementary color
Monochromatic Colors of #6BAC8C
Black with #6BAC8C
Text Example
Text Example
White with #6BAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAC8C; }
p { color: rgb(107,172,140); }
H1.HeaderClassName
{
color: #6BAC8C;
}
.AnyTagClassName
{
color: #6BAC8C;
}
</style>
background-color css
<style>
a { background-color: #6BAC8C; }
a { background-color: rgb(107,172,140); }
div.DivClassName
{
background-color: #6BAC8C;
}
.BgClassName
{
background-color: #6BAC8C;
}
</style>
border-color css
<style>
span { border-color: #6BAC8C; }
span { border-color: rgb(107,172,140); }
td.TdClassName
{
border-color: #6BAC8C;
}
.TagClassName
{
border-color: #6BAC8C;
}
</style>