Shades of Acapulco #6DA192
Tints of Acapulco #6DA192
RGB
CMYK
RGB Variations
Color information
#6DA192 (or 0x6DA192) is known color: Acapulco. HEX triplet: 6D, A1 and 92. RGB value is (109,161,146). Sum of RGB (Red+Green+Blue) = 109+161+146=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA192 is #925E6D. Grayscale: #8F8F8F. Windows color (decimal): -9592430 or 9609581. OLE color: 9609581.
HSL color Cylindrical-coordinate representation of color #6DA192: hue angle of 162.69º degrees, saturation: 0.22, 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 #6DA192 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 109 | 161 | 146 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.37 |
| HSL | 162.69º | 0.22% | 0.53% | - |
| HSV(B) | 162.69º | 0.32% | 0.63% | - |
| XYZ | 24.24 | 30.82 | 31.86 | - |
| YUV | 143.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 161 | 146 | 0.32 | 0 | 0.09 | 0.37 | 162.69 | 0.22 | 0.53 |
| Hex | 6D | A1 | 92 | 20 | 0 | 9 | 25 | A3 | 16 | 35 |
| Octal | 155 | 241 | 222 | 40 | 0 | 11 | 45 | 243 | 26 | 65 |
| Binary | 1101101 | 10100001 | 10010010 | 100000 | 0 | 1001 | 100101 | 10100011 | 10110 | 110101 |
Color Harmonies of #6DA192
Complementary color
Monochromatic Colors of #6DA192
Black with #6DA192
Text Example
Text Example
White with #6DA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA192; }
p { color: rgb(109,161,146); }
H1.HeaderClassName
{
color: #6DA192;
}
.AnyTagClassName
{
color: #6DA192;
}
</style>
background-color css
<style>
a { background-color: #6DA192; }
a { background-color: rgb(109,161,146); }
div.DivClassName
{
background-color: #6DA192;
}
.BgClassName
{
background-color: #6DA192;
}
</style>
border-color css
<style>
span { border-color: #6DA192; }
span { border-color: rgb(109,161,146); }
td.TdClassName
{
border-color: #6DA192;
}
.TagClassName
{
border-color: #6DA192;
}
</style>