Shades of Acapulco #68AE8C
Tints of Acapulco #68AE8C
RGB
CMYK
RGB Variations
Color information
#68AE8C (or 0x68AE8C) is known color: Acapulco. HEX triplet: 68, AE and 8C. RGB value is (104,174,140). Sum of RGB (Red+Green+Blue) = 104+174+140=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE8C is #975173. Grayscale: #959595. Windows color (decimal): -9916788 or 9219688. OLE color: 9219688.
HSL color Cylindrical-coordinate representation of color #68AE8C: hue angle of 150.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE8C is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 140 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.32 |
| HSL | 150.86º | 0.3% | 0.55% | - |
| HSV(B) | 150.86º | 0.4% | 0.68% | - |
| XYZ | 25.58 | 35.11 | 30.24 | - |
| YUV | 149.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 140 | 0.40 | 0 | 0.20 | 0.32 | 150.86 | 0.3 | 0.55 |
| Hex | 68 | AE | 8C | 28 | 0 | 14 | 20 | 97 | 1E | 37 |
| Octal | 150 | 256 | 214 | 50 | 0 | 24 | 40 | 227 | 36 | 67 |
| Binary | 1101000 | 10101110 | 10001100 | 101000 | 0 | 10100 | 100000 | 10010111 | 11110 | 110111 |
Color Harmonies of #68AE8C
Complementary color
Monochromatic Colors of #68AE8C
Black with #68AE8C
Text Example
Text Example
White with #68AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE8C; }
p { color: rgb(104,174,140); }
H1.HeaderClassName
{
color: #68AE8C;
}
.AnyTagClassName
{
color: #68AE8C;
}
</style>
background-color css
<style>
a { background-color: #68AE8C; }
a { background-color: rgb(104,174,140); }
div.DivClassName
{
background-color: #68AE8C;
}
.BgClassName
{
background-color: #68AE8C;
}
</style>
border-color css
<style>
span { border-color: #68AE8C; }
span { border-color: rgb(104,174,140); }
td.TdClassName
{
border-color: #68AE8C;
}
.TagClassName
{
border-color: #68AE8C;
}
</style>