Shades of Acapulco #6CA385
Tints of Acapulco #6CA385
RGB
CMYK
RGB Variations
Color information
#6CA385 (or 0x6CA385) is known color: Acapulco. HEX triplet: 6C, A3 and 85. RGB value is (108,163,133). Sum of RGB (Red+Green+Blue) = 108+163+133=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA385 is #935C7A. Grayscale: #8F8F8F. Windows color (decimal): -9657467 or 8758124. OLE color: 8758124.
HSL color Cylindrical-coordinate representation of color #6CA385: hue angle of 147.27º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA385 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 163 | 133 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.36 |
| HSL | 147.27º | 0.23% | 0.53% | - |
| HSV(B) | 147.27º | 0.34% | 0.64% | - |
| XYZ | 23.52 | 31.08 | 26.95 | - |
| YUV | 143.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 163 | 133 | 0.34 | 0 | 0.18 | 0.36 | 147.27 | 0.23 | 0.53 |
| Hex | 6C | A3 | 85 | 22 | 0 | 12 | 24 | 93 | 17 | 35 |
| Octal | 154 | 243 | 205 | 42 | 0 | 22 | 44 | 223 | 27 | 65 |
| Binary | 1101100 | 10100011 | 10000101 | 100010 | 0 | 10010 | 100100 | 10010011 | 10111 | 110101 |
Color Harmonies of #6CA385
Complementary color
Monochromatic Colors of #6CA385
Black with #6CA385
Text Example
Text Example
White with #6CA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA385; }
p { color: rgb(108,163,133); }
H1.HeaderClassName
{
color: #6CA385;
}
.AnyTagClassName
{
color: #6CA385;
}
</style>
background-color css
<style>
a { background-color: #6CA385; }
a { background-color: rgb(108,163,133); }
div.DivClassName
{
background-color: #6CA385;
}
.BgClassName
{
background-color: #6CA385;
}
</style>
border-color css
<style>
span { border-color: #6CA385; }
span { border-color: rgb(108,163,133); }
td.TdClassName
{
border-color: #6CA385;
}
.TagClassName
{
border-color: #6CA385;
}
</style>