Shades of Acapulco #74B192
Tints of Acapulco #74B192
RGB
CMYK
RGB Variations
Color information
#74B192 (or 0x74B192) is known color: Acapulco. HEX triplet: 74, B1 and 92. RGB value is (116,177,146). Sum of RGB (Red+Green+Blue) = 116+177+146=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #74B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B192 is #8B4E6D. Grayscale: #9B9B9B. Windows color (decimal): -9129582 or 9613684. OLE color: 9613684.
HSL color Cylindrical-coordinate representation of color #74B192: hue angle of 149.51º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74B192 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 177 | 146 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.31 |
| HSL | 149.51º | 0.28% | 0.57% | - |
| HSV(B) | 149.51º | 0.34% | 0.69% | - |
| XYZ | 28.11 | 37.23 | 32.9 | - |
| YUV | 155.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 177 | 146 | 0.34 | 0 | 0.18 | 0.31 | 149.51 | 0.28 | 0.57 |
| Hex | 74 | B1 | 92 | 22 | 0 | 12 | 1F | 96 | 1C | 39 |
| Octal | 164 | 261 | 222 | 42 | 0 | 22 | 37 | 226 | 34 | 71 |
| Binary | 1110100 | 10110001 | 10010010 | 100010 | 0 | 10010 | 11111 | 10010110 | 11100 | 111001 |
Color Harmonies of #74B192
Complementary color
Monochromatic Colors of #74B192
Black with #74B192
Text Example
Text Example
White with #74B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B192; }
p { color: rgb(116,177,146); }
H1.HeaderClassName
{
color: #74B192;
}
.AnyTagClassName
{
color: #74B192;
}
</style>
background-color css
<style>
a { background-color: #74B192; }
a { background-color: rgb(116,177,146); }
div.DivClassName
{
background-color: #74B192;
}
.BgClassName
{
background-color: #74B192;
}
</style>
border-color css
<style>
span { border-color: #74B192; }
span { border-color: rgb(116,177,146); }
td.TdClassName
{
border-color: #74B192;
}
.TagClassName
{
border-color: #74B192;
}
</style>