Shades of Acapulco #62AA8C
Tints of Acapulco #62AA8C
RGB
CMYK
RGB Variations
Color information
#62AA8C (or 0x62AA8C) is known color: Acapulco. HEX triplet: 62, AA and 8C. RGB value is (98,170,140). Sum of RGB (Red+Green+Blue) = 98+170+140=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #62AA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AA8C is #9D5573. Grayscale: #919191. Windows color (decimal): -10311028 or 9218658. OLE color: 9218658.
HSL color Cylindrical-coordinate representation of color #62AA8C: hue angle of 155º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AA8C is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 170 | 140 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.33 |
| HSL | 155º | 0.3% | 0.53% | - |
| HSV(B) | 155º | 0.42% | 0.67% | - |
| XYZ | 24.15 | 33.24 | 29.95 | - |
| YUV | 145.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 140 | 0.42 | 0 | 0.18 | 0.33 | 155 | 0.3 | 0.53 |
| Hex | 62 | AA | 8C | 2A | 0 | 12 | 21 | 9B | 1E | 35 |
| Octal | 142 | 252 | 214 | 52 | 0 | 22 | 41 | 233 | 36 | 65 |
| Binary | 1100010 | 10101010 | 10001100 | 101010 | 0 | 10010 | 100001 | 10011011 | 11110 | 110101 |
Color Harmonies of #62AA8C
Complementary color
Monochromatic Colors of #62AA8C
Black with #62AA8C
Text Example
Text Example
White with #62AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AA8C; }
p { color: rgb(98,170,140); }
H1.HeaderClassName
{
color: #62AA8C;
}
.AnyTagClassName
{
color: #62AA8C;
}
</style>
background-color css
<style>
a { background-color: #62AA8C; }
a { background-color: rgb(98,170,140); }
div.DivClassName
{
background-color: #62AA8C;
}
.BgClassName
{
background-color: #62AA8C;
}
</style>
border-color css
<style>
span { border-color: #62AA8C; }
span { border-color: rgb(98,170,140); }
td.TdClassName
{
border-color: #62AA8C;
}
.TagClassName
{
border-color: #62AA8C;
}
</style>