Shades of Acapulco #69A284
Tints of Acapulco #69A284
RGB
CMYK
RGB Variations
Color information
#69A284 (or 0x69A284) is known color: Acapulco. HEX triplet: 69, A2 and 84. RGB value is (105,162,132). Sum of RGB (Red+Green+Blue) = 105+162+132=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #69A284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A284 is #965D7B. Grayscale: #8D8D8D. Windows color (decimal): -9854332 or 8692329. OLE color: 8692329.
HSL color Cylindrical-coordinate representation of color #69A284: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A284 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 162 | 132 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.36 |
| HSL | 148.42º | 0.23% | 0.52% | - |
| HSV(B) | 148.42º | 0.35% | 0.64% | - |
| XYZ | 22.91 | 30.51 | 26.51 | - |
| YUV | 141.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 132 | 0.35 | 0 | 0.19 | 0.36 | 148.42 | 0.23 | 0.52 |
| Hex | 69 | A2 | 84 | 23 | 0 | 13 | 24 | 94 | 17 | 34 |
| Octal | 151 | 242 | 204 | 43 | 0 | 23 | 44 | 224 | 27 | 64 |
| Binary | 1101001 | 10100010 | 10000100 | 100011 | 0 | 10011 | 100100 | 10010100 | 10111 | 110100 |
Color Harmonies of #69A284
Complementary color
Monochromatic Colors of #69A284
Black with #69A284
Text Example
Text Example
White with #69A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A284; }
p { color: rgb(105,162,132); }
H1.HeaderClassName
{
color: #69A284;
}
.AnyTagClassName
{
color: #69A284;
}
</style>
background-color css
<style>
a { background-color: #69A284; }
a { background-color: rgb(105,162,132); }
div.DivClassName
{
background-color: #69A284;
}
.BgClassName
{
background-color: #69A284;
}
</style>
border-color css
<style>
span { border-color: #69A284; }
span { border-color: rgb(105,162,132); }
td.TdClassName
{
border-color: #69A284;
}
.TagClassName
{
border-color: #69A284;
}
</style>