Shades of Medium Aquamarine #6ADCA3
Tints of Medium Aquamarine #6ADCA3
RGB
CMYK
RGB Variations
Color information
#6ADCA3 (or 0x6ADCA3) is known color: Medium Aquamarine. HEX triplet: 6A, DC and A3. RGB value is (106,220,163). Sum of RGB (Red+Green+Blue) = 106+220+163=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCA3 is #95235C. Grayscale: #B3B3B3. Windows color (decimal): -9773917 or 10738794. OLE color: 10738794.
HSL color Cylindrical-coordinate representation of color #6ADCA3: hue angle of 150º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCA3 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 163 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.14 |
| HSL | 150º | 0.62% | 0.64% | - |
| HSV(B) | 150º | 0.52% | 0.86% | - |
| XYZ | 38.15 | 56.89 | 43.62 | - |
| YUV | 179.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 163 | 0.52 | 0 | 0.26 | 0.14 | 150 | 0.62 | 0.64 |
| Hex | 6A | DC | A3 | 34 | 0 | 1A | E | 96 | 3E | 40 |
| Octal | 152 | 334 | 243 | 64 | 0 | 32 | 16 | 226 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10100011 | 110100 | 0 | 11010 | 1110 | 10010110 | 111110 | 1000000 |
Color Harmonies of #6ADCA3
Complementary color
Monochromatic Colors of #6ADCA3
Black with #6ADCA3
Text Example
Text Example
White with #6ADCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCA3; }
p { color: rgb(106,220,163); }
H1.HeaderClassName
{
color: #6ADCA3;
}
.AnyTagClassName
{
color: #6ADCA3;
}
</style>
background-color css
<style>
a { background-color: #6ADCA3; }
a { background-color: rgb(106,220,163); }
div.DivClassName
{
background-color: #6ADCA3;
}
.BgClassName
{
background-color: #6ADCA3;
}
</style>
border-color css
<style>
span { border-color: #6ADCA3; }
span { border-color: rgb(106,220,163); }
td.TdClassName
{
border-color: #6ADCA3;
}
.TagClassName
{
border-color: #6ADCA3;
}
</style>