Shades of Medium Aquamarine #6ADCA4
Tints of Medium Aquamarine #6ADCA4
RGB
CMYK
RGB Variations
Color information
#6ADCA4 (or 0x6ADCA4) is known color: Medium Aquamarine. HEX triplet: 6A, DC and A4. RGB value is (106,220,164). Sum of RGB (Red+Green+Blue) = 106+220+164=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCA4 is #95235B. Grayscale: #B3B3B3. Windows color (decimal): -9773916 or 10804330. OLE color: 10804330.
HSL color Cylindrical-coordinate representation of color #6ADCA4: hue angle of 150.53º 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 #6ADCA4 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 164 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.14 |
| HSL | 150.53º | 0.62% | 0.64% | - |
| HSV(B) | 150.53º | 0.52% | 0.86% | - |
| XYZ | 38.24 | 56.93 | 44.1 | - |
| YUV | 179.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 164 | 0.52 | 0 | 0.25 | 0.14 | 150.53 | 0.62 | 0.64 |
| Hex | 6A | DC | A4 | 34 | 0 | 19 | E | 97 | 3E | 40 |
| Octal | 152 | 334 | 244 | 64 | 0 | 31 | 16 | 227 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10100100 | 110100 | 0 | 11001 | 1110 | 10010111 | 111110 | 1000000 |
Color Harmonies of #6ADCA4
Complementary color
Monochromatic Colors of #6ADCA4
Black with #6ADCA4
Text Example
Text Example
White with #6ADCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCA4; }
p { color: rgb(106,220,164); }
H1.HeaderClassName
{
color: #6ADCA4;
}
.AnyTagClassName
{
color: #6ADCA4;
}
</style>
background-color css
<style>
a { background-color: #6ADCA4; }
a { background-color: rgb(106,220,164); }
div.DivClassName
{
background-color: #6ADCA4;
}
.BgClassName
{
background-color: #6ADCA4;
}
</style>
border-color css
<style>
span { border-color: #6ADCA4; }
span { border-color: rgb(106,220,164); }
td.TdClassName
{
border-color: #6ADCA4;
}
.TagClassName
{
border-color: #6ADCA4;
}
</style>