Shades of Acapulco #67A694
Tints of Acapulco #67A694
RGB
CMYK
RGB Variations
Color information
#67A694 (or 0x67A694) is known color: Acapulco. HEX triplet: 67, A6 and 94. RGB value is (103,166,148). Sum of RGB (Red+Green+Blue) = 103+166+148=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #67A694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A694 is #98596B. Grayscale: #919191. Windows color (decimal): -9984364 or 9741927. OLE color: 9741927.
HSL color Cylindrical-coordinate representation of color #67A694: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67A694 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 166 | 148 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.35 |
| HSL | 162.86º | 0.26% | 0.53% | - |
| HSV(B) | 162.86º | 0.38% | 0.65% | - |
| XYZ | 24.58 | 32.29 | 32.96 | - |
| YUV | 145.11 | 129.63 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 148 | 0.38 | 0 | 0.11 | 0.35 | 162.86 | 0.26 | 0.53 |
| Hex | 67 | A6 | 94 | 26 | 0 | B | 23 | A3 | 1A | 35 |
| Octal | 147 | 246 | 224 | 46 | 0 | 13 | 43 | 243 | 32 | 65 |
| Binary | 1100111 | 10100110 | 10010100 | 100110 | 0 | 1011 | 100011 | 10100011 | 11010 | 110101 |
Color Harmonies of #67A694
Complementary color
Monochromatic Colors of #67A694
Black with #67A694
Text Example
Text Example
White with #67A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A694; }
p { color: rgb(103,166,148); }
H1.HeaderClassName
{
color: #67A694;
}
.AnyTagClassName
{
color: #67A694;
}
</style>
background-color css
<style>
a { background-color: #67A694; }
a { background-color: rgb(103,166,148); }
div.DivClassName
{
background-color: #67A694;
}
.BgClassName
{
background-color: #67A694;
}
</style>
border-color css
<style>
span { border-color: #67A694; }
span { border-color: rgb(103,166,148); }
td.TdClassName
{
border-color: #67A694;
}
.TagClassName
{
border-color: #67A694;
}
</style>