Shades of Medium Aquamarine #6ADDA7
Tints of Medium Aquamarine #6ADDA7
RGB
CMYK
RGB Variations
Color information
#6ADDA7 (or 0x6ADDA7) is known color: Medium Aquamarine. HEX triplet: 6A, DD and A7. RGB value is (106,221,167). Sum of RGB (Red+Green+Blue) = 106+221+167=494 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.46% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADDA7 is #952258. Grayscale: #B4B4B4. Windows color (decimal): -9773657 or 11001194. OLE color: 11001194.
HSL color Cylindrical-coordinate representation of color #6ADDA7: hue angle of 151.83º 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 #6ADDA7 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 221 | 167 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.13 |
| HSL | 151.83º | 0.63% | 0.64% | - |
| HSV(B) | 151.83º | 0.52% | 0.87% | - |
| XYZ | 38.78 | 57.57 | 45.63 | - |
| YUV | 180.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 221 | 167 | 0.52 | 0 | 0.24 | 0.13 | 151.83 | 0.63 | 0.64 |
| Hex | 6A | DD | A7 | 34 | 0 | 18 | D | 98 | 3F | 40 |
| Octal | 152 | 335 | 247 | 64 | 0 | 30 | 15 | 230 | 77 | 100 |
| Binary | 1101010 | 11011101 | 10100111 | 110100 | 0 | 11000 | 1101 | 10011000 | 111111 | 1000000 |
Color Harmonies of #6ADDA7
Complementary color
Monochromatic Colors of #6ADDA7
Black with #6ADDA7
Text Example
Text Example
White with #6ADDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADDA7; }
p { color: rgb(106,221,167); }
H1.HeaderClassName
{
color: #6ADDA7;
}
.AnyTagClassName
{
color: #6ADDA7;
}
</style>
background-color css
<style>
a { background-color: #6ADDA7; }
a { background-color: rgb(106,221,167); }
div.DivClassName
{
background-color: #6ADDA7;
}
.BgClassName
{
background-color: #6ADDA7;
}
</style>
border-color css
<style>
span { border-color: #6ADDA7; }
span { border-color: rgb(106,221,167); }
td.TdClassName
{
border-color: #6ADDA7;
}
.TagClassName
{
border-color: #6ADDA7;
}
</style>