Shades of Acapulco #799F90
Tints of Acapulco #799F90
RGB
CMYK
RGB Variations
Color information
#799F90 (or 0x799F90) is known color: Acapulco. HEX triplet: 79, 9F and 90. RGB value is (121,159,144). Sum of RGB (Red+Green+Blue) = 121+159+144=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #799F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F90 is #86606F. Grayscale: #919191. Windows color (decimal): -8806512 or 9478009. OLE color: 9478009.
HSL color Cylindrical-coordinate representation of color #799F90: hue angle of 156.32º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F90 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 144 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.38 |
| HSL | 156.32º | 0.17% | 0.55% | - |
| HSV(B) | 156.32º | 0.24% | 0.62% | - |
| XYZ | 25.32 | 30.87 | 31.01 | - |
| YUV | 145.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 144 | 0.24 | 0 | 0.09 | 0.38 | 156.32 | 0.17 | 0.55 |
| Hex | 79 | 9F | 90 | 18 | 0 | 9 | 26 | 9C | 11 | 37 |
| Octal | 171 | 237 | 220 | 30 | 0 | 11 | 46 | 234 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10010000 | 11000 | 0 | 1001 | 100110 | 10011100 | 10001 | 110111 |
Color Harmonies of #799F90
Complementary color
Monochromatic Colors of #799F90
Black with #799F90
Text Example
Text Example
White with #799F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F90; }
p { color: rgb(121,159,144); }
H1.HeaderClassName
{
color: #799F90;
}
.AnyTagClassName
{
color: #799F90;
}
</style>
background-color css
<style>
a { background-color: #799F90; }
a { background-color: rgb(121,159,144); }
div.DivClassName
{
background-color: #799F90;
}
.BgClassName
{
background-color: #799F90;
}
</style>
border-color css
<style>
span { border-color: #799F90; }
span { border-color: rgb(121,159,144); }
td.TdClassName
{
border-color: #799F90;
}
.TagClassName
{
border-color: #799F90;
}
</style>