Shades of Acapulco #73AF9A
Tints of Acapulco #73AF9A
RGB
CMYK
RGB Variations
Color information
#73AF9A (or 0x73AF9A) is known color: Acapulco. HEX triplet: 73, AF and 9A. RGB value is (115,175,154). Sum of RGB (Red+Green+Blue) = 115+175+154=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AF9A is #8C5065. Grayscale: #9A9A9A. Windows color (decimal): -9195622 or 10137459. OLE color: 10137459.
HSL color Cylindrical-coordinate representation of color #73AF9A: hue angle of 159º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF9A is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 154 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.31 |
| HSL | 159º | 0.27% | 0.57% | - |
| HSV(B) | 159º | 0.34% | 0.69% | - |
| XYZ | 28.23 | 36.64 | 36.16 | - |
| YUV | 154.67 | 127.62 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 154 | 0.34 | 0 | 0.12 | 0.31 | 159 | 0.27 | 0.57 |
| Hex | 73 | AF | 9A | 22 | 0 | C | 1F | 9F | 1B | 39 |
| Octal | 163 | 257 | 232 | 42 | 0 | 14 | 37 | 237 | 33 | 71 |
| Binary | 1110011 | 10101111 | 10011010 | 100010 | 0 | 1100 | 11111 | 10011111 | 11011 | 111001 |
Color Harmonies of #73AF9A
Complementary color
Monochromatic Colors of #73AF9A
Black with #73AF9A
Text Example
Text Example
White with #73AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF9A; }
p { color: rgb(115,175,154); }
H1.HeaderClassName
{
color: #73AF9A;
}
.AnyTagClassName
{
color: #73AF9A;
}
</style>
background-color css
<style>
a { background-color: #73AF9A; }
a { background-color: rgb(115,175,154); }
div.DivClassName
{
background-color: #73AF9A;
}
.BgClassName
{
background-color: #73AF9A;
}
</style>
border-color css
<style>
span { border-color: #73AF9A; }
span { border-color: rgb(115,175,154); }
td.TdClassName
{
border-color: #73AF9A;
}
.TagClassName
{
border-color: #73AF9A;
}
</style>