Shades of Acapulco #68A48D
Tints of Acapulco #68A48D
RGB
CMYK
RGB Variations
Color information
#68A48D (or 0x68A48D) is known color: Acapulco. HEX triplet: 68, A4 and 8D. RGB value is (104,164,141). Sum of RGB (Red+Green+Blue) = 104+164+141=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #68A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A48D is #975B72. Grayscale: #8F8F8F. Windows color (decimal): -9919347 or 9282664. OLE color: 9282664.
HSL color Cylindrical-coordinate representation of color #68A48D: hue angle of 157º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A48D is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 141 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.36 |
| HSL | 157º | 0.25% | 0.53% | - |
| HSV(B) | 157º | 0.37% | 0.64% | - |
| XYZ | 23.79 | 31.42 | 30.01 | - |
| YUV | 143.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 141 | 0.37 | 0 | 0.14 | 0.36 | 157 | 0.25 | 0.53 |
| Hex | 68 | A4 | 8D | 25 | 0 | E | 24 | 9D | 19 | 35 |
| Octal | 150 | 244 | 215 | 45 | 0 | 16 | 44 | 235 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10001101 | 100101 | 0 | 1110 | 100100 | 10011101 | 11001 | 110101 |
Color Harmonies of #68A48D
Complementary color
Monochromatic Colors of #68A48D
Black with #68A48D
Text Example
Text Example
White with #68A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A48D; }
p { color: rgb(104,164,141); }
H1.HeaderClassName
{
color: #68A48D;
}
.AnyTagClassName
{
color: #68A48D;
}
</style>
background-color css
<style>
a { background-color: #68A48D; }
a { background-color: rgb(104,164,141); }
div.DivClassName
{
background-color: #68A48D;
}
.BgClassName
{
background-color: #68A48D;
}
</style>
border-color css
<style>
span { border-color: #68A48D; }
span { border-color: rgb(104,164,141); }
td.TdClassName
{
border-color: #68A48D;
}
.TagClassName
{
border-color: #68A48D;
}
</style>