Shades of Medium Aquamarine #6DEDB0
Tints of Medium Aquamarine #6DEDB0
RGB
CMYK
RGB Variations
Color information
#6DEDB0 (or 0x6DEDB0) is known color: Medium Aquamarine. HEX triplet: 6D, ED and B0. RGB value is (109,237,176). Sum of RGB (Red+Green+Blue) = 109+237+176=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEDB0 is #92124F. Grayscale: #BFBFBF. Windows color (decimal): -9572944 or 11595117. OLE color: 11595117.
HSL color Cylindrical-coordinate representation of color #6DEDB0: hue angle of 151.41º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDB0 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 176 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.07 |
| HSL | 151.41º | 0.78% | 0.68% | - |
| HSV(B) | 151.41º | 0.54% | 0.93% | - |
| XYZ | 44.43 | 66.95 | 51.66 | - |
| YUV | 191.77 | 119.09 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 176 | 0.54 | 0 | 0.26 | 0.07 | 151.41 | 0.78 | 0.68 |
| Hex | 6D | ED | B0 | 36 | 0 | 1A | 7 | 97 | 4E | 44 |
| Octal | 155 | 355 | 260 | 66 | 0 | 32 | 7 | 227 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10110000 | 110110 | 0 | 11010 | 111 | 10010111 | 1001110 | 1000100 |
Color Harmonies of #6DEDB0
Complementary color
Monochromatic Colors of #6DEDB0
Black with #6DEDB0
Text Example
Text Example
White with #6DEDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDB0; }
p { color: rgb(109,237,176); }
H1.HeaderClassName
{
color: #6DEDB0;
}
.AnyTagClassName
{
color: #6DEDB0;
}
</style>
background-color css
<style>
a { background-color: #6DEDB0; }
a { background-color: rgb(109,237,176); }
div.DivClassName
{
background-color: #6DEDB0;
}
.BgClassName
{
background-color: #6DEDB0;
}
</style>
border-color css
<style>
span { border-color: #6DEDB0; }
span { border-color: rgb(109,237,176); }
td.TdClassName
{
border-color: #6DEDB0;
}
.TagClassName
{
border-color: #6DEDB0;
}
</style>