Shades of Acapulco #68A696
Tints of Acapulco #68A696
RGB
CMYK
RGB Variations
Color information
#68A696 (or 0x68A696) is known color: Acapulco. HEX triplet: 68, A6 and 96. RGB value is (104,166,150). Sum of RGB (Red+Green+Blue) = 104+166+150=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 166 - color contains mainly: green. Hex color #68A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A696 is #975969. Grayscale: #919191. Windows color (decimal): -9918826 or 9873000. OLE color: 9873000.
HSL color Cylindrical-coordinate representation of color #68A696: hue angle of 164.52º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A696 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 150 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.35 |
| HSL | 164.52º | 0.26% | 0.53% | - |
| HSV(B) | 164.52º | 0.37% | 0.65% | - |
| XYZ | 24.85 | 32.42 | 33.8 | - |
| YUV | 145.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 150 | 0.37 | 0 | 0.10 | 0.35 | 164.52 | 0.26 | 0.53 |
| Hex | 68 | A6 | 96 | 25 | 0 | A | 23 | A5 | 1A | 35 |
| Octal | 150 | 246 | 226 | 45 | 0 | 12 | 43 | 245 | 32 | 65 |
| Binary | 1101000 | 10100110 | 10010110 | 100101 | 0 | 1010 | 100011 | 10100101 | 11010 | 110101 |
Color Harmonies of #68A696
Complementary color
Monochromatic Colors of #68A696
Black with #68A696
Text Example
Text Example
White with #68A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A696; }
p { color: rgb(104,166,150); }
H1.HeaderClassName
{
color: #68A696;
}
.AnyTagClassName
{
color: #68A696;
}
</style>
background-color css
<style>
a { background-color: #68A696; }
a { background-color: rgb(104,166,150); }
div.DivClassName
{
background-color: #68A696;
}
.BgClassName
{
background-color: #68A696;
}
</style>
border-color css
<style>
span { border-color: #68A696; }
span { border-color: rgb(104,166,150); }
td.TdClassName
{
border-color: #68A696;
}
.TagClassName
{
border-color: #68A696;
}
</style>