Shades of Acapulco #67AC8E
Tints of Acapulco #67AC8E
RGB
CMYK
RGB Variations
Color information
#67AC8E (or 0x67AC8E) is known color: Acapulco. HEX triplet: 67, AC and 8E. RGB value is (103,172,142). Sum of RGB (Red+Green+Blue) = 103+172+142=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AC8E is #985371. Grayscale: #949494. Windows color (decimal): -9982834 or 9350247. OLE color: 9350247.
HSL color Cylindrical-coordinate representation of color #67AC8E: hue angle of 153.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AC8E is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 142 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.33 |
| HSL | 153.91º | 0.29% | 0.54% | - |
| HSV(B) | 153.91º | 0.4% | 0.67% | - |
| XYZ | 25.23 | 34.34 | 30.89 | - |
| YUV | 147.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 142 | 0.40 | 0 | 0.17 | 0.33 | 153.91 | 0.29 | 0.54 |
| Hex | 67 | AC | 8E | 28 | 0 | 11 | 21 | 9A | 1D | 36 |
| Octal | 147 | 254 | 216 | 50 | 0 | 21 | 41 | 232 | 35 | 66 |
| Binary | 1100111 | 10101100 | 10001110 | 101000 | 0 | 10001 | 100001 | 10011010 | 11101 | 110110 |
Color Harmonies of #67AC8E
Complementary color
Monochromatic Colors of #67AC8E
Black with #67AC8E
Text Example
Text Example
White with #67AC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC8E; }
p { color: rgb(103,172,142); }
H1.HeaderClassName
{
color: #67AC8E;
}
.AnyTagClassName
{
color: #67AC8E;
}
</style>
background-color css
<style>
a { background-color: #67AC8E; }
a { background-color: rgb(103,172,142); }
div.DivClassName
{
background-color: #67AC8E;
}
.BgClassName
{
background-color: #67AC8E;
}
</style>
border-color css
<style>
span { border-color: #67AC8E; }
span { border-color: rgb(103,172,142); }
td.TdClassName
{
border-color: #67AC8E;
}
.TagClassName
{
border-color: #67AC8E;
}
</style>