Shades of Acapulco #74BC9E
Tints of Acapulco #74BC9E
RGB
CMYK
RGB Variations
Color information
#74BC9E (or 0x74BC9E) is known color: Acapulco. HEX triplet: 74, BC and 9E. RGB value is (116,188,158). Sum of RGB (Red+Green+Blue) = 116+188+158=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BC9E is #8B4361. Grayscale: #A3A3A3. Windows color (decimal): -9126754 or 10402932. OLE color: 10402932.
HSL color Cylindrical-coordinate representation of color #74BC9E: hue angle of 155º 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 #74BC9E is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 158 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.26 |
| HSL | 155º | 0.35% | 0.6% | - |
| HSV(B) | 155º | 0.38% | 0.74% | - |
| XYZ | 31.36 | 42.15 | 38.83 | - |
| YUV | 163.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 158 | 0.38 | 0 | 0.16 | 0.26 | 155 | 0.35 | 0.6 |
| Hex | 74 | BC | 9E | 26 | 0 | 10 | 1A | 9B | 23 | 3C |
| Octal | 164 | 274 | 236 | 46 | 0 | 20 | 32 | 233 | 43 | 74 |
| Binary | 1110100 | 10111100 | 10011110 | 100110 | 0 | 10000 | 11010 | 10011011 | 100011 | 111100 |
Color Harmonies of #74BC9E
Complementary color
Monochromatic Colors of #74BC9E
Black with #74BC9E
Text Example
Text Example
White with #74BC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC9E; }
p { color: rgb(116,188,158); }
H1.HeaderClassName
{
color: #74BC9E;
}
.AnyTagClassName
{
color: #74BC9E;
}
</style>
background-color css
<style>
a { background-color: #74BC9E; }
a { background-color: rgb(116,188,158); }
div.DivClassName
{
background-color: #74BC9E;
}
.BgClassName
{
background-color: #74BC9E;
}
</style>
border-color css
<style>
span { border-color: #74BC9E; }
span { border-color: rgb(116,188,158); }
td.TdClassName
{
border-color: #74BC9E;
}
.TagClassName
{
border-color: #74BC9E;
}
</style>