Shades of Acapulco #6FAF8E
Tints of Acapulco #6FAF8E
RGB
CMYK
RGB Variations
Color information
#6FAF8E (or 0x6FAF8E) is known color: Acapulco. HEX triplet: 6F, AF and 8E. RGB value is (111,175,142). Sum of RGB (Red+Green+Blue) = 111+175+142=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF8E is #905071. Grayscale: #989898. Windows color (decimal): -9457778 or 9351023. OLE color: 9351023.
HSL color Cylindrical-coordinate representation of color #6FAF8E: hue angle of 149.06º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF8E is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 175 | 142 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.31 |
| HSL | 149.06º | 0.29% | 0.56% | - |
| HSV(B) | 149.06º | 0.37% | 0.69% | - |
| XYZ | 26.77 | 35.99 | 31.13 | - |
| YUV | 152.1 | 122.3 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 142 | 0.37 | 0 | 0.19 | 0.31 | 149.06 | 0.29 | 0.56 |
| Hex | 6F | AF | 8E | 25 | 0 | 13 | 1F | 95 | 1D | 38 |
| Octal | 157 | 257 | 216 | 45 | 0 | 23 | 37 | 225 | 35 | 70 |
| Binary | 1101111 | 10101111 | 10001110 | 100101 | 0 | 10011 | 11111 | 10010101 | 11101 | 111000 |
Color Harmonies of #6FAF8E
Complementary color
Monochromatic Colors of #6FAF8E
Black with #6FAF8E
Text Example
Text Example
White with #6FAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAF8E; }
p { color: rgb(111,175,142); }
H1.HeaderClassName
{
color: #6FAF8E;
}
.AnyTagClassName
{
color: #6FAF8E;
}
</style>
background-color css
<style>
a { background-color: #6FAF8E; }
a { background-color: rgb(111,175,142); }
div.DivClassName
{
background-color: #6FAF8E;
}
.BgClassName
{
background-color: #6FAF8E;
}
</style>
border-color css
<style>
span { border-color: #6FAF8E; }
span { border-color: rgb(111,175,142); }
td.TdClassName
{
border-color: #6FAF8E;
}
.TagClassName
{
border-color: #6FAF8E;
}
</style>