Shades of Medium Aquamarine #6ADDA0
Tints of Medium Aquamarine #6ADDA0
RGB
CMYK
RGB Variations
Color information
#6ADDA0 (or 0x6ADDA0) is known color: Medium Aquamarine. HEX triplet: 6A, DD and A0. RGB value is (106,221,160). Sum of RGB (Red+Green+Blue) = 106+221+160=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDA0 is #95225F. Grayscale: #B3B3B3. Windows color (decimal): -9773664 or 10542442. OLE color: 10542442.
HSL color Cylindrical-coordinate representation of color #6ADDA0: hue angle of 148.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDA0 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 160 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.13 |
| HSL | 148.17º | 0.63% | 0.64% | - |
| HSV(B) | 148.17º | 0.52% | 0.87% | - |
| XYZ | 38.15 | 57.32 | 42.31 | - |
| YUV | 179.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 160 | 0.52 | 0 | 0.28 | 0.13 | 148.17 | 0.63 | 0.64 |
| Hex | 6A | DD | A0 | 34 | 0 | 1C | D | 94 | 3F | 40 |
| Octal | 152 | 335 | 240 | 64 | 0 | 34 | 15 | 224 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10100000 | 110100 | 0 | 11100 | 1101 | 10010100 | 111111 | 1000000 |
Color Harmonies of #6ADDA0
Complementary color
Monochromatic Colors of #6ADDA0
Black with #6ADDA0
Text Example
Text Example
White with #6ADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDA0; }
p { color: rgb(106,221,160); }
H1.HeaderClassName
{
color: #6ADDA0;
}
.AnyTagClassName
{
color: #6ADDA0;
}
</style>
background-color css
<style>
a { background-color: #6ADDA0; }
a { background-color: rgb(106,221,160); }
div.DivClassName
{
background-color: #6ADDA0;
}
.BgClassName
{
background-color: #6ADDA0;
}
</style>
border-color css
<style>
span { border-color: #6ADDA0; }
span { border-color: rgb(106,221,160); }
td.TdClassName
{
border-color: #6ADDA0;
}
.TagClassName
{
border-color: #6ADDA0;
}
</style>