Shades of Acapulco #74AB92
Tints of Acapulco #74AB92
RGB
CMYK
RGB Variations
Color information
#74AB92 (or 0x74AB92) is known color: Acapulco. HEX triplet: 74, AB and 92. RGB value is (116,171,146). Sum of RGB (Red+Green+Blue) = 116+171+146=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AB92 is #8B546D. Grayscale: #979797. Windows color (decimal): -9131118 or 9612148. OLE color: 9612148.
HSL color Cylindrical-coordinate representation of color #74AB92: hue angle of 152.73º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AB92 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 146 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.33 |
| HSL | 152.73º | 0.25% | 0.56% | - |
| HSV(B) | 152.73º | 0.32% | 0.67% | - |
| XYZ | 26.95 | 34.91 | 32.51 | - |
| YUV | 151.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 146 | 0.32 | 0 | 0.15 | 0.33 | 152.73 | 0.25 | 0.56 |
| Hex | 74 | AB | 92 | 20 | 0 | F | 21 | 99 | 19 | 38 |
| Octal | 164 | 253 | 222 | 40 | 0 | 17 | 41 | 231 | 31 | 70 |
| Binary | 1110100 | 10101011 | 10010010 | 100000 | 0 | 1111 | 100001 | 10011001 | 11001 | 111000 |
Color Harmonies of #74AB92
Complementary color
Monochromatic Colors of #74AB92
Black with #74AB92
Text Example
Text Example
White with #74AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB92; }
p { color: rgb(116,171,146); }
H1.HeaderClassName
{
color: #74AB92;
}
.AnyTagClassName
{
color: #74AB92;
}
</style>
background-color css
<style>
a { background-color: #74AB92; }
a { background-color: rgb(116,171,146); }
div.DivClassName
{
background-color: #74AB92;
}
.BgClassName
{
background-color: #74AB92;
}
</style>
border-color css
<style>
span { border-color: #74AB92; }
span { border-color: rgb(116,171,146); }
td.TdClassName
{
border-color: #74AB92;
}
.TagClassName
{
border-color: #74AB92;
}
</style>