Shades of Medium Aquamarine #6ADBA0
Tints of Medium Aquamarine #6ADBA0
RGB
CMYK
RGB Variations
Color information
#6ADBA0 (or 0x6ADBA0) is known color: Medium Aquamarine. HEX triplet: 6A, DB and A0. RGB value is (106,219,160). Sum of RGB (Red+Green+Blue) = 106+219+160=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBA0 is #95245F. Grayscale: #B2B2B2. Windows color (decimal): -9774176 or 10541930. OLE color: 10541930.
HSL color Cylindrical-coordinate representation of color #6ADBA0: hue angle of 148.67º degrees, saturation: 0.61, 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 #6ADBA0 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 160 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.14 |
| HSL | 148.67º | 0.61% | 0.64% | - |
| HSV(B) | 148.67º | 0.52% | 0.86% | - |
| XYZ | 37.62 | 56.27 | 42.14 | - |
| YUV | 178.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 160 | 0.52 | 0 | 0.27 | 0.14 | 148.67 | 0.61 | 0.64 |
| Hex | 6A | DB | A0 | 34 | 0 | 1B | E | 95 | 3D | 40 |
| Octal | 152 | 333 | 240 | 64 | 0 | 33 | 16 | 225 | 75 | 100 |
| Binary | 1101010 | 11011011 | 10100000 | 110100 | 0 | 11011 | 1110 | 10010101 | 111101 | 1000000 |
Color Harmonies of #6ADBA0
Complementary color
Monochromatic Colors of #6ADBA0
Black with #6ADBA0
Text Example
Text Example
White with #6ADBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBA0; }
p { color: rgb(106,219,160); }
H1.HeaderClassName
{
color: #6ADBA0;
}
.AnyTagClassName
{
color: #6ADBA0;
}
</style>
background-color css
<style>
a { background-color: #6ADBA0; }
a { background-color: rgb(106,219,160); }
div.DivClassName
{
background-color: #6ADBA0;
}
.BgClassName
{
background-color: #6ADBA0;
}
</style>
border-color css
<style>
span { border-color: #6ADBA0; }
span { border-color: rgb(106,219,160); }
td.TdClassName
{
border-color: #6ADBA0;
}
.TagClassName
{
border-color: #6ADBA0;
}
</style>