Shades of Acapulco #68A994
Tints of Acapulco #68A994
RGB
CMYK
RGB Variations
Color information
#68A994 (or 0x68A994) is known color: Acapulco. HEX triplet: 68, A9 and 94. RGB value is (104,169,148). Sum of RGB (Red+Green+Blue) = 104+169+148=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #68A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A994 is #97566B. Grayscale: #939393. Windows color (decimal): -9918060 or 9742696. OLE color: 9742696.
HSL color Cylindrical-coordinate representation of color #68A994: hue angle of 160.62º 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 #68A994 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 148 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.34 |
| HSL | 160.62º | 0.27% | 0.54% | - |
| HSV(B) | 160.62º | 0.38% | 0.66% | - |
| XYZ | 25.24 | 33.46 | 33.14 | - |
| YUV | 147.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 148 | 0.38 | 0 | 0.12 | 0.34 | 160.62 | 0.27 | 0.54 |
| Hex | 68 | A9 | 94 | 26 | 0 | C | 22 | A1 | 1B | 36 |
| Octal | 150 | 251 | 224 | 46 | 0 | 14 | 42 | 241 | 33 | 66 |
| Binary | 1101000 | 10101001 | 10010100 | 100110 | 0 | 1100 | 100010 | 10100001 | 11011 | 110110 |
Color Harmonies of #68A994
Complementary color
Monochromatic Colors of #68A994
Black with #68A994
Text Example
Text Example
White with #68A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A994; }
p { color: rgb(104,169,148); }
H1.HeaderClassName
{
color: #68A994;
}
.AnyTagClassName
{
color: #68A994;
}
</style>
background-color css
<style>
a { background-color: #68A994; }
a { background-color: rgb(104,169,148); }
div.DivClassName
{
background-color: #68A994;
}
.BgClassName
{
background-color: #68A994;
}
</style>
border-color css
<style>
span { border-color: #68A994; }
span { border-color: rgb(104,169,148); }
td.TdClassName
{
border-color: #68A994;
}
.TagClassName
{
border-color: #68A994;
}
</style>