Shades of Acapulco #6EAF8D
Tints of Acapulco #6EAF8D
RGB
CMYK
RGB Variations
Color information
#6EAF8D (or 0x6EAF8D) is known color: Acapulco. HEX triplet: 6E, AF and 8D. RGB value is (110,175,141). Sum of RGB (Red+Green+Blue) = 110+175+141=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF8D is #915072. Grayscale: #979797. Windows color (decimal): -9523315 or 9285486. OLE color: 9285486.
HSL color Cylindrical-coordinate representation of color #6EAF8D: hue angle of 148.62º 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 #6EAF8D is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 175 | 141 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.31 |
| HSL | 148.62º | 0.29% | 0.56% | - |
| HSV(B) | 148.62º | 0.37% | 0.69% | - |
| XYZ | 26.57 | 35.9 | 30.73 | - |
| YUV | 151.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 141 | 0.37 | 0 | 0.19 | 0.31 | 148.62 | 0.29 | 0.56 |
| Hex | 6E | AF | 8D | 25 | 0 | 13 | 1F | 95 | 1D | 38 |
| Octal | 156 | 257 | 215 | 45 | 0 | 23 | 37 | 225 | 35 | 70 |
| Binary | 1101110 | 10101111 | 10001101 | 100101 | 0 | 10011 | 11111 | 10010101 | 11101 | 111000 |
Color Harmonies of #6EAF8D
Complementary color
Monochromatic Colors of #6EAF8D
Black with #6EAF8D
Text Example
Text Example
White with #6EAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAF8D; }
p { color: rgb(110,175,141); }
H1.HeaderClassName
{
color: #6EAF8D;
}
.AnyTagClassName
{
color: #6EAF8D;
}
</style>
background-color css
<style>
a { background-color: #6EAF8D; }
a { background-color: rgb(110,175,141); }
div.DivClassName
{
background-color: #6EAF8D;
}
.BgClassName
{
background-color: #6EAF8D;
}
</style>
border-color css
<style>
span { border-color: #6EAF8D; }
span { border-color: rgb(110,175,141); }
td.TdClassName
{
border-color: #6EAF8D;
}
.TagClassName
{
border-color: #6EAF8D;
}
</style>