Shades of Acapulco #67A991
Tints of Acapulco #67A991
RGB
CMYK
RGB Variations
Color information
#67A991 (or 0x67A991) is known color: Acapulco. HEX triplet: 67, A9 and 91. RGB value is (103,169,145). Sum of RGB (Red+Green+Blue) = 103+169+145=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #67A991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A991 is #98566E. Grayscale: #929292. Windows color (decimal): -9983599 or 9546087. OLE color: 9546087.
HSL color Cylindrical-coordinate representation of color #67A991: hue angle of 158.18º degrees, saturation: 0.28, 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 #67A991 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 145 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.34 |
| HSL | 158.18º | 0.28% | 0.53% | - |
| HSV(B) | 158.18º | 0.39% | 0.66% | - |
| XYZ | 24.89 | 33.3 | 31.9 | - |
| YUV | 146.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 145 | 0.39 | 0 | 0.14 | 0.34 | 158.18 | 0.28 | 0.53 |
| Hex | 67 | A9 | 91 | 27 | 0 | E | 22 | 9E | 1C | 35 |
| Octal | 147 | 251 | 221 | 47 | 0 | 16 | 42 | 236 | 34 | 65 |
| Binary | 1100111 | 10101001 | 10010001 | 100111 | 0 | 1110 | 100010 | 10011110 | 11100 | 110101 |
Color Harmonies of #67A991
Complementary color
Monochromatic Colors of #67A991
Black with #67A991
Text Example
Text Example
White with #67A991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A991; }
p { color: rgb(103,169,145); }
H1.HeaderClassName
{
color: #67A991;
}
.AnyTagClassName
{
color: #67A991;
}
</style>
background-color css
<style>
a { background-color: #67A991; }
a { background-color: rgb(103,169,145); }
div.DivClassName
{
background-color: #67A991;
}
.BgClassName
{
background-color: #67A991;
}
</style>
border-color css
<style>
span { border-color: #67A991; }
span { border-color: rgb(103,169,145); }
td.TdClassName
{
border-color: #67A991;
}
.TagClassName
{
border-color: #67A991;
}
</style>