Shades of Acapulco #74BCA0
Tints of Acapulco #74BCA0
RGB
CMYK
RGB Variations
Color information
#74BCA0 (or 0x74BCA0) is known color: Acapulco. HEX triplet: 74, BC and A0. RGB value is (116,188,160). Sum of RGB (Red+Green+Blue) = 116+188+160=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #74BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BCA0 is #8B435F. Grayscale: #A3A3A3. Windows color (decimal): -9126752 or 10534004. OLE color: 10534004.
HSL color Cylindrical-coordinate representation of color #74BCA0: hue angle of 156.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BCA0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 160 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.26 |
| HSL | 156.67º | 0.35% | 0.6% | - |
| HSV(B) | 156.67º | 0.38% | 0.74% | - |
| XYZ | 31.53 | 42.22 | 39.74 | - |
| YUV | 163.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 160 | 0.38 | 0 | 0.15 | 0.26 | 156.67 | 0.35 | 0.6 |
| Hex | 74 | BC | A0 | 26 | 0 | F | 1A | 9D | 23 | 3C |
| Octal | 164 | 274 | 240 | 46 | 0 | 17 | 32 | 235 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10100000 | 100110 | 0 | 1111 | 11010 | 10011101 | 100011 | 111100 |
Color Harmonies of #74BCA0
Complementary color
Monochromatic Colors of #74BCA0
Black with #74BCA0
Text Example
Text Example
White with #74BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCA0; }
p { color: rgb(116,188,160); }
H1.HeaderClassName
{
color: #74BCA0;
}
.AnyTagClassName
{
color: #74BCA0;
}
</style>
background-color css
<style>
a { background-color: #74BCA0; }
a { background-color: rgb(116,188,160); }
div.DivClassName
{
background-color: #74BCA0;
}
.BgClassName
{
background-color: #74BCA0;
}
</style>
border-color css
<style>
span { border-color: #74BCA0; }
span { border-color: rgb(116,188,160); }
td.TdClassName
{
border-color: #74BCA0;
}
.TagClassName
{
border-color: #74BCA0;
}
</style>