Shades of Acapulco #6CA995
Tints of Acapulco #6CA995
RGB
CMYK
RGB Variations
Color information
#6CA995 (or 0x6CA995) is known color: Acapulco. HEX triplet: 6C, A9 and 95. RGB value is (108,169,149). Sum of RGB (Red+Green+Blue) = 108+169+149=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA995 is #93566A. Grayscale: #949494. Windows color (decimal): -9655915 or 9808236. OLE color: 9808236.
HSL color Cylindrical-coordinate representation of color #6CA995: hue angle of 160.33º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA995 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 149 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.34 |
| HSL | 160.33º | 0.26% | 0.54% | - |
| HSV(B) | 160.33º | 0.36% | 0.66% | - |
| XYZ | 25.8 | 33.73 | 33.59 | - |
| YUV | 148.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 149 | 0.36 | 0 | 0.12 | 0.34 | 160.33 | 0.26 | 0.54 |
| Hex | 6C | A9 | 95 | 24 | 0 | C | 22 | A0 | 1A | 36 |
| Octal | 154 | 251 | 225 | 44 | 0 | 14 | 42 | 240 | 32 | 66 |
| Binary | 1101100 | 10101001 | 10010101 | 100100 | 0 | 1100 | 100010 | 10100000 | 11010 | 110110 |
Color Harmonies of #6CA995
Complementary color
Monochromatic Colors of #6CA995
Black with #6CA995
Text Example
Text Example
White with #6CA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA995; }
p { color: rgb(108,169,149); }
H1.HeaderClassName
{
color: #6CA995;
}
.AnyTagClassName
{
color: #6CA995;
}
</style>
background-color css
<style>
a { background-color: #6CA995; }
a { background-color: rgb(108,169,149); }
div.DivClassName
{
background-color: #6CA995;
}
.BgClassName
{
background-color: #6CA995;
}
</style>
border-color css
<style>
span { border-color: #6CA995; }
span { border-color: rgb(108,169,149); }
td.TdClassName
{
border-color: #6CA995;
}
.TagClassName
{
border-color: #6CA995;
}
</style>