Shades of Medium Aquamarine #6DEDAF
Tints of Medium Aquamarine #6DEDAF
RGB
CMYK
RGB Variations
Color information
#6DEDAF (or 0x6DEDAF) is known color: Medium Aquamarine. HEX triplet: 6D, ED and AF. RGB value is (109,237,175). Sum of RGB (Red+Green+Blue) = 109+237+175=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEDAF is #921250. Grayscale: #BFBFBF. Windows color (decimal): -9572945 or 11529581. OLE color: 11529581.
HSL color Cylindrical-coordinate representation of color #6DEDAF: hue angle of 150.94º 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 #6DEDAF is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 175 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.07 |
| HSL | 150.94º | 0.78% | 0.68% | - |
| HSV(B) | 150.94º | 0.54% | 0.93% | - |
| XYZ | 44.33 | 66.91 | 51.14 | - |
| YUV | 191.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 175 | 0.54 | 0 | 0.26 | 0.07 | 150.94 | 0.78 | 0.68 |
| Hex | 6D | ED | AF | 36 | 0 | 1A | 7 | 97 | 4E | 44 |
| Octal | 155 | 355 | 257 | 66 | 0 | 32 | 7 | 227 | 116 | 104 |
| Binary | 1101101 | 11101101 | 10101111 | 110110 | 0 | 11010 | 111 | 10010111 | 1001110 | 1000100 |
Color Harmonies of #6DEDAF
Complementary color
Monochromatic Colors of #6DEDAF
Black with #6DEDAF
Text Example
Text Example
White with #6DEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDAF; }
p { color: rgb(109,237,175); }
H1.HeaderClassName
{
color: #6DEDAF;
}
.AnyTagClassName
{
color: #6DEDAF;
}
</style>
background-color css
<style>
a { background-color: #6DEDAF; }
a { background-color: rgb(109,237,175); }
div.DivClassName
{
background-color: #6DEDAF;
}
.BgClassName
{
background-color: #6DEDAF;
}
</style>
border-color css
<style>
span { border-color: #6DEDAF; }
span { border-color: rgb(109,237,175); }
td.TdClassName
{
border-color: #6DEDAF;
}
.TagClassName
{
border-color: #6DEDAF;
}
</style>