Shades of Acapulco #74AF9A
Tints of Acapulco #74AF9A
RGB
CMYK
RGB Variations
Color information
#74AF9A (or 0x74AF9A) is known color: Acapulco. HEX triplet: 74, AF and 9A. RGB value is (116,175,154). Sum of RGB (Red+Green+Blue) = 116+175+154=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AF9A is #8B5065. Grayscale: #9A9A9A. Windows color (decimal): -9130086 or 10137460. OLE color: 10137460.
HSL color Cylindrical-coordinate representation of color #74AF9A: hue angle of 158.64º 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 #74AF9A is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 154 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.31 |
| HSL | 158.64º | 0.27% | 0.57% | - |
| HSV(B) | 158.64º | 0.34% | 0.69% | - |
| XYZ | 28.37 | 36.71 | 36.16 | - |
| YUV | 154.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 154 | 0.34 | 0 | 0.12 | 0.31 | 158.64 | 0.27 | 0.57 |
| Hex | 74 | AF | 9A | 22 | 0 | C | 1F | 9F | 1B | 39 |
| Octal | 164 | 257 | 232 | 42 | 0 | 14 | 37 | 237 | 33 | 71 |
| Binary | 1110100 | 10101111 | 10011010 | 100010 | 0 | 1100 | 11111 | 10011111 | 11011 | 111001 |
Color Harmonies of #74AF9A
Complementary color
Monochromatic Colors of #74AF9A
Black with #74AF9A
Text Example
Text Example
White with #74AF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF9A; }
p { color: rgb(116,175,154); }
H1.HeaderClassName
{
color: #74AF9A;
}
.AnyTagClassName
{
color: #74AF9A;
}
</style>
background-color css
<style>
a { background-color: #74AF9A; }
a { background-color: rgb(116,175,154); }
div.DivClassName
{
background-color: #74AF9A;
}
.BgClassName
{
background-color: #74AF9A;
}
</style>
border-color css
<style>
span { border-color: #74AF9A; }
span { border-color: rgb(116,175,154); }
td.TdClassName
{
border-color: #74AF9A;
}
.TagClassName
{
border-color: #74AF9A;
}
</style>