Shades of Medium Aquamarine #6ACDA0
Tints of Medium Aquamarine #6ACDA0
RGB
CMYK
RGB Variations
Color information
#6ACDA0 (or 0x6ACDA0) is known color: Medium Aquamarine. HEX triplet: 6A, CD and A0. RGB value is (106,205,160). Sum of RGB (Red+Green+Blue) = 106+205+160=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA0 is #95325F. Grayscale: #AAAAAA. Windows color (decimal): -9777760 or 10538346. OLE color: 10538346.
HSL color Cylindrical-coordinate representation of color #6ACDA0: hue angle of 152.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDA0 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 160 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.20 |
| HSL | 152.73º | 0.5% | 0.61% | - |
| HSV(B) | 152.73º | 0.48% | 0.8% | - |
| XYZ | 34.12 | 49.26 | 40.97 | - |
| YUV | 170.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 160 | 0.48 | 0 | 0.22 | 0.20 | 152.73 | 0.5 | 0.61 |
| Hex | 6A | CD | A0 | 30 | 0 | 16 | 14 | 99 | 32 | 3D |
| Octal | 152 | 315 | 240 | 60 | 0 | 26 | 24 | 231 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10100000 | 110000 | 0 | 10110 | 10100 | 10011001 | 110010 | 111101 |
Color Harmonies of #6ACDA0
Complementary color
Monochromatic Colors of #6ACDA0
Black with #6ACDA0
Text Example
Text Example
White with #6ACDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDA0; }
p { color: rgb(106,205,160); }
H1.HeaderClassName
{
color: #6ACDA0;
}
.AnyTagClassName
{
color: #6ACDA0;
}
</style>
background-color css
<style>
a { background-color: #6ACDA0; }
a { background-color: rgb(106,205,160); }
div.DivClassName
{
background-color: #6ACDA0;
}
.BgClassName
{
background-color: #6ACDA0;
}
</style>
border-color css
<style>
span { border-color: #6ACDA0; }
span { border-color: rgb(106,205,160); }
td.TdClassName
{
border-color: #6ACDA0;
}
.TagClassName
{
border-color: #6ACDA0;
}
</style>