Shades of Medium Aquamarine #6AEDAB
Tints of Medium Aquamarine #6AEDAB
RGB
CMYK
RGB Variations
Color information
#6AEDAB (or 0x6AEDAB) is known color: Medium Aquamarine. HEX triplet: 6A, ED and AB. RGB value is (106,237,171). Sum of RGB (Red+Green+Blue) = 106+237+171=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDAB is #951254. Grayscale: #BEBEBE. Windows color (decimal): -9769557 or 11267434. OLE color: 11267434.
HSL color Cylindrical-coordinate representation of color #6AEDAB: hue angle of 149.77º degrees, saturation: 0.78, 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 #6AEDAB is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 171 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.07 |
| HSL | 149.77º | 0.78% | 0.67% | - |
| HSV(B) | 149.77º | 0.55% | 0.93% | - |
| XYZ | 43.58 | 66.57 | 49.08 | - |
| YUV | 190.31 | 117.1 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 171 | 0.55 | 0 | 0.28 | 0.07 | 149.77 | 0.78 | 0.67 |
| Hex | 6A | ED | AB | 37 | 0 | 1C | 7 | 96 | 4E | 43 |
| Octal | 152 | 355 | 253 | 67 | 0 | 34 | 7 | 226 | 116 | 103 |
| Binary | 1101010 | 11101101 | 10101011 | 110111 | 0 | 11100 | 111 | 10010110 | 1001110 | 1000011 |
Color Harmonies of #6AEDAB
Complementary color
Monochromatic Colors of #6AEDAB
Black with #6AEDAB
Text Example
Text Example
White with #6AEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDAB; }
p { color: rgb(106,237,171); }
H1.HeaderClassName
{
color: #6AEDAB;
}
.AnyTagClassName
{
color: #6AEDAB;
}
</style>
background-color css
<style>
a { background-color: #6AEDAB; }
a { background-color: rgb(106,237,171); }
div.DivClassName
{
background-color: #6AEDAB;
}
.BgClassName
{
background-color: #6AEDAB;
}
</style>
border-color css
<style>
span { border-color: #6AEDAB; }
span { border-color: rgb(106,237,171); }
td.TdClassName
{
border-color: #6AEDAB;
}
.TagClassName
{
border-color: #6AEDAB;
}
</style>