Shades of Acapulco #7CB19E
Tints of Acapulco #7CB19E
RGB
CMYK
RGB Variations
Color information
#7CB19E (or 0x7CB19E) is known color: Acapulco. HEX triplet: 7C, B1 and 9E. RGB value is (124,177,158). Sum of RGB (Red+Green+Blue) = 124+177+158=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB19E is #834E61. Grayscale: #9F9F9F. Windows color (decimal): -8605282 or 10400124. OLE color: 10400124.
HSL color Cylindrical-coordinate representation of color #7CB19E: hue angle of 158.49º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB19E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 158 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.31 |
| HSL | 158.49º | 0.25% | 0.59% | - |
| HSV(B) | 158.49º | 0.3% | 0.69% | - |
| XYZ | 30.21 | 38.2 | 38.13 | - |
| YUV | 158.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 158 | 0.30 | 0 | 0.11 | 0.31 | 158.49 | 0.25 | 0.59 |
| Hex | 7C | B1 | 9E | 1E | 0 | B | 1F | 9E | 19 | 3B |
| Octal | 174 | 261 | 236 | 36 | 0 | 13 | 37 | 236 | 31 | 73 |
| Binary | 1111100 | 10110001 | 10011110 | 11110 | 0 | 1011 | 11111 | 10011110 | 11001 | 111011 |
Color Harmonies of #7CB19E
Complementary color
Monochromatic Colors of #7CB19E
Black with #7CB19E
Text Example
Text Example
White with #7CB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB19E; }
p { color: rgb(124,177,158); }
H1.HeaderClassName
{
color: #7CB19E;
}
.AnyTagClassName
{
color: #7CB19E;
}
</style>
background-color css
<style>
a { background-color: #7CB19E; }
a { background-color: rgb(124,177,158); }
div.DivClassName
{
background-color: #7CB19E;
}
.BgClassName
{
background-color: #7CB19E;
}
</style>
border-color css
<style>
span { border-color: #7CB19E; }
span { border-color: rgb(124,177,158); }
td.TdClassName
{
border-color: #7CB19E;
}
.TagClassName
{
border-color: #7CB19E;
}
</style>