Shades of Medium Aquamarine #6ADAA2
Tints of Medium Aquamarine #6ADAA2
RGB
CMYK
RGB Variations
Color information
#6ADAA2 (or 0x6ADAA2) is known color: Medium Aquamarine. HEX triplet: 6A, DA and A2. RGB value is (106,218,162). Sum of RGB (Red+Green+Blue) = 106+218+162=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAA2 is #95255D. Grayscale: #B2B2B2. Windows color (decimal): -9774430 or 10672746. OLE color: 10672746.
HSL color Cylindrical-coordinate representation of color #6ADAA2: hue angle of 150º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAA2 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 162 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.15 |
| HSL | 150º | 0.6% | 0.64% | - |
| HSV(B) | 150º | 0.51% | 0.85% | - |
| XYZ | 37.54 | 55.82 | 42.98 | - |
| YUV | 178.13 | 118.89 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 162 | 0.51 | 0 | 0.26 | 0.15 | 150 | 0.6 | 0.64 |
| Hex | 6A | DA | A2 | 33 | 0 | 1A | F | 96 | 3C | 40 |
| Octal | 152 | 332 | 242 | 63 | 0 | 32 | 17 | 226 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10100010 | 110011 | 0 | 11010 | 1111 | 10010110 | 111100 | 1000000 |
Color Harmonies of #6ADAA2
Complementary color
Monochromatic Colors of #6ADAA2
Black with #6ADAA2
Text Example
Text Example
White with #6ADAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAA2; }
p { color: rgb(106,218,162); }
H1.HeaderClassName
{
color: #6ADAA2;
}
.AnyTagClassName
{
color: #6ADAA2;
}
</style>
background-color css
<style>
a { background-color: #6ADAA2; }
a { background-color: rgb(106,218,162); }
div.DivClassName
{
background-color: #6ADAA2;
}
.BgClassName
{
background-color: #6ADAA2;
}
</style>
border-color css
<style>
span { border-color: #6ADAA2; }
span { border-color: rgb(106,218,162); }
td.TdClassName
{
border-color: #6ADAA2;
}
.TagClassName
{
border-color: #6ADAA2;
}
</style>