Shades of Acapulco #6CAC8D
Tints of Acapulco #6CAC8D
RGB
CMYK
RGB Variations
Color information
#6CAC8D (or 0x6CAC8D) is known color: Acapulco. HEX triplet: 6C, AC and 8D. RGB value is (108,172,141). Sum of RGB (Red+Green+Blue) = 108+172+141=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC8D is #935372. Grayscale: #959595. Windows color (decimal): -9655155 or 9284716. OLE color: 9284716.
HSL color Cylindrical-coordinate representation of color #6CAC8D: hue angle of 150.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CAC8D is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 141 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.33 |
| HSL | 150.94º | 0.28% | 0.55% | - |
| HSV(B) | 150.94º | 0.37% | 0.67% | - |
| XYZ | 25.74 | 34.62 | 30.52 | - |
| YUV | 149.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 141 | 0.37 | 0 | 0.18 | 0.33 | 150.94 | 0.28 | 0.55 |
| Hex | 6C | AC | 8D | 25 | 0 | 12 | 21 | 97 | 1C | 37 |
| Octal | 154 | 254 | 215 | 45 | 0 | 22 | 41 | 227 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10001101 | 100101 | 0 | 10010 | 100001 | 10010111 | 11100 | 110111 |
Color Harmonies of #6CAC8D
Complementary color
Monochromatic Colors of #6CAC8D
Black with #6CAC8D
Text Example
Text Example
White with #6CAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC8D; }
p { color: rgb(108,172,141); }
H1.HeaderClassName
{
color: #6CAC8D;
}
.AnyTagClassName
{
color: #6CAC8D;
}
</style>
background-color css
<style>
a { background-color: #6CAC8D; }
a { background-color: rgb(108,172,141); }
div.DivClassName
{
background-color: #6CAC8D;
}
.BgClassName
{
background-color: #6CAC8D;
}
</style>
border-color css
<style>
span { border-color: #6CAC8D; }
span { border-color: rgb(108,172,141); }
td.TdClassName
{
border-color: #6CAC8D;
}
.TagClassName
{
border-color: #6CAC8D;
}
</style>