Shades of Aquamarine #6DFFD0
Tints of Aquamarine #6DFFD0
RGB
CMYK
RGB Variations
Color information
#6DFFD0 (or 0x6DFFD0) is known color: Aquamarine. HEX triplet: 6D, FF and D0. RGB value is (109,255,208). Sum of RGB (Red+Green+Blue) = 109+255+208=572 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.06% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFD0 is #92002F. Grayscale: #CECECE. Windows color (decimal): -9568304 or 13696877. OLE color: 13696877.
HSL color Cylindrical-coordinate representation of color #6DFFD0: hue angle of 160.68º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFFD0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 208 | - |
| CMYK | 0.57 | 0 | 0.18 | 0 |
| HSL | 160.68º | 1% | 0.71% | - |
| HSV(B) | 160.68º | 0.57% | 1% | - |
| XYZ | 53.45 | 79.33 | 72.17 | - |
| YUV | 205.99 | 129.13 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 208 | 0.57 | 0 | 0.18 | 0 | 160.68 | 1 | 0.71 |
| Hex | 6D | FF | D0 | 39 | 0 | 12 | 0 | A1 | 64 | 47 |
| Octal | 155 | 377 | 320 | 71 | 0 | 22 | 0 | 241 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11010000 | 111001 | 0 | 10010 | 0 | 10100001 | 1100100 | 1000111 |
Color Harmonies of #6DFFD0
Complementary color
Monochromatic Colors of #6DFFD0
Black with #6DFFD0
Text Example
Text Example
White with #6DFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFD0; }
p { color: rgb(109,255,208); }
H1.HeaderClassName
{
color: #6DFFD0;
}
.AnyTagClassName
{
color: #6DFFD0;
}
</style>
background-color css
<style>
a { background-color: #6DFFD0; }
a { background-color: rgb(109,255,208); }
div.DivClassName
{
background-color: #6DFFD0;
}
.BgClassName
{
background-color: #6DFFD0;
}
</style>
border-color css
<style>
span { border-color: #6DFFD0; }
span { border-color: rgb(109,255,208); }
td.TdClassName
{
border-color: #6DFFD0;
}
.TagClassName
{
border-color: #6DFFD0;
}
</style>