Shades of Acapulco #74AD8F
Tints of Acapulco #74AD8F
RGB
CMYK
RGB Variations
Color information
#74AD8F (or 0x74AD8F) is known color: Acapulco. HEX triplet: 74, AD and 8F. RGB value is (116,173,143). Sum of RGB (Red+Green+Blue) = 116+173+143=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AD8F is #8B5270. Grayscale: #989898. Windows color (decimal): -9130609 or 9416052. OLE color: 9416052.
HSL color Cylindrical-coordinate representation of color #74AD8F: hue angle of 148.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AD8F is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 173 | 143 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.32 |
| HSL | 148.42º | 0.26% | 0.57% | - |
| HSV(B) | 148.42º | 0.33% | 0.68% | - |
| XYZ | 27.1 | 35.58 | 31.43 | - |
| YUV | 152.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 143 | 0.33 | 0 | 0.17 | 0.32 | 148.42 | 0.26 | 0.57 |
| Hex | 74 | AD | 8F | 21 | 0 | 11 | 20 | 94 | 1A | 39 |
| Octal | 164 | 255 | 217 | 41 | 0 | 21 | 40 | 224 | 32 | 71 |
| Binary | 1110100 | 10101101 | 10001111 | 100001 | 0 | 10001 | 100000 | 10010100 | 11010 | 111001 |
Color Harmonies of #74AD8F
Complementary color
Monochromatic Colors of #74AD8F
Black with #74AD8F
Text Example
Text Example
White with #74AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AD8F; }
p { color: rgb(116,173,143); }
H1.HeaderClassName
{
color: #74AD8F;
}
.AnyTagClassName
{
color: #74AD8F;
}
</style>
background-color css
<style>
a { background-color: #74AD8F; }
a { background-color: rgb(116,173,143); }
div.DivClassName
{
background-color: #74AD8F;
}
.BgClassName
{
background-color: #74AD8F;
}
</style>
border-color css
<style>
span { border-color: #74AD8F; }
span { border-color: rgb(116,173,143); }
td.TdClassName
{
border-color: #74AD8F;
}
.TagClassName
{
border-color: #74AD8F;
}
</style>