Shades of Acapulco #69A584
Tints of Acapulco #69A584
RGB
CMYK
RGB Variations
Color information
#69A584 (or 0x69A584) is known color: Acapulco. HEX triplet: 69, A5 and 84. RGB value is (105,165,132). Sum of RGB (Red+Green+Blue) = 105+165+132=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #69A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A584 is #965A7B. Grayscale: #8F8F8F. Windows color (decimal): -9853564 or 8693097. OLE color: 8693097.
HSL color Cylindrical-coordinate representation of color #69A584: hue angle of 147º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A584 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 165 | 132 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.35 |
| HSL | 147º | 0.25% | 0.53% | - |
| HSV(B) | 147º | 0.36% | 0.65% | - |
| XYZ | 23.45 | 31.58 | 26.69 | - |
| YUV | 143.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 165 | 132 | 0.36 | 0 | 0.20 | 0.35 | 147 | 0.25 | 0.53 |
| Hex | 69 | A5 | 84 | 24 | 0 | 14 | 23 | 93 | 19 | 35 |
| Octal | 151 | 245 | 204 | 44 | 0 | 24 | 43 | 223 | 31 | 65 |
| Binary | 1101001 | 10100101 | 10000100 | 100100 | 0 | 10100 | 100011 | 10010011 | 11001 | 110101 |
Color Harmonies of #69A584
Complementary color
Monochromatic Colors of #69A584
Black with #69A584
Text Example
Text Example
White with #69A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A584; }
p { color: rgb(105,165,132); }
H1.HeaderClassName
{
color: #69A584;
}
.AnyTagClassName
{
color: #69A584;
}
</style>
background-color css
<style>
a { background-color: #69A584; }
a { background-color: rgb(105,165,132); }
div.DivClassName
{
background-color: #69A584;
}
.BgClassName
{
background-color: #69A584;
}
</style>
border-color css
<style>
span { border-color: #69A584; }
span { border-color: rgb(105,165,132); }
td.TdClassName
{
border-color: #69A584;
}
.TagClassName
{
border-color: #69A584;
}
</style>