Shades of Medium Aquamarine #6ADDAA
Tints of Medium Aquamarine #6ADDAA
RGB
CMYK
RGB Variations
Color information
#6ADDAA (or 0x6ADDAA) is known color: Medium Aquamarine. HEX triplet: 6A, DD and AA. RGB value is (106,221,170). Sum of RGB (Red+Green+Blue) = 106+221+170=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDAA is #952255. Grayscale: #B4B4B4. Windows color (decimal): -9773654 or 11197802. OLE color: 11197802.
HSL color Cylindrical-coordinate representation of color #6ADDAA: hue angle of 153.39º 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 #6ADDAA is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 170 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.13 |
| HSL | 153.39º | 0.63% | 0.64% | - |
| HSV(B) | 153.39º | 0.52% | 0.87% | - |
| XYZ | 39.06 | 57.68 | 47.1 | - |
| YUV | 180.8 | 121.9 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 170 | 0.52 | 0 | 0.23 | 0.13 | 153.39 | 0.63 | 0.64 |
| Hex | 6A | DD | AA | 34 | 0 | 17 | D | 99 | 3F | 40 |
| Octal | 152 | 335 | 252 | 64 | 0 | 27 | 15 | 231 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10101010 | 110100 | 0 | 10111 | 1101 | 10011001 | 111111 | 1000000 |
Color Harmonies of #6ADDAA
Complementary color
Monochromatic Colors of #6ADDAA
Black with #6ADDAA
Text Example
Text Example
White with #6ADDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDAA; }
p { color: rgb(106,221,170); }
H1.HeaderClassName
{
color: #6ADDAA;
}
.AnyTagClassName
{
color: #6ADDAA;
}
</style>
background-color css
<style>
a { background-color: #6ADDAA; }
a { background-color: rgb(106,221,170); }
div.DivClassName
{
background-color: #6ADDAA;
}
.BgClassName
{
background-color: #6ADDAA;
}
</style>
border-color css
<style>
span { border-color: #6ADDAA; }
span { border-color: rgb(106,221,170); }
td.TdClassName
{
border-color: #6ADDAA;
}
.TagClassName
{
border-color: #6ADDAA;
}
</style>