Shades of Acapulco #68A68B
Tints of Acapulco #68A68B
RGB
CMYK
RGB Variations
Color information
#68A68B (or 0x68A68B) is known color: Acapulco. HEX triplet: 68, A6 and 8B. RGB value is (104,166,139). Sum of RGB (Red+Green+Blue) = 104+166+139=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 166 - color contains mainly: green. Hex color #68A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A68B is #975974. Grayscale: #909090. Windows color (decimal): -9918837 or 9152104. OLE color: 9152104.
HSL color Cylindrical-coordinate representation of color #68A68B: hue angle of 153.87º 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 #68A68B is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 139 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.35 |
| HSL | 153.87º | 0.26% | 0.53% | - |
| HSV(B) | 153.87º | 0.37% | 0.65% | - |
| XYZ | 24.01 | 32.08 | 29.35 | - |
| YUV | 144.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 139 | 0.37 | 0 | 0.16 | 0.35 | 153.87 | 0.26 | 0.53 |
| Hex | 68 | A6 | 8B | 25 | 0 | 10 | 23 | 9A | 1A | 35 |
| Octal | 150 | 246 | 213 | 45 | 0 | 20 | 43 | 232 | 32 | 65 |
| Binary | 1101000 | 10100110 | 10001011 | 100101 | 0 | 10000 | 100011 | 10011010 | 11010 | 110101 |
Color Harmonies of #68A68B
Complementary color
Monochromatic Colors of #68A68B
Black with #68A68B
Text Example
Text Example
White with #68A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A68B; }
p { color: rgb(104,166,139); }
H1.HeaderClassName
{
color: #68A68B;
}
.AnyTagClassName
{
color: #68A68B;
}
</style>
background-color css
<style>
a { background-color: #68A68B; }
a { background-color: rgb(104,166,139); }
div.DivClassName
{
background-color: #68A68B;
}
.BgClassName
{
background-color: #68A68B;
}
</style>
border-color css
<style>
span { border-color: #68A68B; }
span { border-color: rgb(104,166,139); }
td.TdClassName
{
border-color: #68A68B;
}
.TagClassName
{
border-color: #68A68B;
}
</style>