Shades of Acapulco #65AB8C
Tints of Acapulco #65AB8C
RGB
CMYK
RGB Variations
Color information
#65AB8C (or 0x65AB8C) is known color: Acapulco. HEX triplet: 65, AB and 8C. RGB value is (101,171,140). Sum of RGB (Red+Green+Blue) = 101+171+140=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB8C is #9A5473. Grayscale: #929292. Windows color (decimal): -10114164 or 9218917. OLE color: 9218917.
HSL color Cylindrical-coordinate representation of color #65AB8C: hue angle of 153.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AB8C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 140 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.33 |
| HSL | 153.43º | 0.29% | 0.53% | - |
| HSV(B) | 153.43º | 0.41% | 0.67% | - |
| XYZ | 24.66 | 33.79 | 30.03 | - |
| YUV | 146.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 140 | 0.41 | 0 | 0.18 | 0.33 | 153.43 | 0.29 | 0.53 |
| Hex | 65 | AB | 8C | 29 | 0 | 12 | 21 | 99 | 1D | 35 |
| Octal | 145 | 253 | 214 | 51 | 0 | 22 | 41 | 231 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10001100 | 101001 | 0 | 10010 | 100001 | 10011001 | 11101 | 110101 |
Color Harmonies of #65AB8C
Complementary color
Monochromatic Colors of #65AB8C
Black with #65AB8C
Text Example
Text Example
White with #65AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB8C; }
p { color: rgb(101,171,140); }
H1.HeaderClassName
{
color: #65AB8C;
}
.AnyTagClassName
{
color: #65AB8C;
}
</style>
background-color css
<style>
a { background-color: #65AB8C; }
a { background-color: rgb(101,171,140); }
div.DivClassName
{
background-color: #65AB8C;
}
.BgClassName
{
background-color: #65AB8C;
}
</style>
border-color css
<style>
span { border-color: #65AB8C; }
span { border-color: rgb(101,171,140); }
td.TdClassName
{
border-color: #65AB8C;
}
.TagClassName
{
border-color: #65AB8C;
}
</style>