Shades of Medium Aquamarine #6AD6AA
Tints of Medium Aquamarine #6AD6AA
RGB
CMYK
RGB Variations
Color information
#6AD6AA (or 0x6AD6AA) is known color: Medium Aquamarine. HEX triplet: 6A, D6 and AA. RGB value is (106,214,170). Sum of RGB (Red+Green+Blue) = 106+214+170=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD6AA is #952955. Grayscale: #B0B0B0. Windows color (decimal): -9775446 or 11196010. OLE color: 11196010.
HSL color Cylindrical-coordinate representation of color #6AD6AA: hue angle of 155.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD6AA is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 170 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.16 |
| HSL | 155.56º | 0.57% | 0.63% | - |
| HSV(B) | 155.56º | 0.5% | 0.84% | - |
| XYZ | 37.25 | 54.06 | 46.5 | - |
| YUV | 176.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 170 | 0.50 | 0 | 0.21 | 0.16 | 155.56 | 0.57 | 0.63 |
| Hex | 6A | D6 | AA | 32 | 0 | 15 | 10 | 9C | 39 | 3F |
| Octal | 152 | 326 | 252 | 62 | 0 | 25 | 20 | 234 | 71 | 77 |
| Binary | 1101010 | 11010110 | 10101010 | 110010 | 0 | 10101 | 10000 | 10011100 | 111001 | 111111 |
Color Harmonies of #6AD6AA
Complementary color
Monochromatic Colors of #6AD6AA
Black with #6AD6AA
Text Example
Text Example
White with #6AD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6AA; }
p { color: rgb(106,214,170); }
H1.HeaderClassName
{
color: #6AD6AA;
}
.AnyTagClassName
{
color: #6AD6AA;
}
</style>
background-color css
<style>
a { background-color: #6AD6AA; }
a { background-color: rgb(106,214,170); }
div.DivClassName
{
background-color: #6AD6AA;
}
.BgClassName
{
background-color: #6AD6AA;
}
</style>
border-color css
<style>
span { border-color: #6AD6AA; }
span { border-color: rgb(106,214,170); }
td.TdClassName
{
border-color: #6AD6AA;
}
.TagClassName
{
border-color: #6AD6AA;
}
</style>