Shades of Acapulco #68A885
Tints of Acapulco #68A885
RGB
CMYK
RGB Variations
Color information
#68A885 (or 0x68A885) is known color: Acapulco. HEX triplet: 68, A8 and 85. RGB value is (104,168,133). Sum of RGB (Red+Green+Blue) = 104+168+133=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #68A885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A885 is #97577A. Grayscale: #909090. Windows color (decimal): -9918331 or 8759400. OLE color: 8759400.
HSL color Cylindrical-coordinate representation of color #68A885: hue angle of 147.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A885 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 133 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.34 |
| HSL | 147.19º | 0.27% | 0.53% | - |
| HSV(B) | 147.19º | 0.38% | 0.66% | - |
| XYZ | 23.95 | 32.64 | 27.23 | - |
| YUV | 144.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 133 | 0.38 | 0 | 0.21 | 0.34 | 147.19 | 0.27 | 0.53 |
| Hex | 68 | A8 | 85 | 26 | 0 | 15 | 22 | 93 | 1B | 35 |
| Octal | 150 | 250 | 205 | 46 | 0 | 25 | 42 | 223 | 33 | 65 |
| Binary | 1101000 | 10101000 | 10000101 | 100110 | 0 | 10101 | 100010 | 10010011 | 11011 | 110101 |
Color Harmonies of #68A885
Complementary color
Monochromatic Colors of #68A885
Black with #68A885
Text Example
Text Example
White with #68A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A885; }
p { color: rgb(104,168,133); }
H1.HeaderClassName
{
color: #68A885;
}
.AnyTagClassName
{
color: #68A885;
}
</style>
background-color css
<style>
a { background-color: #68A885; }
a { background-color: rgb(104,168,133); }
div.DivClassName
{
background-color: #68A885;
}
.BgClassName
{
background-color: #68A885;
}
</style>
border-color css
<style>
span { border-color: #68A885; }
span { border-color: rgb(104,168,133); }
td.TdClassName
{
border-color: #68A885;
}
.TagClassName
{
border-color: #68A885;
}
</style>