Shades of Acapulco #65AD8D
Tints of Acapulco #65AD8D
RGB
CMYK
RGB Variations
Color information
#65AD8D (or 0x65AD8D) is known color: Acapulco. HEX triplet: 65, AD and 8D. RGB value is (101,173,141). Sum of RGB (Red+Green+Blue) = 101+173+141=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AD8D is #9A5272. Grayscale: #939393. Windows color (decimal): -10113651 or 9284965. OLE color: 9284965.
HSL color Cylindrical-coordinate representation of color #65AD8D: hue angle of 153.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD8D is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 141 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.32 |
| HSL | 153.33º | 0.31% | 0.54% | - |
| HSV(B) | 153.33º | 0.42% | 0.68% | - |
| XYZ | 25.12 | 34.58 | 30.55 | - |
| YUV | 147.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 141 | 0.42 | 0 | 0.18 | 0.32 | 153.33 | 0.31 | 0.54 |
| Hex | 65 | AD | 8D | 2A | 0 | 12 | 20 | 99 | 1F | 36 |
| Octal | 145 | 255 | 215 | 52 | 0 | 22 | 40 | 231 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10001101 | 101010 | 0 | 10010 | 100000 | 10011001 | 11111 | 110110 |
Color Harmonies of #65AD8D
Complementary color
Monochromatic Colors of #65AD8D
Black with #65AD8D
Text Example
Text Example
White with #65AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD8D; }
p { color: rgb(101,173,141); }
H1.HeaderClassName
{
color: #65AD8D;
}
.AnyTagClassName
{
color: #65AD8D;
}
</style>
background-color css
<style>
a { background-color: #65AD8D; }
a { background-color: rgb(101,173,141); }
div.DivClassName
{
background-color: #65AD8D;
}
.BgClassName
{
background-color: #65AD8D;
}
</style>
border-color css
<style>
span { border-color: #65AD8D; }
span { border-color: rgb(101,173,141); }
td.TdClassName
{
border-color: #65AD8D;
}
.TagClassName
{
border-color: #65AD8D;
}
</style>