Shades of Acapulco #79BBA0
Tints of Acapulco #79BBA0
RGB
CMYK
RGB Variations
Color information
#79BBA0 (or 0x79BBA0) is known color: Acapulco. HEX triplet: 79, BB and A0. RGB value is (121,187,160). Sum of RGB (Red+Green+Blue) = 121+187+160=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #79BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BBA0 is #86445F. Grayscale: #A4A4A4. Windows color (decimal): -8799328 or 10533753. OLE color: 10533753.
HSL color Cylindrical-coordinate representation of color #79BBA0: hue angle of 155.45º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BBA0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 187 | 160 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.27 |
| HSL | 155.45º | 0.33% | 0.6% | - |
| HSV(B) | 155.45º | 0.35% | 0.73% | - |
| XYZ | 32 | 42.14 | 39.71 | - |
| YUV | 164.19 | 125.63 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 160 | 0.35 | 0 | 0.14 | 0.27 | 155.45 | 0.33 | 0.6 |
| Hex | 79 | BB | A0 | 23 | 0 | E | 1B | 9B | 21 | 3C |
| Octal | 171 | 273 | 240 | 43 | 0 | 16 | 33 | 233 | 41 | 74 |
| Binary | 1111001 | 10111011 | 10100000 | 100011 | 0 | 1110 | 11011 | 10011011 | 100001 | 111100 |
Color Harmonies of #79BBA0
Complementary color
Monochromatic Colors of #79BBA0
Black with #79BBA0
Text Example
Text Example
White with #79BBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBA0; }
p { color: rgb(121,187,160); }
H1.HeaderClassName
{
color: #79BBA0;
}
.AnyTagClassName
{
color: #79BBA0;
}
</style>
background-color css
<style>
a { background-color: #79BBA0; }
a { background-color: rgb(121,187,160); }
div.DivClassName
{
background-color: #79BBA0;
}
.BgClassName
{
background-color: #79BBA0;
}
</style>
border-color css
<style>
span { border-color: #79BBA0; }
span { border-color: rgb(121,187,160); }
td.TdClassName
{
border-color: #79BBA0;
}
.TagClassName
{
border-color: #79BBA0;
}
</style>