Shades of Medium Aquamarine #6AEDB2
Tints of Medium Aquamarine #6AEDB2
RGB
CMYK
RGB Variations
Color information
#6AEDB2 (or 0x6AEDB2) is known color: Medium Aquamarine. HEX triplet: 6A, ED and B2. RGB value is (106,237,178). Sum of RGB (Red+Green+Blue) = 106+237+178=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDB2 is #95124D. Grayscale: #BFBFBF. Windows color (decimal): -9769550 or 11726186. OLE color: 11726186.
HSL color Cylindrical-coordinate representation of color #6AEDB2: hue angle of 152.98º 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 #6AEDB2 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 237 | 178 | - |
| CMYK | 0.55 | 0 | 0.25 | 0.07 |
| HSL | 152.98º | 0.78% | 0.67% | - |
| HSV(B) | 152.98º | 0.55% | 0.93% | - |
| XYZ | 44.26 | 66.85 | 52.69 | - |
| YUV | 191.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 237 | 178 | 0.55 | 0 | 0.25 | 0.07 | 152.98 | 0.78 | 0.67 |
| Hex | 6A | ED | B2 | 37 | 0 | 19 | 7 | 99 | 4E | 43 |
| Octal | 152 | 355 | 262 | 67 | 0 | 31 | 7 | 231 | 116 | 103 |
| Binary | 1101010 | 11101101 | 10110010 | 110111 | 0 | 11001 | 111 | 10011001 | 1001110 | 1000011 |
Color Harmonies of #6AEDB2
Complementary color
Monochromatic Colors of #6AEDB2
Black with #6AEDB2
Text Example
Text Example
White with #6AEDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEDB2; }
p { color: rgb(106,237,178); }
H1.HeaderClassName
{
color: #6AEDB2;
}
.AnyTagClassName
{
color: #6AEDB2;
}
</style>
background-color css
<style>
a { background-color: #6AEDB2; }
a { background-color: rgb(106,237,178); }
div.DivClassName
{
background-color: #6AEDB2;
}
.BgClassName
{
background-color: #6AEDB2;
}
</style>
border-color css
<style>
span { border-color: #6AEDB2; }
span { border-color: rgb(106,237,178); }
td.TdClassName
{
border-color: #6AEDB2;
}
.TagClassName
{
border-color: #6AEDB2;
}
</style>