Shades of Acapulco #69AC8E
Tints of Acapulco #69AC8E
RGB
CMYK
RGB Variations
Color information
#69AC8E (or 0x69AC8E) is known color: Acapulco. HEX triplet: 69, AC and 8E. RGB value is (105,172,142). Sum of RGB (Red+Green+Blue) = 105+172+142=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC8E is #965371. Grayscale: #949494. Windows color (decimal): -9851762 or 9350249. OLE color: 9350249.
HSL color Cylindrical-coordinate representation of color #69AC8E: hue angle of 153.13º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC8E is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 172 | 142 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.33 |
| HSL | 153.13º | 0.29% | 0.54% | - |
| HSV(B) | 153.13º | 0.39% | 0.67% | - |
| XYZ | 25.46 | 34.46 | 30.9 | - |
| YUV | 148.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 142 | 0.39 | 0 | 0.17 | 0.33 | 153.13 | 0.29 | 0.54 |
| Hex | 69 | AC | 8E | 27 | 0 | 11 | 21 | 99 | 1D | 36 |
| Octal | 151 | 254 | 216 | 47 | 0 | 21 | 41 | 231 | 35 | 66 |
| Binary | 1101001 | 10101100 | 10001110 | 100111 | 0 | 10001 | 100001 | 10011001 | 11101 | 110110 |
Color Harmonies of #69AC8E
Complementary color
Monochromatic Colors of #69AC8E
Black with #69AC8E
Text Example
Text Example
White with #69AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AC8E; }
p { color: rgb(105,172,142); }
H1.HeaderClassName
{
color: #69AC8E;
}
.AnyTagClassName
{
color: #69AC8E;
}
</style>
background-color css
<style>
a { background-color: #69AC8E; }
a { background-color: rgb(105,172,142); }
div.DivClassName
{
background-color: #69AC8E;
}
.BgClassName
{
background-color: #69AC8E;
}
</style>
border-color css
<style>
span { border-color: #69AC8E; }
span { border-color: rgb(105,172,142); }
td.TdClassName
{
border-color: #69AC8E;
}
.TagClassName
{
border-color: #69AC8E;
}
</style>