Shades of Acapulco #74AB90
Tints of Acapulco #74AB90
RGB
CMYK
RGB Variations
Color information
#74AB90 (or 0x74AB90) is known color: Acapulco. HEX triplet: 74, AB and 90. RGB value is (116,171,144). Sum of RGB (Red+Green+Blue) = 116+171+144=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AB90 is #8B546F. Grayscale: #979797. Windows color (decimal): -9131120 or 9481076. OLE color: 9481076.
HSL color Cylindrical-coordinate representation of color #74AB90: hue angle of 150.55º 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 #74AB90 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 171 | 144 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.33 |
| HSL | 150.55º | 0.25% | 0.56% | - |
| HSV(B) | 150.55º | 0.32% | 0.67% | - |
| XYZ | 26.8 | 34.85 | 31.7 | - |
| YUV | 151.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 144 | 0.32 | 0 | 0.16 | 0.33 | 150.55 | 0.25 | 0.56 |
| Hex | 74 | AB | 90 | 20 | 0 | 10 | 21 | 97 | 19 | 38 |
| Octal | 164 | 253 | 220 | 40 | 0 | 20 | 41 | 227 | 31 | 70 |
| Binary | 1110100 | 10101011 | 10010000 | 100000 | 0 | 10000 | 100001 | 10010111 | 11001 | 111000 |
Color Harmonies of #74AB90
Complementary color
Monochromatic Colors of #74AB90
Black with #74AB90
Text Example
Text Example
White with #74AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AB90; }
p { color: rgb(116,171,144); }
H1.HeaderClassName
{
color: #74AB90;
}
.AnyTagClassName
{
color: #74AB90;
}
</style>
background-color css
<style>
a { background-color: #74AB90; }
a { background-color: rgb(116,171,144); }
div.DivClassName
{
background-color: #74AB90;
}
.BgClassName
{
background-color: #74AB90;
}
</style>
border-color css
<style>
span { border-color: #74AB90; }
span { border-color: rgb(116,171,144); }
td.TdClassName
{
border-color: #74AB90;
}
.TagClassName
{
border-color: #74AB90;
}
</style>