Shades of Acapulco #6FA08E
Tints of Acapulco #6FA08E
RGB
CMYK
RGB Variations
Color information
#6FA08E (or 0x6FA08E) is known color: Acapulco. HEX triplet: 6F, A0 and 8E. RGB value is (111,160,142). Sum of RGB (Red+Green+Blue) = 111+160+142=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA08E is #905F71. Grayscale: #8F8F8F. Windows color (decimal): -9461618 or 9347183. OLE color: 9347183.
HSL color Cylindrical-coordinate representation of color #6FA08E: hue angle of 157.96º 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 #6FA08E is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 142 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.37 |
| HSL | 157.96º | 0.21% | 0.53% | - |
| HSV(B) | 157.96º | 0.31% | 0.63% | - |
| XYZ | 24.01 | 30.47 | 30.21 | - |
| YUV | 143.3 | 127.27 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 142 | 0.31 | 0 | 0.11 | 0.37 | 157.96 | 0.21 | 0.53 |
| Hex | 6F | A0 | 8E | 1F | 0 | B | 25 | 9E | 15 | 35 |
| Octal | 157 | 240 | 216 | 37 | 0 | 13 | 45 | 236 | 25 | 65 |
| Binary | 1101111 | 10100000 | 10001110 | 11111 | 0 | 1011 | 100101 | 10011110 | 10101 | 110101 |
Color Harmonies of #6FA08E
Complementary color
Monochromatic Colors of #6FA08E
Black with #6FA08E
Text Example
Text Example
White with #6FA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA08E; }
p { color: rgb(111,160,142); }
H1.HeaderClassName
{
color: #6FA08E;
}
.AnyTagClassName
{
color: #6FA08E;
}
</style>
background-color css
<style>
a { background-color: #6FA08E; }
a { background-color: rgb(111,160,142); }
div.DivClassName
{
background-color: #6FA08E;
}
.BgClassName
{
background-color: #6FA08E;
}
</style>
border-color css
<style>
span { border-color: #6FA08E; }
span { border-color: rgb(111,160,142); }
td.TdClassName
{
border-color: #6FA08E;
}
.TagClassName
{
border-color: #6FA08E;
}
</style>