Shades of Acapulco #67A885
Tints of Acapulco #67A885
RGB
CMYK
RGB Variations
Color information
#67A885 (or 0x67A885) is known color: Acapulco. HEX triplet: 67, A8 and 85. RGB value is (103,168,133). Sum of RGB (Red+Green+Blue) = 103+168+133=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #67A885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A885 is #98577A. Grayscale: #909090. Windows color (decimal): -9983867 or 8759399. OLE color: 8759399.
HSL color Cylindrical-coordinate representation of color #67A885: hue angle of 147.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67A885 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 168 | 133 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.34 |
| HSL | 147.69º | 0.27% | 0.53% | - |
| HSV(B) | 147.69º | 0.39% | 0.66% | - |
| XYZ | 23.83 | 32.58 | 27.22 | - |
| YUV | 144.58 | 121.47 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 168 | 133 | 0.39 | 0 | 0.21 | 0.34 | 147.69 | 0.27 | 0.53 |
| Hex | 67 | A8 | 85 | 27 | 0 | 15 | 22 | 94 | 1B | 35 |
| Octal | 147 | 250 | 205 | 47 | 0 | 25 | 42 | 224 | 33 | 65 |
| Binary | 1100111 | 10101000 | 10000101 | 100111 | 0 | 10101 | 100010 | 10010100 | 11011 | 110101 |
Color Harmonies of #67A885
Complementary color
Monochromatic Colors of #67A885
Black with #67A885
Text Example
Text Example
White with #67A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A885; }
p { color: rgb(103,168,133); }
H1.HeaderClassName
{
color: #67A885;
}
.AnyTagClassName
{
color: #67A885;
}
</style>
background-color css
<style>
a { background-color: #67A885; }
a { background-color: rgb(103,168,133); }
div.DivClassName
{
background-color: #67A885;
}
.BgClassName
{
background-color: #67A885;
}
</style>
border-color css
<style>
span { border-color: #67A885; }
span { border-color: rgb(103,168,133); }
td.TdClassName
{
border-color: #67A885;
}
.TagClassName
{
border-color: #67A885;
}
</style>