Shades of Acapulco #73A68C
Tints of Acapulco #73A68C
RGB
CMYK
RGB Variations
Color information
#73A68C (or 0x73A68C) is known color: Acapulco. HEX triplet: 73, A6 and 8C. RGB value is (115,166,140). Sum of RGB (Red+Green+Blue) = 115+166+140=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #73A68C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A68C is #8C5973. Grayscale: #939393. Windows color (decimal): -9197940 or 9217651. OLE color: 9217651.
HSL color Cylindrical-coordinate representation of color #73A68C: hue angle of 149.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A68C is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 140 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.35 |
| HSL | 149.41º | 0.22% | 0.55% | - |
| HSV(B) | 149.41º | 0.31% | 0.65% | - |
| XYZ | 25.44 | 32.81 | 29.8 | - |
| YUV | 147.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 140 | 0.31 | 0 | 0.16 | 0.35 | 149.41 | 0.22 | 0.55 |
| Hex | 73 | A6 | 8C | 1F | 0 | 10 | 23 | 95 | 16 | 37 |
| Octal | 163 | 246 | 214 | 37 | 0 | 20 | 43 | 225 | 26 | 67 |
| Binary | 1110011 | 10100110 | 10001100 | 11111 | 0 | 10000 | 100011 | 10010101 | 10110 | 110111 |
Color Harmonies of #73A68C
Complementary color
Monochromatic Colors of #73A68C
Black with #73A68C
Text Example
Text Example
White with #73A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A68C; }
p { color: rgb(115,166,140); }
H1.HeaderClassName
{
color: #73A68C;
}
.AnyTagClassName
{
color: #73A68C;
}
</style>
background-color css
<style>
a { background-color: #73A68C; }
a { background-color: rgb(115,166,140); }
div.DivClassName
{
background-color: #73A68C;
}
.BgClassName
{
background-color: #73A68C;
}
</style>
border-color css
<style>
span { border-color: #73A68C; }
span { border-color: rgb(115,166,140); }
td.TdClassName
{
border-color: #73A68C;
}
.TagClassName
{
border-color: #73A68C;
}
</style>