Shades of Acapulco #69AB8D
Tints of Acapulco #69AB8D
RGB
CMYK
RGB Variations
Color information
#69AB8D (or 0x69AB8D) is known color: Acapulco. HEX triplet: 69, AB and 8D. RGB value is (105,171,141). Sum of RGB (Red+Green+Blue) = 105+171+141=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB8D is #965472. Grayscale: #939393. Windows color (decimal): -9852019 or 9284457. OLE color: 9284457.
HSL color Cylindrical-coordinate representation of color #69AB8D: hue angle of 152.73º degrees, saturation: 0.28, 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 #69AB8D is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 141 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.33 |
| HSL | 152.73º | 0.28% | 0.54% | - |
| HSV(B) | 152.73º | 0.39% | 0.67% | - |
| XYZ | 25.2 | 34.05 | 30.44 | - |
| YUV | 147.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 141 | 0.39 | 0 | 0.18 | 0.33 | 152.73 | 0.28 | 0.54 |
| Hex | 69 | AB | 8D | 27 | 0 | 12 | 21 | 99 | 1C | 36 |
| Octal | 151 | 253 | 215 | 47 | 0 | 22 | 41 | 231 | 34 | 66 |
| Binary | 1101001 | 10101011 | 10001101 | 100111 | 0 | 10010 | 100001 | 10011001 | 11100 | 110110 |
Color Harmonies of #69AB8D
Complementary color
Monochromatic Colors of #69AB8D
Black with #69AB8D
Text Example
Text Example
White with #69AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB8D; }
p { color: rgb(105,171,141); }
H1.HeaderClassName
{
color: #69AB8D;
}
.AnyTagClassName
{
color: #69AB8D;
}
</style>
background-color css
<style>
a { background-color: #69AB8D; }
a { background-color: rgb(105,171,141); }
div.DivClassName
{
background-color: #69AB8D;
}
.BgClassName
{
background-color: #69AB8D;
}
</style>
border-color css
<style>
span { border-color: #69AB8D; }
span { border-color: rgb(105,171,141); }
td.TdClassName
{
border-color: #69AB8D;
}
.TagClassName
{
border-color: #69AB8D;
}
</style>