Shades of Acapulco #6FAB8C
Tints of Acapulco #6FAB8C
RGB
CMYK
RGB Variations
Color information
#6FAB8C (or 0x6FAB8C) is known color: Acapulco. HEX triplet: 6F, AB and 8C. RGB value is (111,171,140). Sum of RGB (Red+Green+Blue) = 111+171+140=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB8C is #905473. Grayscale: #959595. Windows color (decimal): -9458804 or 9218927. OLE color: 9218927.
HSL color Cylindrical-coordinate representation of color #6FAB8C: hue angle of 149º 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 #6FAB8C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 171 | 140 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.33 |
| HSL | 149º | 0.26% | 0.55% | - |
| HSV(B) | 149º | 0.35% | 0.67% | - |
| XYZ | 25.85 | 34.4 | 30.09 | - |
| YUV | 149.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 140 | 0.35 | 0 | 0.18 | 0.33 | 149 | 0.26 | 0.55 |
| Hex | 6F | AB | 8C | 23 | 0 | 12 | 21 | 95 | 1A | 37 |
| Octal | 157 | 253 | 214 | 43 | 0 | 22 | 41 | 225 | 32 | 67 |
| Binary | 1101111 | 10101011 | 10001100 | 100011 | 0 | 10010 | 100001 | 10010101 | 11010 | 110111 |
Color Harmonies of #6FAB8C
Complementary color
Monochromatic Colors of #6FAB8C
Black with #6FAB8C
Text Example
Text Example
White with #6FAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAB8C; }
p { color: rgb(111,171,140); }
H1.HeaderClassName
{
color: #6FAB8C;
}
.AnyTagClassName
{
color: #6FAB8C;
}
</style>
background-color css
<style>
a { background-color: #6FAB8C; }
a { background-color: rgb(111,171,140); }
div.DivClassName
{
background-color: #6FAB8C;
}
.BgClassName
{
background-color: #6FAB8C;
}
</style>
border-color css
<style>
span { border-color: #6FAB8C; }
span { border-color: rgb(111,171,140); }
td.TdClassName
{
border-color: #6FAB8C;
}
.TagClassName
{
border-color: #6FAB8C;
}
</style>