Shades of Acapulco #76BCA0
Tints of Acapulco #76BCA0
RGB
CMYK
RGB Variations
Color information
#76BCA0 (or 0x76BCA0) is known color: Acapulco. HEX triplet: 76, BC and A0. RGB value is (118,188,160). Sum of RGB (Red+Green+Blue) = 118+188+160=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCA0 is #89435F. Grayscale: #A3A3A3. Windows color (decimal): -8995680 or 10534006. OLE color: 10534006.
HSL color Cylindrical-coordinate representation of color #76BCA0: hue angle of 156º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCA0 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 188 | 160 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.26 |
| HSL | 156º | 0.34% | 0.6% | - |
| HSV(B) | 156º | 0.37% | 0.74% | - |
| XYZ | 31.8 | 42.36 | 39.76 | - |
| YUV | 163.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 188 | 160 | 0.37 | 0 | 0.15 | 0.26 | 156 | 0.34 | 0.6 |
| Hex | 76 | BC | A0 | 25 | 0 | F | 1A | 9C | 22 | 3C |
| Octal | 166 | 274 | 240 | 45 | 0 | 17 | 32 | 234 | 42 | 74 |
| Binary | 1110110 | 10111100 | 10100000 | 100101 | 0 | 1111 | 11010 | 10011100 | 100010 | 111100 |
Color Harmonies of #76BCA0
Complementary color
Monochromatic Colors of #76BCA0
Black with #76BCA0
Text Example
Text Example
White with #76BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BCA0; }
p { color: rgb(118,188,160); }
H1.HeaderClassName
{
color: #76BCA0;
}
.AnyTagClassName
{
color: #76BCA0;
}
</style>
background-color css
<style>
a { background-color: #76BCA0; }
a { background-color: rgb(118,188,160); }
div.DivClassName
{
background-color: #76BCA0;
}
.BgClassName
{
background-color: #76BCA0;
}
</style>
border-color css
<style>
span { border-color: #76BCA0; }
span { border-color: rgb(118,188,160); }
td.TdClassName
{
border-color: #76BCA0;
}
.TagClassName
{
border-color: #76BCA0;
}
</style>