Shades of Acapulco #6BA48C
Tints of Acapulco #6BA48C
RGB
CMYK
RGB Variations
Color information
#6BA48C (or 0x6BA48C) is known color: Acapulco. HEX triplet: 6B, A4 and 8C. RGB value is (107,164,140). Sum of RGB (Red+Green+Blue) = 107+164+140=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA48C is #945B73. Grayscale: #909090. Windows color (decimal): -9722740 or 9217131. OLE color: 9217131.
HSL color Cylindrical-coordinate representation of color #6BA48C: hue angle of 154.74º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA48C is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 164 | 140 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.36 |
| HSL | 154.74º | 0.24% | 0.53% | - |
| HSV(B) | 154.74º | 0.35% | 0.64% | - |
| XYZ | 24.07 | 31.57 | 29.64 | - |
| YUV | 144.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 140 | 0.35 | 0 | 0.15 | 0.36 | 154.74 | 0.24 | 0.53 |
| Hex | 6B | A4 | 8C | 23 | 0 | F | 24 | 9B | 18 | 35 |
| Octal | 153 | 244 | 214 | 43 | 0 | 17 | 44 | 233 | 30 | 65 |
| Binary | 1101011 | 10100100 | 10001100 | 100011 | 0 | 1111 | 100100 | 10011011 | 11000 | 110101 |
Color Harmonies of #6BA48C
Complementary color
Monochromatic Colors of #6BA48C
Black with #6BA48C
Text Example
Text Example
White with #6BA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA48C; }
p { color: rgb(107,164,140); }
H1.HeaderClassName
{
color: #6BA48C;
}
.AnyTagClassName
{
color: #6BA48C;
}
</style>
background-color css
<style>
a { background-color: #6BA48C; }
a { background-color: rgb(107,164,140); }
div.DivClassName
{
background-color: #6BA48C;
}
.BgClassName
{
background-color: #6BA48C;
}
</style>
border-color css
<style>
span { border-color: #6BA48C; }
span { border-color: rgb(107,164,140); }
td.TdClassName
{
border-color: #6BA48C;
}
.TagClassName
{
border-color: #6BA48C;
}
</style>