Shades of Acapulco #6CA195
Tints of Acapulco #6CA195
RGB
CMYK
RGB Variations
Color information
#6CA195 (or 0x6CA195) is known color: Acapulco. HEX triplet: 6C, A1 and 95. RGB value is (108,161,149). Sum of RGB (Red+Green+Blue) = 108+161+149=418 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.84% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA195 is #935E6A. Grayscale: #8F8F8F. Windows color (decimal): -9657963 or 9806188. OLE color: 9806188.
HSL color Cylindrical-coordinate representation of color #6CA195: hue angle of 166.42º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA195 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 108 | 161 | 149 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.37 |
| HSL | 166.42º | 0.22% | 0.53% | - |
| HSV(B) | 166.42º | 0.33% | 0.63% | - |
| XYZ | 24.35 | 30.85 | 33.1 | - |
| YUV | 143.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 149 | 0.33 | 0 | 0.07 | 0.37 | 166.42 | 0.22 | 0.53 |
| Hex | 6C | A1 | 95 | 21 | 0 | 7 | 25 | A6 | 16 | 35 |
| Octal | 154 | 241 | 225 | 41 | 0 | 7 | 45 | 246 | 26 | 65 |
| Binary | 1101100 | 10100001 | 10010101 | 100001 | 0 | 111 | 100101 | 10100110 | 10110 | 110101 |
Color Harmonies of #6CA195
Complementary color
Monochromatic Colors of #6CA195
Black with #6CA195
Text Example
Text Example
White with #6CA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA195; }
p { color: rgb(108,161,149); }
H1.HeaderClassName
{
color: #6CA195;
}
.AnyTagClassName
{
color: #6CA195;
}
</style>
background-color css
<style>
a { background-color: #6CA195; }
a { background-color: rgb(108,161,149); }
div.DivClassName
{
background-color: #6CA195;
}
.BgClassName
{
background-color: #6CA195;
}
</style>
border-color css
<style>
span { border-color: #6CA195; }
span { border-color: rgb(108,161,149); }
td.TdClassName
{
border-color: #6CA195;
}
.TagClassName
{
border-color: #6CA195;
}
</style>