Shades of Medium Aquamarine #6ADDA1
Tints of Medium Aquamarine #6ADDA1
RGB
CMYK
RGB Variations
Color information
#6ADDA1 (or 0x6ADDA1) is known color: Medium Aquamarine. HEX triplet: 6A, DD and A1. RGB value is (106,221,161). Sum of RGB (Red+Green+Blue) = 106+221+161=488 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.72% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDA1 is #95225E. Grayscale: #B3B3B3. Windows color (decimal): -9773663 or 10607978. OLE color: 10607978.
HSL color Cylindrical-coordinate representation of color #6ADDA1: hue angle of 148.7º 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 #6ADDA1 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 161 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.13 |
| HSL | 148.7º | 0.63% | 0.64% | - |
| HSV(B) | 148.7º | 0.52% | 0.87% | - |
| XYZ | 38.23 | 57.35 | 42.77 | - |
| YUV | 179.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 161 | 0.52 | 0 | 0.27 | 0.13 | 148.7 | 0.63 | 0.64 |
| Hex | 6A | DD | A1 | 34 | 0 | 1B | D | 95 | 3F | 40 |
| Octal | 152 | 335 | 241 | 64 | 0 | 33 | 15 | 225 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10100001 | 110100 | 0 | 11011 | 1101 | 10010101 | 111111 | 1000000 |
Color Harmonies of #6ADDA1
Complementary color
Monochromatic Colors of #6ADDA1
Black with #6ADDA1
Text Example
Text Example
White with #6ADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDA1; }
p { color: rgb(106,221,161); }
H1.HeaderClassName
{
color: #6ADDA1;
}
.AnyTagClassName
{
color: #6ADDA1;
}
</style>
background-color css
<style>
a { background-color: #6ADDA1; }
a { background-color: rgb(106,221,161); }
div.DivClassName
{
background-color: #6ADDA1;
}
.BgClassName
{
background-color: #6ADDA1;
}
</style>
border-color css
<style>
span { border-color: #6ADDA1; }
span { border-color: rgb(106,221,161); }
td.TdClassName
{
border-color: #6ADDA1;
}
.TagClassName
{
border-color: #6ADDA1;
}
</style>