Shades of Medium Aquamarine #6ADCA7
Tints of Medium Aquamarine #6ADCA7
RGB
CMYK
RGB Variations
Color information
#6ADCA7 (or 0x6ADCA7) is known color: Medium Aquamarine. HEX triplet: 6A, DC and A7. RGB value is (106,220,167). Sum of RGB (Red+Green+Blue) = 106+220+167=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCA7 is #952358. Grayscale: #B3B3B3. Windows color (decimal): -9773913 or 11000938. OLE color: 11000938.
HSL color Cylindrical-coordinate representation of color #6ADCA7: hue angle of 152.11º 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 #6ADCA7 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 167 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.14 |
| HSL | 152.11º | 0.62% | 0.64% | - |
| HSV(B) | 152.11º | 0.52% | 0.86% | - |
| XYZ | 38.51 | 57.04 | 45.54 | - |
| YUV | 179.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 167 | 0.52 | 0 | 0.24 | 0.14 | 152.11 | 0.62 | 0.64 |
| Hex | 6A | DC | A7 | 34 | 0 | 18 | E | 98 | 3E | 40 |
| Octal | 152 | 334 | 247 | 64 | 0 | 30 | 16 | 230 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10100111 | 110100 | 0 | 11000 | 1110 | 10011000 | 111110 | 1000000 |
Color Harmonies of #6ADCA7
Complementary color
Monochromatic Colors of #6ADCA7
Black with #6ADCA7
Text Example
Text Example
White with #6ADCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCA7; }
p { color: rgb(106,220,167); }
H1.HeaderClassName
{
color: #6ADCA7;
}
.AnyTagClassName
{
color: #6ADCA7;
}
</style>
background-color css
<style>
a { background-color: #6ADCA7; }
a { background-color: rgb(106,220,167); }
div.DivClassName
{
background-color: #6ADCA7;
}
.BgClassName
{
background-color: #6ADCA7;
}
</style>
border-color css
<style>
span { border-color: #6ADCA7; }
span { border-color: rgb(106,220,167); }
td.TdClassName
{
border-color: #6ADCA7;
}
.TagClassName
{
border-color: #6ADCA7;
}
</style>