Shades of Acapulco #6DA996
Tints of Acapulco #6DA996
RGB
CMYK
RGB Variations
Color information
#6DA996 (or 0x6DA996) is known color: Acapulco. HEX triplet: 6D, A9 and 96. RGB value is (109,169,150). Sum of RGB (Red+Green+Blue) = 109+169+150=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #6DA996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA996 is #925669. Grayscale: #949494. Windows color (decimal): -9590378 or 9873773. OLE color: 9873773.
HSL color Cylindrical-coordinate representation of color #6DA996: hue angle of 161º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DA996 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 169 | 150 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.34 |
| HSL | 161º | 0.26% | 0.55% | - |
| HSV(B) | 161º | 0.36% | 0.66% | - |
| XYZ | 26 | 33.83 | 34.01 | - |
| YUV | 148.89 | 128.62 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 169 | 150 | 0.36 | 0 | 0.11 | 0.34 | 161 | 0.26 | 0.55 |
| Hex | 6D | A9 | 96 | 24 | 0 | B | 22 | A1 | 1A | 37 |
| Octal | 155 | 251 | 226 | 44 | 0 | 13 | 42 | 241 | 32 | 67 |
| Binary | 1101101 | 10101001 | 10010110 | 100100 | 0 | 1011 | 100010 | 10100001 | 11010 | 110111 |
Color Harmonies of #6DA996
Complementary color
Monochromatic Colors of #6DA996
Black with #6DA996
Text Example
Text Example
White with #6DA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA996; }
p { color: rgb(109,169,150); }
H1.HeaderClassName
{
color: #6DA996;
}
.AnyTagClassName
{
color: #6DA996;
}
</style>
background-color css
<style>
a { background-color: #6DA996; }
a { background-color: rgb(109,169,150); }
div.DivClassName
{
background-color: #6DA996;
}
.BgClassName
{
background-color: #6DA996;
}
</style>
border-color css
<style>
span { border-color: #6DA996; }
span { border-color: rgb(109,169,150); }
td.TdClassName
{
border-color: #6DA996;
}
.TagClassName
{
border-color: #6DA996;
}
</style>