Shades of Acapulco #68A495
Tints of Acapulco #68A495
RGB
CMYK
RGB Variations
Color information
#68A495 (or 0x68A495) is known color: Acapulco. HEX triplet: 68, A4 and 95. RGB value is (104,164,149). Sum of RGB (Red+Green+Blue) = 104+164+149=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #68A495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A495 is #975B6A. Grayscale: #909090. Windows color (decimal): -9919339 or 9806952. OLE color: 9806952.
HSL color Cylindrical-coordinate representation of color #68A495: hue angle of 165º 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 #68A495 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 149 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.36 |
| HSL | 165º | 0.25% | 0.53% | - |
| HSV(B) | 165º | 0.37% | 0.64% | - |
| XYZ | 24.41 | 31.66 | 33.26 | - |
| YUV | 144.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 149 | 0.37 | 0 | 0.09 | 0.36 | 165 | 0.25 | 0.53 |
| Hex | 68 | A4 | 95 | 25 | 0 | 9 | 24 | A5 | 19 | 35 |
| Octal | 150 | 244 | 225 | 45 | 0 | 11 | 44 | 245 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10010101 | 100101 | 0 | 1001 | 100100 | 10100101 | 11001 | 110101 |
Color Harmonies of #68A495
Complementary color
Monochromatic Colors of #68A495
Black with #68A495
Text Example
Text Example
White with #68A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A495; }
p { color: rgb(104,164,149); }
H1.HeaderClassName
{
color: #68A495;
}
.AnyTagClassName
{
color: #68A495;
}
</style>
background-color css
<style>
a { background-color: #68A495; }
a { background-color: rgb(104,164,149); }
div.DivClassName
{
background-color: #68A495;
}
.BgClassName
{
background-color: #68A495;
}
</style>
border-color css
<style>
span { border-color: #68A495; }
span { border-color: rgb(104,164,149); }
td.TdClassName
{
border-color: #68A495;
}
.TagClassName
{
border-color: #68A495;
}
</style>