Shades of Medium Aquamarine #6ADDA6
Tints of Medium Aquamarine #6ADDA6
RGB
CMYK
RGB Variations
Color information
#6ADDA6 (or 0x6ADDA6) is known color: Medium Aquamarine. HEX triplet: 6A, DD and A6. RGB value is (106,221,166). Sum of RGB (Red+Green+Blue) = 106+221+166=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDA6 is #952259. Grayscale: #B4B4B4. Windows color (decimal): -9773658 or 10935658. OLE color: 10935658.
HSL color Cylindrical-coordinate representation of color #6ADDA6: hue angle of 151.3º 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 #6ADDA6 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 166 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.13 |
| HSL | 151.3º | 0.63% | 0.64% | - |
| HSV(B) | 151.3º | 0.52% | 0.87% | - |
| XYZ | 38.68 | 57.53 | 45.14 | - |
| YUV | 180.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 166 | 0.52 | 0 | 0.25 | 0.13 | 151.3 | 0.63 | 0.64 |
| Hex | 6A | DD | A6 | 34 | 0 | 19 | D | 97 | 3F | 40 |
| Octal | 152 | 335 | 246 | 64 | 0 | 31 | 15 | 227 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10100110 | 110100 | 0 | 11001 | 1101 | 10010111 | 111111 | 1000000 |
Color Harmonies of #6ADDA6
Complementary color
Monochromatic Colors of #6ADDA6
Black with #6ADDA6
Text Example
Text Example
White with #6ADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDA6; }
p { color: rgb(106,221,166); }
H1.HeaderClassName
{
color: #6ADDA6;
}
.AnyTagClassName
{
color: #6ADDA6;
}
</style>
background-color css
<style>
a { background-color: #6ADDA6; }
a { background-color: rgb(106,221,166); }
div.DivClassName
{
background-color: #6ADDA6;
}
.BgClassName
{
background-color: #6ADDA6;
}
</style>
border-color css
<style>
span { border-color: #6ADDA6; }
span { border-color: rgb(106,221,166); }
td.TdClassName
{
border-color: #6ADDA6;
}
.TagClassName
{
border-color: #6ADDA6;
}
</style>