Shades of Acapulco #7BAD9D
Tints of Acapulco #7BAD9D
RGB
CMYK
RGB Variations
Color information
#7BAD9D (or 0x7BAD9D) is known color: Acapulco. HEX triplet: 7B, AD and 9D. RGB value is (123,173,157). Sum of RGB (Red+Green+Blue) = 123+173+157=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD9D is #845262. Grayscale: #9C9C9C. Windows color (decimal): -8671843 or 10333563. OLE color: 10333563.
HSL color Cylindrical-coordinate representation of color #7BAD9D: hue angle of 160.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAD9D is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 157 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.32 |
| HSL | 160.8º | 0.23% | 0.58% | - |
| HSV(B) | 160.8º | 0.29% | 0.68% | - |
| XYZ | 29.2 | 36.53 | 37.41 | - |
| YUV | 156.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 157 | 0.29 | 0 | 0.09 | 0.32 | 160.8 | 0.23 | 0.58 |
| Hex | 7B | AD | 9D | 1D | 0 | 9 | 20 | A1 | 17 | 3A |
| Octal | 173 | 255 | 235 | 35 | 0 | 11 | 40 | 241 | 27 | 72 |
| Binary | 1111011 | 10101101 | 10011101 | 11101 | 0 | 1001 | 100000 | 10100001 | 10111 | 111010 |
Color Harmonies of #7BAD9D
Complementary color
Monochromatic Colors of #7BAD9D
Black with #7BAD9D
Text Example
Text Example
White with #7BAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD9D; }
p { color: rgb(123,173,157); }
H1.HeaderClassName
{
color: #7BAD9D;
}
.AnyTagClassName
{
color: #7BAD9D;
}
</style>
background-color css
<style>
a { background-color: #7BAD9D; }
a { background-color: rgb(123,173,157); }
div.DivClassName
{
background-color: #7BAD9D;
}
.BgClassName
{
background-color: #7BAD9D;
}
</style>
border-color css
<style>
span { border-color: #7BAD9D; }
span { border-color: rgb(123,173,157); }
td.TdClassName
{
border-color: #7BAD9D;
}
.TagClassName
{
border-color: #7BAD9D;
}
</style>