Shades of Acapulco #6AAC96
Tints of Acapulco #6AAC96
RGB
CMYK
RGB Variations
Color information
#6AAC96 (or 0x6AAC96) is known color: Acapulco. HEX triplet: 6A, AC and 96. RGB value is (106,172,150). Sum of RGB (Red+Green+Blue) = 106+172+150=428 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.77% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAC96 is #955369. Grayscale: #959595. Windows color (decimal): -9786218 or 9874538. OLE color: 9874538.
HSL color Cylindrical-coordinate representation of color #6AAC96: hue angle of 160º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAC96 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 150 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.33 |
| HSL | 160º | 0.28% | 0.55% | - |
| HSV(B) | 160º | 0.38% | 0.67% | - |
| XYZ | 26.2 | 34.77 | 34.18 | - |
| YUV | 149.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 150 | 0.38 | 0 | 0.13 | 0.33 | 160 | 0.28 | 0.55 |
| Hex | 6A | AC | 96 | 26 | 0 | D | 21 | A0 | 1C | 37 |
| Octal | 152 | 254 | 226 | 46 | 0 | 15 | 41 | 240 | 34 | 67 |
| Binary | 1101010 | 10101100 | 10010110 | 100110 | 0 | 1101 | 100001 | 10100000 | 11100 | 110111 |
Color Harmonies of #6AAC96
Complementary color
Monochromatic Colors of #6AAC96
Black with #6AAC96
Text Example
Text Example
White with #6AAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAC96; }
p { color: rgb(106,172,150); }
H1.HeaderClassName
{
color: #6AAC96;
}
.AnyTagClassName
{
color: #6AAC96;
}
</style>
background-color css
<style>
a { background-color: #6AAC96; }
a { background-color: rgb(106,172,150); }
div.DivClassName
{
background-color: #6AAC96;
}
.BgClassName
{
background-color: #6AAC96;
}
</style>
border-color css
<style>
span { border-color: #6AAC96; }
span { border-color: rgb(106,172,150); }
td.TdClassName
{
border-color: #6AAC96;
}
.TagClassName
{
border-color: #6AAC96;
}
</style>