Shades of Acapulco #74B59A
Tints of Acapulco #74B59A
RGB
CMYK
RGB Variations
Color information
#74B59A (or 0x74B59A) is known color: Acapulco. HEX triplet: 74, B5 and 9A. RGB value is (116,181,154). Sum of RGB (Red+Green+Blue) = 116+181+154=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #74B59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B59A is #8B4A65. Grayscale: #9E9E9E. Windows color (decimal): -9128550 or 10138996. OLE color: 10138996.
HSL color Cylindrical-coordinate representation of color #74B59A: hue angle of 155.08º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B59A is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 154 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.29 |
| HSL | 155.08º | 0.31% | 0.58% | - |
| HSV(B) | 155.08º | 0.36% | 0.71% | - |
| XYZ | 29.56 | 39.09 | 36.56 | - |
| YUV | 158.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 154 | 0.36 | 0 | 0.15 | 0.29 | 155.08 | 0.31 | 0.58 |
| Hex | 74 | B5 | 9A | 24 | 0 | F | 1D | 9B | 1F | 3A |
| Octal | 164 | 265 | 232 | 44 | 0 | 17 | 35 | 233 | 37 | 72 |
| Binary | 1110100 | 10110101 | 10011010 | 100100 | 0 | 1111 | 11101 | 10011011 | 11111 | 111010 |
Color Harmonies of #74B59A
Complementary color
Monochromatic Colors of #74B59A
Black with #74B59A
Text Example
Text Example
White with #74B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B59A; }
p { color: rgb(116,181,154); }
H1.HeaderClassName
{
color: #74B59A;
}
.AnyTagClassName
{
color: #74B59A;
}
</style>
background-color css
<style>
a { background-color: #74B59A; }
a { background-color: rgb(116,181,154); }
div.DivClassName
{
background-color: #74B59A;
}
.BgClassName
{
background-color: #74B59A;
}
</style>
border-color css
<style>
span { border-color: #74B59A; }
span { border-color: rgb(116,181,154); }
td.TdClassName
{
border-color: #74B59A;
}
.TagClassName
{
border-color: #74B59A;
}
</style>