Shades of Acapulco #65A38E
Tints of Acapulco #65A38E
RGB
CMYK
RGB Variations
Color information
#65A38E (or 0x65A38E) is known color: Acapulco. HEX triplet: 65, A3 and 8E. RGB value is (101,163,142). Sum of RGB (Red+Green+Blue) = 101+163+142=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #65A38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A38E is #9A5C71. Grayscale: #8E8E8E. Windows color (decimal): -10116210 or 9347941. OLE color: 9347941.
HSL color Cylindrical-coordinate representation of color #65A38E: hue angle of 159.68º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A38E is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 142 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.36 |
| HSL | 159.68º | 0.25% | 0.52% | - |
| HSV(B) | 159.68º | 0.38% | 0.64% | - |
| XYZ | 23.35 | 30.91 | 30.33 | - |
| YUV | 142.07 | 127.96 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 142 | 0.38 | 0 | 0.13 | 0.36 | 159.68 | 0.25 | 0.52 |
| Hex | 65 | A3 | 8E | 26 | 0 | D | 24 | A0 | 19 | 34 |
| Octal | 145 | 243 | 216 | 46 | 0 | 15 | 44 | 240 | 31 | 64 |
| Binary | 1100101 | 10100011 | 10001110 | 100110 | 0 | 1101 | 100100 | 10100000 | 11001 | 110100 |
Color Harmonies of #65A38E
Complementary color
Monochromatic Colors of #65A38E
Black with #65A38E
Text Example
Text Example
White with #65A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A38E; }
p { color: rgb(101,163,142); }
H1.HeaderClassName
{
color: #65A38E;
}
.AnyTagClassName
{
color: #65A38E;
}
</style>
background-color css
<style>
a { background-color: #65A38E; }
a { background-color: rgb(101,163,142); }
div.DivClassName
{
background-color: #65A38E;
}
.BgClassName
{
background-color: #65A38E;
}
</style>
border-color css
<style>
span { border-color: #65A38E; }
span { border-color: rgb(101,163,142); }
td.TdClassName
{
border-color: #65A38E;
}
.TagClassName
{
border-color: #65A38E;
}
</style>