Shades of Acapulco #62A58E
Tints of Acapulco #62A58E
RGB
CMYK
RGB Variations
Color information
#62A58E (or 0x62A58E) is known color: Acapulco. HEX triplet: 62, A5 and 8E. RGB value is (98,165,142). Sum of RGB (Red+Green+Blue) = 98+165+142=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #62A58E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A58E is #9D5A71. Grayscale: #8E8E8E. Windows color (decimal): -10312306 or 9348450. OLE color: 9348450.
HSL color Cylindrical-coordinate representation of color #62A58E: hue angle of 159.4º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A58E is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 165 | 142 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.35 |
| HSL | 159.4º | 0.27% | 0.52% | - |
| HSV(B) | 159.4º | 0.41% | 0.65% | - |
| XYZ | 23.37 | 31.46 | 30.43 | - |
| YUV | 142.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 142 | 0.41 | 0 | 0.14 | 0.35 | 159.4 | 0.27 | 0.52 |
| Hex | 62 | A5 | 8E | 29 | 0 | E | 23 | 9F | 1B | 34 |
| Octal | 142 | 245 | 216 | 51 | 0 | 16 | 43 | 237 | 33 | 64 |
| Binary | 1100010 | 10100101 | 10001110 | 101001 | 0 | 1110 | 100011 | 10011111 | 11011 | 110100 |
Color Harmonies of #62A58E
Complementary color
Monochromatic Colors of #62A58E
Black with #62A58E
Text Example
Text Example
White with #62A58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A58E; }
p { color: rgb(98,165,142); }
H1.HeaderClassName
{
color: #62A58E;
}
.AnyTagClassName
{
color: #62A58E;
}
</style>
background-color css
<style>
a { background-color: #62A58E; }
a { background-color: rgb(98,165,142); }
div.DivClassName
{
background-color: #62A58E;
}
.BgClassName
{
background-color: #62A58E;
}
</style>
border-color css
<style>
span { border-color: #62A58E; }
span { border-color: rgb(98,165,142); }
td.TdClassName
{
border-color: #62A58E;
}
.TagClassName
{
border-color: #62A58E;
}
</style>