Shades of Acapulco #6BA58C
Tints of Acapulco #6BA58C
RGB
CMYK
RGB Variations
Color information
#6BA58C (or 0x6BA58C) is known color: Acapulco. HEX triplet: 6B, A5 and 8C. RGB value is (107,165,140). Sum of RGB (Red+Green+Blue) = 107+165+140=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #6BA58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA58C is #945A73. Grayscale: #909090. Windows color (decimal): -9722484 or 9217387. OLE color: 9217387.
HSL color Cylindrical-coordinate representation of color #6BA58C: hue angle of 154.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA58C is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 165 | 140 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.35 |
| HSL | 154.14º | 0.24% | 0.53% | - |
| HSV(B) | 154.14º | 0.35% | 0.65% | - |
| XYZ | 24.25 | 31.93 | 29.7 | - |
| YUV | 144.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 140 | 0.35 | 0 | 0.15 | 0.35 | 154.14 | 0.24 | 0.53 |
| Hex | 6B | A5 | 8C | 23 | 0 | F | 23 | 9A | 18 | 35 |
| Octal | 153 | 245 | 214 | 43 | 0 | 17 | 43 | 232 | 30 | 65 |
| Binary | 1101011 | 10100101 | 10001100 | 100011 | 0 | 1111 | 100011 | 10011010 | 11000 | 110101 |
Color Harmonies of #6BA58C
Complementary color
Monochromatic Colors of #6BA58C
Black with #6BA58C
Text Example
Text Example
White with #6BA58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA58C; }
p { color: rgb(107,165,140); }
H1.HeaderClassName
{
color: #6BA58C;
}
.AnyTagClassName
{
color: #6BA58C;
}
</style>
background-color css
<style>
a { background-color: #6BA58C; }
a { background-color: rgb(107,165,140); }
div.DivClassName
{
background-color: #6BA58C;
}
.BgClassName
{
background-color: #6BA58C;
}
</style>
border-color css
<style>
span { border-color: #6BA58C; }
span { border-color: rgb(107,165,140); }
td.TdClassName
{
border-color: #6BA58C;
}
.TagClassName
{
border-color: #6BA58C;
}
</style>