Shades of Acapulco #68AA94
Tints of Acapulco #68AA94
RGB
CMYK
RGB Variations
Color information
#68AA94 (or 0x68AA94) is known color: Acapulco. HEX triplet: 68, AA and 94. RGB value is (104,170,148). Sum of RGB (Red+Green+Blue) = 104+170+148=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA94 is #97556B. Grayscale: #939393. Windows color (decimal): -9917804 or 9742952. OLE color: 9742952.
HSL color Cylindrical-coordinate representation of color #68AA94: hue angle of 160º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA94 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 148 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.33 |
| HSL | 160º | 0.28% | 0.54% | - |
| HSV(B) | 160º | 0.39% | 0.67% | - |
| XYZ | 25.43 | 33.83 | 33.21 | - |
| YUV | 147.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 148 | 0.39 | 0 | 0.13 | 0.33 | 160 | 0.28 | 0.54 |
| Hex | 68 | AA | 94 | 27 | 0 | D | 21 | A0 | 1C | 36 |
| Octal | 150 | 252 | 224 | 47 | 0 | 15 | 41 | 240 | 34 | 66 |
| Binary | 1101000 | 10101010 | 10010100 | 100111 | 0 | 1101 | 100001 | 10100000 | 11100 | 110110 |
Color Harmonies of #68AA94
Complementary color
Monochromatic Colors of #68AA94
Black with #68AA94
Text Example
Text Example
White with #68AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA94; }
p { color: rgb(104,170,148); }
H1.HeaderClassName
{
color: #68AA94;
}
.AnyTagClassName
{
color: #68AA94;
}
</style>
background-color css
<style>
a { background-color: #68AA94; }
a { background-color: rgb(104,170,148); }
div.DivClassName
{
background-color: #68AA94;
}
.BgClassName
{
background-color: #68AA94;
}
</style>
border-color css
<style>
span { border-color: #68AA94; }
span { border-color: rgb(104,170,148); }
td.TdClassName
{
border-color: #68AA94;
}
.TagClassName
{
border-color: #68AA94;
}
</style>