Shades of Medium Aquamarine #6AEEAC
Tints of Medium Aquamarine #6AEEAC
RGB
CMYK
RGB Variations
Color information
#6AEEAC (or 0x6AEEAC) is known color: Medium Aquamarine. HEX triplet: 6A, EE and AC. RGB value is (106,238,172). Sum of RGB (Red+Green+Blue) = 106+238+172=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEEAC is #951153. Grayscale: #BFBFBF. Windows color (decimal): -9769300 or 11333226. OLE color: 11333226.
HSL color Cylindrical-coordinate representation of color #6AEEAC: hue angle of 150º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEEAC is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 238 | 172 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.07 |
| HSL | 150º | 0.8% | 0.67% | - |
| HSV(B) | 150º | 0.55% | 0.93% | - |
| XYZ | 43.96 | 67.19 | 49.68 | - |
| YUV | 191.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 238 | 172 | 0.55 | 0 | 0.28 | 0.07 | 150 | 0.8 | 0.67 |
| Hex | 6A | EE | AC | 37 | 0 | 1C | 7 | 96 | 50 | 43 |
| Octal | 152 | 356 | 254 | 67 | 0 | 34 | 7 | 226 | 120 | 103 |
| Binary | 1101010 | 11101110 | 10101100 | 110111 | 0 | 11100 | 111 | 10010110 | 1010000 | 1000011 |
Color Harmonies of #6AEEAC
Complementary color
Monochromatic Colors of #6AEEAC
Black with #6AEEAC
Text Example
Text Example
White with #6AEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEEAC; }
p { color: rgb(106,238,172); }
H1.HeaderClassName
{
color: #6AEEAC;
}
.AnyTagClassName
{
color: #6AEEAC;
}
</style>
background-color css
<style>
a { background-color: #6AEEAC; }
a { background-color: rgb(106,238,172); }
div.DivClassName
{
background-color: #6AEEAC;
}
.BgClassName
{
background-color: #6AEEAC;
}
</style>
border-color css
<style>
span { border-color: #6AEEAC; }
span { border-color: rgb(106,238,172); }
td.TdClassName
{
border-color: #6AEEAC;
}
.TagClassName
{
border-color: #6AEEAC;
}
</style>