Shades of Acapulco #7FB09D
Tints of Acapulco #7FB09D
RGB
CMYK
RGB Variations
Color information
#7FB09D (or 0x7FB09D) is known color: Acapulco. HEX triplet: 7F, B0 and 9D. RGB value is (127,176,157). Sum of RGB (Red+Green+Blue) = 127+176+157=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB09D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB09D is #804F62. Grayscale: #9F9F9F. Windows color (decimal): -8408931 or 10334335. OLE color: 10334335.
HSL color Cylindrical-coordinate representation of color #7FB09D: hue angle of 156.73º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB09D is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 157 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.31 |
| HSL | 156.73º | 0.24% | 0.59% | - |
| HSV(B) | 156.73º | 0.28% | 0.69% | - |
| XYZ | 30.36 | 38 | 37.63 | - |
| YUV | 159.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 157 | 0.28 | 0 | 0.11 | 0.31 | 156.73 | 0.24 | 0.59 |
| Hex | 7F | B0 | 9D | 1C | 0 | B | 1F | 9D | 18 | 3B |
| Octal | 177 | 260 | 235 | 34 | 0 | 13 | 37 | 235 | 30 | 73 |
| Binary | 1111111 | 10110000 | 10011101 | 11100 | 0 | 1011 | 11111 | 10011101 | 11000 | 111011 |
Color Harmonies of #7FB09D
Complementary color
Monochromatic Colors of #7FB09D
Black with #7FB09D
Text Example
Text Example
White with #7FB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB09D; }
p { color: rgb(127,176,157); }
H1.HeaderClassName
{
color: #7FB09D;
}
.AnyTagClassName
{
color: #7FB09D;
}
</style>
background-color css
<style>
a { background-color: #7FB09D; }
a { background-color: rgb(127,176,157); }
div.DivClassName
{
background-color: #7FB09D;
}
.BgClassName
{
background-color: #7FB09D;
}
</style>
border-color css
<style>
span { border-color: #7FB09D; }
span { border-color: rgb(127,176,157); }
td.TdClassName
{
border-color: #7FB09D;
}
.TagClassName
{
border-color: #7FB09D;
}
</style>