Shades of Medium Aquamarine #6ADDA3
Tints of Medium Aquamarine #6ADDA3
RGB
CMYK
RGB Variations
Color information
#6ADDA3 (or 0x6ADDA3) is known color: Medium Aquamarine. HEX triplet: 6A, DD and A3. RGB value is (106,221,163). Sum of RGB (Red+Green+Blue) = 106+221+163=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDA3 is #95225C. Grayscale: #B4B4B4. Windows color (decimal): -9773661 or 10739050. OLE color: 10739050.
HSL color Cylindrical-coordinate representation of color #6ADDA3: hue angle of 149.74º 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 #6ADDA3 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 163 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.13 |
| HSL | 149.74º | 0.63% | 0.64% | - |
| HSV(B) | 149.74º | 0.52% | 0.87% | - |
| XYZ | 38.41 | 57.42 | 43.71 | - |
| YUV | 180 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 163 | 0.52 | 0 | 0.26 | 0.13 | 149.74 | 0.63 | 0.64 |
| Hex | 6A | DD | A3 | 34 | 0 | 1A | D | 96 | 3F | 40 |
| Octal | 152 | 335 | 243 | 64 | 0 | 32 | 15 | 226 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10100011 | 110100 | 0 | 11010 | 1101 | 10010110 | 111111 | 1000000 |
Color Harmonies of #6ADDA3
Complementary color
Monochromatic Colors of #6ADDA3
Black with #6ADDA3
Text Example
Text Example
White with #6ADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDA3; }
p { color: rgb(106,221,163); }
H1.HeaderClassName
{
color: #6ADDA3;
}
.AnyTagClassName
{
color: #6ADDA3;
}
</style>
background-color css
<style>
a { background-color: #6ADDA3; }
a { background-color: rgb(106,221,163); }
div.DivClassName
{
background-color: #6ADDA3;
}
.BgClassName
{
background-color: #6ADDA3;
}
</style>
border-color css
<style>
span { border-color: #6ADDA3; }
span { border-color: rgb(106,221,163); }
td.TdClassName
{
border-color: #6ADDA3;
}
.TagClassName
{
border-color: #6ADDA3;
}
</style>