Shades of Medium Aquamarine #6ADEAC
Tints of Medium Aquamarine #6ADEAC
RGB
CMYK
RGB Variations
Color information
#6ADEAC (or 0x6ADEAC) is known color: Medium Aquamarine. HEX triplet: 6A, DE and AC. RGB value is (106,222,172). Sum of RGB (Red+Green+Blue) = 106+222+172=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEAC is #952153. Grayscale: #B5B5B5. Windows color (decimal): -9773396 or 11329130. OLE color: 11329130.
HSL color Cylindrical-coordinate representation of color #6ADEAC: hue angle of 154.14º degrees, saturation: 0.64, 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 #6ADEAC is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 172 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.13 |
| HSL | 154.14º | 0.64% | 0.64% | - |
| HSV(B) | 154.14º | 0.52% | 0.87% | - |
| XYZ | 39.51 | 58.29 | 48.2 | - |
| YUV | 181.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 172 | 0.52 | 0 | 0.23 | 0.13 | 154.14 | 0.64 | 0.64 |
| Hex | 6A | DE | AC | 34 | 0 | 17 | D | 9A | 40 | 40 |
| Octal | 152 | 336 | 254 | 64 | 0 | 27 | 15 | 232 | 100 | 100 |
| Binary | 1101010 | 11011110 | 10101100 | 110100 | 0 | 10111 | 1101 | 10011010 | 1000000 | 1000000 |
Color Harmonies of #6ADEAC
Complementary color
Monochromatic Colors of #6ADEAC
Black with #6ADEAC
Text Example
Text Example
White with #6ADEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEAC; }
p { color: rgb(106,222,172); }
H1.HeaderClassName
{
color: #6ADEAC;
}
.AnyTagClassName
{
color: #6ADEAC;
}
</style>
background-color css
<style>
a { background-color: #6ADEAC; }
a { background-color: rgb(106,222,172); }
div.DivClassName
{
background-color: #6ADEAC;
}
.BgClassName
{
background-color: #6ADEAC;
}
</style>
border-color css
<style>
span { border-color: #6ADEAC; }
span { border-color: rgb(106,222,172); }
td.TdClassName
{
border-color: #6ADEAC;
}
.TagClassName
{
border-color: #6ADEAC;
}
</style>