Shades of Acapulco #6DB496
Tints of Acapulco #6DB496
RGB
CMYK
RGB Variations
Color information
#6DB496 (or 0x6DB496) is known color: Acapulco. HEX triplet: 6D, B4 and 96. RGB value is (109,180,150). Sum of RGB (Red+Green+Blue) = 109+180+150=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB496 is #924B69. Grayscale: #9B9B9B. Windows color (decimal): -9587562 or 9876589. OLE color: 9876589.
HSL color Cylindrical-coordinate representation of color #6DB496: hue angle of 154.65º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6DB496 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 109 | 180 | 150 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.29 |
| HSL | 154.65º | 0.32% | 0.57% | - |
| HSV(B) | 154.65º | 0.39% | 0.71% | - |
| XYZ | 28.13 | 38.1 | 34.72 | - |
| YUV | 155.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 150 | 0.39 | 0 | 0.17 | 0.29 | 154.65 | 0.32 | 0.57 |
| Hex | 6D | B4 | 96 | 27 | 0 | 11 | 1D | 9B | 20 | 39 |
| Octal | 155 | 264 | 226 | 47 | 0 | 21 | 35 | 233 | 40 | 71 |
| Binary | 1101101 | 10110100 | 10010110 | 100111 | 0 | 10001 | 11101 | 10011011 | 100000 | 111001 |
Color Harmonies of #6DB496
Complementary color
Monochromatic Colors of #6DB496
Black with #6DB496
Text Example
Text Example
White with #6DB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB496; }
p { color: rgb(109,180,150); }
H1.HeaderClassName
{
color: #6DB496;
}
.AnyTagClassName
{
color: #6DB496;
}
</style>
background-color css
<style>
a { background-color: #6DB496; }
a { background-color: rgb(109,180,150); }
div.DivClassName
{
background-color: #6DB496;
}
.BgClassName
{
background-color: #6DB496;
}
</style>
border-color css
<style>
span { border-color: #6DB496; }
span { border-color: rgb(109,180,150); }
td.TdClassName
{
border-color: #6DB496;
}
.TagClassName
{
border-color: #6DB496;
}
</style>