Shades of Medium Aquamarine #6DC9A4
Tints of Medium Aquamarine #6DC9A4
RGB
CMYK
RGB Variations
Color information
#6DC9A4 (or 0x6DC9A4) is known color: Medium Aquamarine. HEX triplet: 6D, C9 and A4. RGB value is (109,201,164). Sum of RGB (Red+Green+Blue) = 109+201+164=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC9A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC9A4 is #92365B. Grayscale: #A9A9A9. Windows color (decimal): -9582172 or 10799469. OLE color: 10799469.
HSL color Cylindrical-coordinate representation of color #6DC9A4: hue angle of 155.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC9A4 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 164 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.21 |
| HSL | 155.87º | 0.46% | 0.61% | - |
| HSV(B) | 155.87º | 0.46% | 0.79% | - |
| XYZ | 33.89 | 47.7 | 42.54 | - |
| YUV | 169.27 | 125.02 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 164 | 0.46 | 0 | 0.18 | 0.21 | 155.87 | 0.46 | 0.61 |
| Hex | 6D | C9 | A4 | 2E | 0 | 12 | 15 | 9C | 2E | 3D |
| Octal | 155 | 311 | 244 | 56 | 0 | 22 | 25 | 234 | 56 | 75 |
| Binary | 1101101 | 11001001 | 10100100 | 101110 | 0 | 10010 | 10101 | 10011100 | 101110 | 111101 |
Color Harmonies of #6DC9A4
Complementary color
Monochromatic Colors of #6DC9A4
Black with #6DC9A4
Text Example
Text Example
White with #6DC9A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC9A4; }
p { color: rgb(109,201,164); }
H1.HeaderClassName
{
color: #6DC9A4;
}
.AnyTagClassName
{
color: #6DC9A4;
}
</style>
background-color css
<style>
a { background-color: #6DC9A4; }
a { background-color: rgb(109,201,164); }
div.DivClassName
{
background-color: #6DC9A4;
}
.BgClassName
{
background-color: #6DC9A4;
}
</style>
border-color css
<style>
span { border-color: #6DC9A4; }
span { border-color: rgb(109,201,164); }
td.TdClassName
{
border-color: #6DC9A4;
}
.TagClassName
{
border-color: #6DC9A4;
}
</style>