Shades of Acapulco #6AAB91
Tints of Acapulco #6AAB91
RGB
CMYK
RGB Variations
Color information
#6AAB91 (or 0x6AAB91) is known color: Acapulco. HEX triplet: 6A, AB and 91. RGB value is (106,171,145). Sum of RGB (Red+Green+Blue) = 106+171+145=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB91 is #95546E. Grayscale: #949494. Windows color (decimal): -9786479 or 9546602. OLE color: 9546602.
HSL color Cylindrical-coordinate representation of color #6AAB91: hue angle of 156º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB91 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 171 | 145 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.33 |
| HSL | 156º | 0.28% | 0.54% | - |
| HSV(B) | 156º | 0.38% | 0.67% | - |
| XYZ | 25.62 | 34.23 | 32.05 | - |
| YUV | 148.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 145 | 0.38 | 0 | 0.15 | 0.33 | 156 | 0.28 | 0.54 |
| Hex | 6A | AB | 91 | 26 | 0 | F | 21 | 9C | 1C | 36 |
| Octal | 152 | 253 | 221 | 46 | 0 | 17 | 41 | 234 | 34 | 66 |
| Binary | 1101010 | 10101011 | 10010001 | 100110 | 0 | 1111 | 100001 | 10011100 | 11100 | 110110 |
Color Harmonies of #6AAB91
Complementary color
Monochromatic Colors of #6AAB91
Black with #6AAB91
Text Example
Text Example
White with #6AAB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAB91; }
p { color: rgb(106,171,145); }
H1.HeaderClassName
{
color: #6AAB91;
}
.AnyTagClassName
{
color: #6AAB91;
}
</style>
background-color css
<style>
a { background-color: #6AAB91; }
a { background-color: rgb(106,171,145); }
div.DivClassName
{
background-color: #6AAB91;
}
.BgClassName
{
background-color: #6AAB91;
}
</style>
border-color css
<style>
span { border-color: #6AAB91; }
span { border-color: rgb(106,171,145); }
td.TdClassName
{
border-color: #6AAB91;
}
.TagClassName
{
border-color: #6AAB91;
}
</style>