Shades of Acapulco #69A289
Tints of Acapulco #69A289
RGB
CMYK
RGB Variations
Color information
#69A289 (or 0x69A289) is known color: Acapulco. HEX triplet: 69, A2 and 89. RGB value is (105,162,137). Sum of RGB (Red+Green+Blue) = 105+162+137=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #69A289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A289 is #965D76. Grayscale: #8E8E8E. Windows color (decimal): -9854327 or 9020009. OLE color: 9020009.
HSL color Cylindrical-coordinate representation of color #69A289: hue angle of 153.68º 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 #69A289 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 162 | 137 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.36 |
| HSL | 153.68º | 0.23% | 0.52% | - |
| HSV(B) | 153.68º | 0.35% | 0.64% | - |
| XYZ | 23.26 | 30.65 | 28.36 | - |
| YUV | 142.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 162 | 137 | 0.35 | 0 | 0.15 | 0.36 | 153.68 | 0.23 | 0.52 |
| Hex | 69 | A2 | 89 | 23 | 0 | F | 24 | 9A | 17 | 34 |
| Octal | 151 | 242 | 211 | 43 | 0 | 17 | 44 | 232 | 27 | 64 |
| Binary | 1101001 | 10100010 | 10001001 | 100011 | 0 | 1111 | 100100 | 10011010 | 10111 | 110100 |
Color Harmonies of #69A289
Complementary color
Monochromatic Colors of #69A289
Black with #69A289
Text Example
Text Example
White with #69A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A289; }
p { color: rgb(105,162,137); }
H1.HeaderClassName
{
color: #69A289;
}
.AnyTagClassName
{
color: #69A289;
}
</style>
background-color css
<style>
a { background-color: #69A289; }
a { background-color: rgb(105,162,137); }
div.DivClassName
{
background-color: #69A289;
}
.BgClassName
{
background-color: #69A289;
}
</style>
border-color css
<style>
span { border-color: #69A289; }
span { border-color: rgb(105,162,137); }
td.TdClassName
{
border-color: #69A289;
}
.TagClassName
{
border-color: #69A289;
}
</style>