Shades of Acapulco #69A091
Tints of Acapulco #69A091
RGB
CMYK
RGB Variations
Color information
#69A091 (or 0x69A091) is known color: Acapulco. HEX triplet: 69, A0 and 91. RGB value is (105,160,145). Sum of RGB (Red+Green+Blue) = 105+160+145=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #69A091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A091 is #965F6E. Grayscale: #8D8D8D. Windows color (decimal): -9854831 or 9543785. OLE color: 9543785.
HSL color Cylindrical-coordinate representation of color #69A091: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69A091 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 160 | 145 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.37 |
| HSL | 163.64º | 0.22% | 0.52% | - |
| HSV(B) | 163.64º | 0.34% | 0.63% | - |
| XYZ | 23.51 | 30.19 | 31.38 | - |
| YUV | 141.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 160 | 145 | 0.34 | 0 | 0.09 | 0.37 | 163.64 | 0.22 | 0.52 |
| Hex | 69 | A0 | 91 | 22 | 0 | 9 | 25 | A4 | 16 | 34 |
| Octal | 151 | 240 | 221 | 42 | 0 | 11 | 45 | 244 | 26 | 64 |
| Binary | 1101001 | 10100000 | 10010001 | 100010 | 0 | 1001 | 100101 | 10100100 | 10110 | 110100 |
Color Harmonies of #69A091
Complementary color
Monochromatic Colors of #69A091
Black with #69A091
Text Example
Text Example
White with #69A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A091; }
p { color: rgb(105,160,145); }
H1.HeaderClassName
{
color: #69A091;
}
.AnyTagClassName
{
color: #69A091;
}
</style>
background-color css
<style>
a { background-color: #69A091; }
a { background-color: rgb(105,160,145); }
div.DivClassName
{
background-color: #69A091;
}
.BgClassName
{
background-color: #69A091;
}
</style>
border-color css
<style>
span { border-color: #69A091; }
span { border-color: rgb(105,160,145); }
td.TdClassName
{
border-color: #69A091;
}
.TagClassName
{
border-color: #69A091;
}
</style>