Shades of Acapulco #69AD8D
Tints of Acapulco #69AD8D
RGB
CMYK
RGB Variations
Color information
#69AD8D (or 0x69AD8D) is known color: Acapulco. HEX triplet: 69, AD and 8D. RGB value is (105,173,141). Sum of RGB (Red+Green+Blue) = 105+173+141=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD8D is #965272. Grayscale: #959595. Windows color (decimal): -9851507 or 9284969. OLE color: 9284969.
HSL color Cylindrical-coordinate representation of color #69AD8D: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD8D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 173 | 141 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.32 |
| HSL | 151.76º | 0.29% | 0.55% | - |
| HSV(B) | 151.76º | 0.39% | 0.68% | - |
| XYZ | 25.58 | 34.81 | 30.57 | - |
| YUV | 149.02 | 123.47 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 173 | 141 | 0.39 | 0 | 0.18 | 0.32 | 151.76 | 0.29 | 0.55 |
| Hex | 69 | AD | 8D | 27 | 0 | 12 | 20 | 98 | 1D | 37 |
| Octal | 151 | 255 | 215 | 47 | 0 | 22 | 40 | 230 | 35 | 67 |
| Binary | 1101001 | 10101101 | 10001101 | 100111 | 0 | 10010 | 100000 | 10011000 | 11101 | 110111 |
Color Harmonies of #69AD8D
Complementary color
Monochromatic Colors of #69AD8D
Black with #69AD8D
Text Example
Text Example
White with #69AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AD8D; }
p { color: rgb(105,173,141); }
H1.HeaderClassName
{
color: #69AD8D;
}
.AnyTagClassName
{
color: #69AD8D;
}
</style>
background-color css
<style>
a { background-color: #69AD8D; }
a { background-color: rgb(105,173,141); }
div.DivClassName
{
background-color: #69AD8D;
}
.BgClassName
{
background-color: #69AD8D;
}
</style>
border-color css
<style>
span { border-color: #69AD8D; }
span { border-color: rgb(105,173,141); }
td.TdClassName
{
border-color: #69AD8D;
}
.TagClassName
{
border-color: #69AD8D;
}
</style>