Shades of Acapulco #69A18A
Tints of Acapulco #69A18A
RGB
CMYK
RGB Variations
Color information
#69A18A (or 0x69A18A) is known color: Acapulco. HEX triplet: 69, A1 and 8A. RGB value is (105,161,138). Sum of RGB (Red+Green+Blue) = 105+161+138=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #69A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A18A is #965E75. Grayscale: #8D8D8D. Windows color (decimal): -9854582 or 9085289. OLE color: 9085289.
HSL color Cylindrical-coordinate representation of color #69A18A: hue angle of 155.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A18A is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 161 | 138 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.37 |
| HSL | 155.36º | 0.23% | 0.52% | - |
| HSV(B) | 155.36º | 0.35% | 0.63% | - |
| XYZ | 23.16 | 30.33 | 28.68 | - |
| YUV | 141.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 161 | 138 | 0.35 | 0 | 0.14 | 0.37 | 155.36 | 0.23 | 0.52 |
| Hex | 69 | A1 | 8A | 23 | 0 | E | 25 | 9B | 17 | 34 |
| Octal | 151 | 241 | 212 | 43 | 0 | 16 | 45 | 233 | 27 | 64 |
| Binary | 1101001 | 10100001 | 10001010 | 100011 | 0 | 1110 | 100101 | 10011011 | 10111 | 110100 |
Color Harmonies of #69A18A
Complementary color
Monochromatic Colors of #69A18A
Black with #69A18A
Text Example
Text Example
White with #69A18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A18A; }
p { color: rgb(105,161,138); }
H1.HeaderClassName
{
color: #69A18A;
}
.AnyTagClassName
{
color: #69A18A;
}
</style>
background-color css
<style>
a { background-color: #69A18A; }
a { background-color: rgb(105,161,138); }
div.DivClassName
{
background-color: #69A18A;
}
.BgClassName
{
background-color: #69A18A;
}
</style>
border-color css
<style>
span { border-color: #69A18A; }
span { border-color: rgb(105,161,138); }
td.TdClassName
{
border-color: #69A18A;
}
.TagClassName
{
border-color: #69A18A;
}
</style>