Shades of Acapulco #67AD8E
Tints of Acapulco #67AD8E
RGB
CMYK
RGB Variations
Color information
#67AD8E (or 0x67AD8E) is known color: Acapulco. HEX triplet: 67, AD and 8E. RGB value is (103,173,142). Sum of RGB (Red+Green+Blue) = 103+173+142=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AD8E is #985271. Grayscale: #949494. Windows color (decimal): -9982578 or 9350503. OLE color: 9350503.
HSL color Cylindrical-coordinate representation of color #67AD8E: hue angle of 153.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67AD8E is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 142 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.32 |
| HSL | 153.43º | 0.3% | 0.54% | - |
| HSV(B) | 153.43º | 0.4% | 0.68% | - |
| XYZ | 25.42 | 34.72 | 30.95 | - |
| YUV | 148.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 142 | 0.40 | 0 | 0.18 | 0.32 | 153.43 | 0.3 | 0.54 |
| Hex | 67 | AD | 8E | 28 | 0 | 12 | 20 | 99 | 1E | 36 |
| Octal | 147 | 255 | 216 | 50 | 0 | 22 | 40 | 231 | 36 | 66 |
| Binary | 1100111 | 10101101 | 10001110 | 101000 | 0 | 10010 | 100000 | 10011001 | 11110 | 110110 |
Color Harmonies of #67AD8E
Complementary color
Monochromatic Colors of #67AD8E
Black with #67AD8E
Text Example
Text Example
White with #67AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD8E; }
p { color: rgb(103,173,142); }
H1.HeaderClassName
{
color: #67AD8E;
}
.AnyTagClassName
{
color: #67AD8E;
}
</style>
background-color css
<style>
a { background-color: #67AD8E; }
a { background-color: rgb(103,173,142); }
div.DivClassName
{
background-color: #67AD8E;
}
.BgClassName
{
background-color: #67AD8E;
}
</style>
border-color css
<style>
span { border-color: #67AD8E; }
span { border-color: rgb(103,173,142); }
td.TdClassName
{
border-color: #67AD8E;
}
.TagClassName
{
border-color: #67AD8E;
}
</style>