Shades of Acapulco #74BA9C
Tints of Acapulco #74BA9C
RGB
CMYK
RGB Variations
Color information
#74BA9C (or 0x74BA9C) is known color: Acapulco. HEX triplet: 74, BA and 9C. RGB value is (116,186,156). Sum of RGB (Red+Green+Blue) = 116+186+156=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BA9C is #8B4563. Grayscale: #A1A1A1. Windows color (decimal): -9127268 or 10271348. OLE color: 10271348.
HSL color Cylindrical-coordinate representation of color #74BA9C: hue angle of 154.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BA9C is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 186 | 156 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.27 |
| HSL | 154.29º | 0.34% | 0.59% | - |
| HSV(B) | 154.29º | 0.38% | 0.73% | - |
| XYZ | 30.76 | 41.23 | 37.79 | - |
| YUV | 161.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 156 | 0.38 | 0 | 0.16 | 0.27 | 154.29 | 0.34 | 0.59 |
| Hex | 74 | BA | 9C | 26 | 0 | 10 | 1B | 9A | 22 | 3B |
| Octal | 164 | 272 | 234 | 46 | 0 | 20 | 33 | 232 | 42 | 73 |
| Binary | 1110100 | 10111010 | 10011100 | 100110 | 0 | 10000 | 11011 | 10011010 | 100010 | 111011 |
Color Harmonies of #74BA9C
Complementary color
Monochromatic Colors of #74BA9C
Black with #74BA9C
Text Example
Text Example
White with #74BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BA9C; }
p { color: rgb(116,186,156); }
H1.HeaderClassName
{
color: #74BA9C;
}
.AnyTagClassName
{
color: #74BA9C;
}
</style>
background-color css
<style>
a { background-color: #74BA9C; }
a { background-color: rgb(116,186,156); }
div.DivClassName
{
background-color: #74BA9C;
}
.BgClassName
{
background-color: #74BA9C;
}
</style>
border-color css
<style>
span { border-color: #74BA9C; }
span { border-color: rgb(116,186,156); }
td.TdClassName
{
border-color: #74BA9C;
}
.TagClassName
{
border-color: #74BA9C;
}
</style>