Shades of Acapulco #69A989
Tints of Acapulco #69A989
RGB
CMYK
RGB Variations
Color information
#69A989 (or 0x69A989) is known color: Acapulco. HEX triplet: 69, A9 and 89. RGB value is (105,169,137). Sum of RGB (Red+Green+Blue) = 105+169+137=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #69A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A989 is #965676. Grayscale: #929292. Windows color (decimal): -9852535 or 9021801. OLE color: 9021801.
HSL color Cylindrical-coordinate representation of color #69A989: hue angle of 150º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A989 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 169 | 137 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.34 |
| HSL | 150º | 0.27% | 0.54% | - |
| HSV(B) | 150º | 0.38% | 0.66% | - |
| XYZ | 24.53 | 33.19 | 28.78 | - |
| YUV | 146.22 | 122.8 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 169 | 137 | 0.38 | 0 | 0.19 | 0.34 | 150 | 0.27 | 0.54 |
| Hex | 69 | A9 | 89 | 26 | 0 | 13 | 22 | 96 | 1B | 36 |
| Octal | 151 | 251 | 211 | 46 | 0 | 23 | 42 | 226 | 33 | 66 |
| Binary | 1101001 | 10101001 | 10001001 | 100110 | 0 | 10011 | 100010 | 10010110 | 11011 | 110110 |
Color Harmonies of #69A989
Complementary color
Monochromatic Colors of #69A989
Black with #69A989
Text Example
Text Example
White with #69A989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A989; }
p { color: rgb(105,169,137); }
H1.HeaderClassName
{
color: #69A989;
}
.AnyTagClassName
{
color: #69A989;
}
</style>
background-color css
<style>
a { background-color: #69A989; }
a { background-color: rgb(105,169,137); }
div.DivClassName
{
background-color: #69A989;
}
.BgClassName
{
background-color: #69A989;
}
</style>
border-color css
<style>
span { border-color: #69A989; }
span { border-color: rgb(105,169,137); }
td.TdClassName
{
border-color: #69A989;
}
.TagClassName
{
border-color: #69A989;
}
</style>