Shades of Aquamarine #6DEDD5
Tints of Aquamarine #6DEDD5
RGB
CMYK
RGB Variations
Color information
#6DEDD5 (or 0x6DEDD5) is known color: Aquamarine. HEX triplet: 6D, ED and D5. RGB value is (109,237,213). Sum of RGB (Red+Green+Blue) = 109+237+213=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDD5 is #92122A. Grayscale: #C3C3C3. Windows color (decimal): -9572907 or 14019949. OLE color: 14019949.
HSL color Cylindrical-coordinate representation of color #6DEDD5: hue angle of 168.75º 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 #6DEDD5 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 213 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.07 |
| HSL | 168.75º | 0.78% | 0.68% | - |
| HSV(B) | 168.75º | 0.54% | 0.93% | - |
| XYZ | 48.6 | 68.62 | 73.63 | - |
| YUV | 195.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 213 | 0.54 | 0 | 0.10 | 0.07 | 168.75 | 0.78 | 0.68 |
| Hex | 6D | ED | D5 | 36 | 0 | A | 7 | A9 | 4E | 44 |
| Octal | 155 | 355 | 325 | 66 | 0 | 12 | 7 | 251 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11010101 | 110110 | 0 | 1010 | 111 | 10101001 | 1001110 | 1000100 |
Color Harmonies of #6DEDD5
Complementary color
Monochromatic Colors of #6DEDD5
Black with #6DEDD5
Text Example
Text Example
White with #6DEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDD5; }
p { color: rgb(109,237,213); }
H1.HeaderClassName
{
color: #6DEDD5;
}
.AnyTagClassName
{
color: #6DEDD5;
}
</style>
background-color css
<style>
a { background-color: #6DEDD5; }
a { background-color: rgb(109,237,213); }
div.DivClassName
{
background-color: #6DEDD5;
}
.BgClassName
{
background-color: #6DEDD5;
}
</style>
border-color css
<style>
span { border-color: #6DEDD5; }
span { border-color: rgb(109,237,213); }
td.TdClassName
{
border-color: #6DEDD5;
}
.TagClassName
{
border-color: #6DEDD5;
}
</style>