Shades of Acapulco #68A795
Tints of Acapulco #68A795
RGB
CMYK
RGB Variations
Color information
#68A795 (or 0x68A795) is known color: Acapulco. HEX triplet: 68, A7 and 95. RGB value is (104,167,149). Sum of RGB (Red+Green+Blue) = 104+167+149=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 167 - color contains mainly: green. Hex color #68A795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A795 is #97586A. Grayscale: #929292. Windows color (decimal): -9918571 or 9807720. OLE color: 9807720.
HSL color Cylindrical-coordinate representation of color #68A795: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A795 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 167 | 149 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.35 |
| HSL | 162.86º | 0.26% | 0.53% | - |
| HSV(B) | 162.86º | 0.38% | 0.65% | - |
| XYZ | 24.95 | 32.75 | 33.44 | - |
| YUV | 146.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 167 | 149 | 0.38 | 0 | 0.11 | 0.35 | 162.86 | 0.26 | 0.53 |
| Hex | 68 | A7 | 95 | 26 | 0 | B | 23 | A3 | 1A | 35 |
| Octal | 150 | 247 | 225 | 46 | 0 | 13 | 43 | 243 | 32 | 65 |
| Binary | 1101000 | 10100111 | 10010101 | 100110 | 0 | 1011 | 100011 | 10100011 | 11010 | 110101 |
Color Harmonies of #68A795
Complementary color
Monochromatic Colors of #68A795
Black with #68A795
Text Example
Text Example
White with #68A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A795; }
p { color: rgb(104,167,149); }
H1.HeaderClassName
{
color: #68A795;
}
.AnyTagClassName
{
color: #68A795;
}
</style>
background-color css
<style>
a { background-color: #68A795; }
a { background-color: rgb(104,167,149); }
div.DivClassName
{
background-color: #68A795;
}
.BgClassName
{
background-color: #68A795;
}
</style>
border-color css
<style>
span { border-color: #68A795; }
span { border-color: rgb(104,167,149); }
td.TdClassName
{
border-color: #68A795;
}
.TagClassName
{
border-color: #68A795;
}
</style>