Shades of Acapulco #6EB09A
Tints of Acapulco #6EB09A
RGB
CMYK
RGB Variations
Color information
#6EB09A (or 0x6EB09A) is known color: Acapulco. HEX triplet: 6E, B0 and 9A. RGB value is (110,176,154). Sum of RGB (Red+Green+Blue) = 110+176+154=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #6EB09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB09A is #914F65. Grayscale: #999999. Windows color (decimal): -9523046 or 10137710. OLE color: 10137710.
HSL color Cylindrical-coordinate representation of color #6EB09A: hue angle of 160º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB09A is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 176 | 154 | - |
| CMYK | 0.37 | 0 | 0.12 | 0.31 |
| HSL | 160º | 0.29% | 0.56% | - |
| HSV(B) | 160º | 0.38% | 0.69% | - |
| XYZ | 27.79 | 36.7 | 36.19 | - |
| YUV | 153.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 176 | 154 | 0.37 | 0 | 0.12 | 0.31 | 160 | 0.29 | 0.56 |
| Hex | 6E | B0 | 9A | 25 | 0 | C | 1F | A0 | 1D | 38 |
| Octal | 156 | 260 | 232 | 45 | 0 | 14 | 37 | 240 | 35 | 70 |
| Binary | 1101110 | 10110000 | 10011010 | 100101 | 0 | 1100 | 11111 | 10100000 | 11101 | 111000 |
Color Harmonies of #6EB09A
Complementary color
Monochromatic Colors of #6EB09A
Black with #6EB09A
Text Example
Text Example
White with #6EB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB09A; }
p { color: rgb(110,176,154); }
H1.HeaderClassName
{
color: #6EB09A;
}
.AnyTagClassName
{
color: #6EB09A;
}
</style>
background-color css
<style>
a { background-color: #6EB09A; }
a { background-color: rgb(110,176,154); }
div.DivClassName
{
background-color: #6EB09A;
}
.BgClassName
{
background-color: #6EB09A;
}
</style>
border-color css
<style>
span { border-color: #6EB09A; }
span { border-color: rgb(110,176,154); }
td.TdClassName
{
border-color: #6EB09A;
}
.TagClassName
{
border-color: #6EB09A;
}
</style>