Shades of Acapulco #6CAC8F
Tints of Acapulco #6CAC8F
RGB
CMYK
RGB Variations
Color information
#6CAC8F (or 0x6CAC8F) is known color: Acapulco. HEX triplet: 6C, AC and 8F. RGB value is (108,172,143). Sum of RGB (Red+Green+Blue) = 108+172+143=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAC8F is #935370. Grayscale: #959595. Windows color (decimal): -9655153 or 9415788. OLE color: 9415788.
HSL color Cylindrical-coordinate representation of color #6CAC8F: hue angle of 152.81º 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 #6CAC8F is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 143 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.33 |
| HSL | 152.81º | 0.28% | 0.55% | - |
| HSV(B) | 152.81º | 0.37% | 0.67% | - |
| XYZ | 25.89 | 34.68 | 31.32 | - |
| YUV | 149.56 | 124.3 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 143 | 0.37 | 0 | 0.17 | 0.33 | 152.81 | 0.28 | 0.55 |
| Hex | 6C | AC | 8F | 25 | 0 | 11 | 21 | 99 | 1C | 37 |
| Octal | 154 | 254 | 217 | 45 | 0 | 21 | 41 | 231 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10001111 | 100101 | 0 | 10001 | 100001 | 10011001 | 11100 | 110111 |
Color Harmonies of #6CAC8F
Complementary color
Monochromatic Colors of #6CAC8F
Black with #6CAC8F
Text Example
Text Example
White with #6CAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAC8F; }
p { color: rgb(108,172,143); }
H1.HeaderClassName
{
color: #6CAC8F;
}
.AnyTagClassName
{
color: #6CAC8F;
}
</style>
background-color css
<style>
a { background-color: #6CAC8F; }
a { background-color: rgb(108,172,143); }
div.DivClassName
{
background-color: #6CAC8F;
}
.BgClassName
{
background-color: #6CAC8F;
}
</style>
border-color css
<style>
span { border-color: #6CAC8F; }
span { border-color: rgb(108,172,143); }
td.TdClassName
{
border-color: #6CAC8F;
}
.TagClassName
{
border-color: #6CAC8F;
}
</style>