Shades of Medium Aquamarine #6AD7AA
Tints of Medium Aquamarine #6AD7AA
RGB
CMYK
RGB Variations
Color information
#6AD7AA (or 0x6AD7AA) is known color: Medium Aquamarine. HEX triplet: 6A, D7 and AA. RGB value is (106,215,170). Sum of RGB (Red+Green+Blue) = 106+215+170=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD7AA is #952855. Grayscale: #B1B1B1. Windows color (decimal): -9775190 or 11196266. OLE color: 11196266.
HSL color Cylindrical-coordinate representation of color #6AD7AA: hue angle of 155.23º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD7AA is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 170 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.16 |
| HSL | 155.23º | 0.58% | 0.63% | - |
| HSV(B) | 155.23º | 0.51% | 0.84% | - |
| XYZ | 37.5 | 54.57 | 46.59 | - |
| YUV | 177.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 170 | 0.51 | 0 | 0.21 | 0.16 | 155.23 | 0.58 | 0.63 |
| Hex | 6A | D7 | AA | 33 | 0 | 15 | 10 | 9B | 3A | 3F |
| Octal | 152 | 327 | 252 | 63 | 0 | 25 | 20 | 233 | 72 | 77 |
| Binary | 1101010 | 11010111 | 10101010 | 110011 | 0 | 10101 | 10000 | 10011011 | 111010 | 111111 |
Color Harmonies of #6AD7AA
Complementary color
Monochromatic Colors of #6AD7AA
Black with #6AD7AA
Text Example
Text Example
White with #6AD7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD7AA; }
p { color: rgb(106,215,170); }
H1.HeaderClassName
{
color: #6AD7AA;
}
.AnyTagClassName
{
color: #6AD7AA;
}
</style>
background-color css
<style>
a { background-color: #6AD7AA; }
a { background-color: rgb(106,215,170); }
div.DivClassName
{
background-color: #6AD7AA;
}
.BgClassName
{
background-color: #6AD7AA;
}
</style>
border-color css
<style>
span { border-color: #6AD7AA; }
span { border-color: rgb(106,215,170); }
td.TdClassName
{
border-color: #6AD7AA;
}
.TagClassName
{
border-color: #6AD7AA;
}
</style>