Shades of Acapulco #6CA08B
Tints of Acapulco #6CA08B
RGB
CMYK
RGB Variations
Color information
#6CA08B (or 0x6CA08B) is known color: Acapulco. HEX triplet: 6C, A0 and 8B. RGB value is (108,160,139). Sum of RGB (Red+Green+Blue) = 108+160+139=407 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.54% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA08B is #935F74. Grayscale: #8E8E8E. Windows color (decimal): -9658229 or 9150572. OLE color: 9150572.
HSL color Cylindrical-coordinate representation of color #6CA08B: hue angle of 155.77º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6CA08B is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 160 | 139 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.37 |
| HSL | 155.77º | 0.21% | 0.53% | - |
| HSV(B) | 155.77º | 0.33% | 0.63% | - |
| XYZ | 23.42 | 30.19 | 29.02 | - |
| YUV | 142.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 160 | 139 | 0.32 | 0 | 0.13 | 0.37 | 155.77 | 0.21 | 0.53 |
| Hex | 6C | A0 | 8B | 20 | 0 | D | 25 | 9C | 15 | 35 |
| Octal | 154 | 240 | 213 | 40 | 0 | 15 | 45 | 234 | 25 | 65 |
| Binary | 1101100 | 10100000 | 10001011 | 100000 | 0 | 1101 | 100101 | 10011100 | 10101 | 110101 |
Color Harmonies of #6CA08B
Complementary color
Monochromatic Colors of #6CA08B
Black with #6CA08B
Text Example
Text Example
White with #6CA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA08B; }
p { color: rgb(108,160,139); }
H1.HeaderClassName
{
color: #6CA08B;
}
.AnyTagClassName
{
color: #6CA08B;
}
</style>
background-color css
<style>
a { background-color: #6CA08B; }
a { background-color: rgb(108,160,139); }
div.DivClassName
{
background-color: #6CA08B;
}
.BgClassName
{
background-color: #6CA08B;
}
</style>
border-color css
<style>
span { border-color: #6CA08B; }
span { border-color: rgb(108,160,139); }
td.TdClassName
{
border-color: #6CA08B;
}
.TagClassName
{
border-color: #6CA08B;
}
</style>