Shades of Acapulco #6FA08B
Tints of Acapulco #6FA08B
RGB
CMYK
RGB Variations
Color information
#6FA08B (or 0x6FA08B) is known color: Acapulco. HEX triplet: 6F, A0 and 8B. RGB value is (111,160,139). Sum of RGB (Red+Green+Blue) = 111+160+139=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA08B is #905F74. Grayscale: #8E8E8E. Windows color (decimal): -9461621 or 9150575. OLE color: 9150575.
HSL color Cylindrical-coordinate representation of color #6FA08B: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA08B is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 139 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.37 |
| HSL | 154.29º | 0.21% | 0.53% | - |
| HSV(B) | 154.29º | 0.31% | 0.63% | - |
| XYZ | 23.79 | 30.39 | 29.04 | - |
| YUV | 142.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 139 | 0.31 | 0 | 0.13 | 0.37 | 154.29 | 0.21 | 0.53 |
| Hex | 6F | A0 | 8B | 1F | 0 | D | 25 | 9A | 15 | 35 |
| Octal | 157 | 240 | 213 | 37 | 0 | 15 | 45 | 232 | 25 | 65 |
| Binary | 1101111 | 10100000 | 10001011 | 11111 | 0 | 1101 | 100101 | 10011010 | 10101 | 110101 |
Color Harmonies of #6FA08B
Complementary color
Monochromatic Colors of #6FA08B
Black with #6FA08B
Text Example
Text Example
White with #6FA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA08B; }
p { color: rgb(111,160,139); }
H1.HeaderClassName
{
color: #6FA08B;
}
.AnyTagClassName
{
color: #6FA08B;
}
</style>
background-color css
<style>
a { background-color: #6FA08B; }
a { background-color: rgb(111,160,139); }
div.DivClassName
{
background-color: #6FA08B;
}
.BgClassName
{
background-color: #6FA08B;
}
</style>
border-color css
<style>
span { border-color: #6FA08B; }
span { border-color: rgb(111,160,139); }
td.TdClassName
{
border-color: #6FA08B;
}
.TagClassName
{
border-color: #6FA08B;
}
</style>