Shades of Acapulco #68A18B
Tints of Acapulco #68A18B
RGB
CMYK
RGB Variations
Color information
#68A18B (or 0x68A18B) is known color: Acapulco. HEX triplet: 68, A1 and 8B. RGB value is (104,161,139). Sum of RGB (Red+Green+Blue) = 104+161+139=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #68A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A18B is #975E74. Grayscale: #8D8D8D. Windows color (decimal): -9920117 or 9150824. OLE color: 9150824.
HSL color Cylindrical-coordinate representation of color #68A18B: hue angle of 156.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A18B is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 139 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.37 |
| HSL | 156.84º | 0.23% | 0.52% | - |
| HSV(B) | 156.84º | 0.35% | 0.63% | - |
| XYZ | 23.11 | 30.3 | 29.06 | - |
| YUV | 141.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 139 | 0.35 | 0 | 0.14 | 0.37 | 156.84 | 0.23 | 0.52 |
| Hex | 68 | A1 | 8B | 23 | 0 | E | 25 | 9D | 17 | 34 |
| Octal | 150 | 241 | 213 | 43 | 0 | 16 | 45 | 235 | 27 | 64 |
| Binary | 1101000 | 10100001 | 10001011 | 100011 | 0 | 1110 | 100101 | 10011101 | 10111 | 110100 |
Color Harmonies of #68A18B
Complementary color
Monochromatic Colors of #68A18B
Black with #68A18B
Text Example
Text Example
White with #68A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A18B; }
p { color: rgb(104,161,139); }
H1.HeaderClassName
{
color: #68A18B;
}
.AnyTagClassName
{
color: #68A18B;
}
</style>
background-color css
<style>
a { background-color: #68A18B; }
a { background-color: rgb(104,161,139); }
div.DivClassName
{
background-color: #68A18B;
}
.BgClassName
{
background-color: #68A18B;
}
</style>
border-color css
<style>
span { border-color: #68A18B; }
span { border-color: rgb(104,161,139); }
td.TdClassName
{
border-color: #68A18B;
}
.TagClassName
{
border-color: #68A18B;
}
</style>