Shades of Acapulco #74B596
Tints of Acapulco #74B596
RGB
CMYK
RGB Variations
Color information
#74B596 (or 0x74B596) is known color: Acapulco. HEX triplet: 74, B5 and 96. RGB value is (116,181,150). Sum of RGB (Red+Green+Blue) = 116+181+150=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 181 - color contains mainly: green. Hex color #74B596 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B596 is #8B4A69. Grayscale: #9E9E9E. Windows color (decimal): -9128554 or 9876852. OLE color: 9876852.
HSL color Cylindrical-coordinate representation of color #74B596: hue angle of 151.38º 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 #74B596 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 181 | 150 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.29 |
| HSL | 151.38º | 0.31% | 0.58% | - |
| HSV(B) | 151.38º | 0.36% | 0.71% | - |
| XYZ | 29.23 | 38.96 | 34.83 | - |
| YUV | 158.03 | 123.47 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 181 | 150 | 0.36 | 0 | 0.17 | 0.29 | 151.38 | 0.31 | 0.58 |
| Hex | 74 | B5 | 96 | 24 | 0 | 11 | 1D | 97 | 1F | 3A |
| Octal | 164 | 265 | 226 | 44 | 0 | 21 | 35 | 227 | 37 | 72 |
| Binary | 1110100 | 10110101 | 10010110 | 100100 | 0 | 10001 | 11101 | 10010111 | 11111 | 111010 |
Color Harmonies of #74B596
Complementary color
Monochromatic Colors of #74B596
Black with #74B596
Text Example
Text Example
White with #74B596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B596; }
p { color: rgb(116,181,150); }
H1.HeaderClassName
{
color: #74B596;
}
.AnyTagClassName
{
color: #74B596;
}
</style>
background-color css
<style>
a { background-color: #74B596; }
a { background-color: rgb(116,181,150); }
div.DivClassName
{
background-color: #74B596;
}
.BgClassName
{
background-color: #74B596;
}
</style>
border-color css
<style>
span { border-color: #74B596; }
span { border-color: rgb(116,181,150); }
td.TdClassName
{
border-color: #74B596;
}
.TagClassName
{
border-color: #74B596;
}
</style>