Shades of Acapulco #6FA18C
Tints of Acapulco #6FA18C
RGB
CMYK
RGB Variations
Color information
#6FA18C (or 0x6FA18C) is known color: Acapulco. HEX triplet: 6F, A1 and 8C. RGB value is (111,161,140). Sum of RGB (Red+Green+Blue) = 111+161+140=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA18C is #905E73. Grayscale: #8F8F8F. Windows color (decimal): -9461364 or 9216367. OLE color: 9216367.
HSL color Cylindrical-coordinate representation of color #6FA18C: hue angle of 154.8º 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 #6FA18C is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 140 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.37 |
| HSL | 154.8º | 0.21% | 0.53% | - |
| HSV(B) | 154.8º | 0.31% | 0.63% | - |
| XYZ | 24.03 | 30.76 | 29.48 | - |
| YUV | 143.66 | 125.94 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 140 | 0.31 | 0 | 0.13 | 0.37 | 154.8 | 0.21 | 0.53 |
| Hex | 6F | A1 | 8C | 1F | 0 | D | 25 | 9B | 15 | 35 |
| Octal | 157 | 241 | 214 | 37 | 0 | 15 | 45 | 233 | 25 | 65 |
| Binary | 1101111 | 10100001 | 10001100 | 11111 | 0 | 1101 | 100101 | 10011011 | 10101 | 110101 |
Color Harmonies of #6FA18C
Complementary color
Monochromatic Colors of #6FA18C
Black with #6FA18C
Text Example
Text Example
White with #6FA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA18C; }
p { color: rgb(111,161,140); }
H1.HeaderClassName
{
color: #6FA18C;
}
.AnyTagClassName
{
color: #6FA18C;
}
</style>
background-color css
<style>
a { background-color: #6FA18C; }
a { background-color: rgb(111,161,140); }
div.DivClassName
{
background-color: #6FA18C;
}
.BgClassName
{
background-color: #6FA18C;
}
</style>
border-color css
<style>
span { border-color: #6FA18C; }
span { border-color: rgb(111,161,140); }
td.TdClassName
{
border-color: #6FA18C;
}
.TagClassName
{
border-color: #6FA18C;
}
</style>