Shades of Acapulco #6FAA8D
Tints of Acapulco #6FAA8D
RGB
CMYK
RGB Variations
Color information
#6FAA8D (or 0x6FAA8D) is known color: Acapulco. HEX triplet: 6F, AA and 8D. RGB value is (111,170,141). Sum of RGB (Red+Green+Blue) = 111+170+141=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAA8D is #905572. Grayscale: #959595. Windows color (decimal): -9459059 or 9284207. OLE color: 9284207.
HSL color Cylindrical-coordinate representation of color #6FAA8D: hue angle of 150.51º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA8D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 141 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.33 |
| HSL | 150.51º | 0.26% | 0.55% | - |
| HSV(B) | 150.51º | 0.35% | 0.67% | - |
| XYZ | 25.74 | 34.05 | 30.42 | - |
| YUV | 149.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 141 | 0.35 | 0 | 0.17 | 0.33 | 150.51 | 0.26 | 0.55 |
| Hex | 6F | AA | 8D | 23 | 0 | 11 | 21 | 97 | 1A | 37 |
| Octal | 157 | 252 | 215 | 43 | 0 | 21 | 41 | 227 | 32 | 67 |
| Binary | 1101111 | 10101010 | 10001101 | 100011 | 0 | 10001 | 100001 | 10010111 | 11010 | 110111 |
Color Harmonies of #6FAA8D
Complementary color
Monochromatic Colors of #6FAA8D
Black with #6FAA8D
Text Example
Text Example
White with #6FAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA8D; }
p { color: rgb(111,170,141); }
H1.HeaderClassName
{
color: #6FAA8D;
}
.AnyTagClassName
{
color: #6FAA8D;
}
</style>
background-color css
<style>
a { background-color: #6FAA8D; }
a { background-color: rgb(111,170,141); }
div.DivClassName
{
background-color: #6FAA8D;
}
.BgClassName
{
background-color: #6FAA8D;
}
</style>
border-color css
<style>
span { border-color: #6FAA8D; }
span { border-color: rgb(111,170,141); }
td.TdClassName
{
border-color: #6FAA8D;
}
.TagClassName
{
border-color: #6FAA8D;
}
</style>