Shades of Acapulco #6CA28D
Tints of Acapulco #6CA28D
RGB
CMYK
RGB Variations
Color information
#6CA28D (or 0x6CA28D) is known color: Acapulco. HEX triplet: 6C, A2 and 8D. RGB value is (108,162,141). Sum of RGB (Red+Green+Blue) = 108+162+141=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA28D is #935D72. Grayscale: #8F8F8F. Windows color (decimal): -9657715 or 9282156. OLE color: 9282156.
HSL color Cylindrical-coordinate representation of color #6CA28D: hue angle of 156.67º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA28D is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 141 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.36 |
| HSL | 156.67º | 0.23% | 0.53% | - |
| HSV(B) | 156.67º | 0.33% | 0.64% | - |
| XYZ | 23.91 | 30.95 | 29.91 | - |
| YUV | 143.46 | 126.61 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 141 | 0.33 | 0 | 0.13 | 0.36 | 156.67 | 0.23 | 0.53 |
| Hex | 6C | A2 | 8D | 21 | 0 | D | 24 | 9D | 16 | 35 |
| Octal | 154 | 242 | 215 | 41 | 0 | 15 | 44 | 235 | 26 | 65 |
| Binary | 1101100 | 10100010 | 10001101 | 100001 | 0 | 1101 | 100100 | 10011101 | 10110 | 110101 |
Color Harmonies of #6CA28D
Complementary color
Monochromatic Colors of #6CA28D
Black with #6CA28D
Text Example
Text Example
White with #6CA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA28D; }
p { color: rgb(108,162,141); }
H1.HeaderClassName
{
color: #6CA28D;
}
.AnyTagClassName
{
color: #6CA28D;
}
</style>
background-color css
<style>
a { background-color: #6CA28D; }
a { background-color: rgb(108,162,141); }
div.DivClassName
{
background-color: #6CA28D;
}
.BgClassName
{
background-color: #6CA28D;
}
</style>
border-color css
<style>
span { border-color: #6CA28D; }
span { border-color: rgb(108,162,141); }
td.TdClassName
{
border-color: #6CA28D;
}
.TagClassName
{
border-color: #6CA28D;
}
</style>