Shades of Acapulco #68A993
Tints of Acapulco #68A993
RGB
CMYK
RGB Variations
Color information
#68A993 (or 0x68A993) is known color: Acapulco. HEX triplet: 68, A9 and 93. RGB value is (104,169,147). Sum of RGB (Red+Green+Blue) = 104+169+147=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 169 - color contains mainly: green. Hex color #68A993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A993 is #97566C. Grayscale: #939393. Windows color (decimal): -9918061 or 9677160. OLE color: 9677160.
HSL color Cylindrical-coordinate representation of color #68A993: hue angle of 159.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A993 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 147 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.34 |
| HSL | 159.69º | 0.27% | 0.54% | - |
| HSV(B) | 159.69º | 0.38% | 0.66% | - |
| XYZ | 25.16 | 33.43 | 32.73 | - |
| YUV | 147.06 | 127.97 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 147 | 0.38 | 0 | 0.13 | 0.34 | 159.69 | 0.27 | 0.54 |
| Hex | 68 | A9 | 93 | 26 | 0 | D | 22 | A0 | 1B | 36 |
| Octal | 150 | 251 | 223 | 46 | 0 | 15 | 42 | 240 | 33 | 66 |
| Binary | 1101000 | 10101001 | 10010011 | 100110 | 0 | 1101 | 100010 | 10100000 | 11011 | 110110 |
Color Harmonies of #68A993
Complementary color
Monochromatic Colors of #68A993
Black with #68A993
Text Example
Text Example
White with #68A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A993; }
p { color: rgb(104,169,147); }
H1.HeaderClassName
{
color: #68A993;
}
.AnyTagClassName
{
color: #68A993;
}
</style>
background-color css
<style>
a { background-color: #68A993; }
a { background-color: rgb(104,169,147); }
div.DivClassName
{
background-color: #68A993;
}
.BgClassName
{
background-color: #68A993;
}
</style>
border-color css
<style>
span { border-color: #68A993; }
span { border-color: rgb(104,169,147); }
td.TdClassName
{
border-color: #68A993;
}
.TagClassName
{
border-color: #68A993;
}
</style>