Shades of Aquamarine #6DFFDD
Tints of Aquamarine #6DFFDD
RGB
CMYK
RGB Variations
Color information
#6DFFDD (or 0x6DFFDD) is known color: Aquamarine. HEX triplet: 6D, FF and DD. RGB value is (109,255,221). Sum of RGB (Red+Green+Blue) = 109+255+221=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFDD is #920022. Grayscale: #CFCFCF. Windows color (decimal): -9568291 or 14548845. OLE color: 14548845.
HSL color Cylindrical-coordinate representation of color #6DFFDD: hue angle of 166.03º 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 #6DFFDD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 221 | - |
| CMYK | 0.57 | 0 | 0.13 | 0 |
| HSL | 166.03º | 1% | 0.71% | - |
| HSV(B) | 166.03º | 0.57% | 1% | - |
| XYZ | 55.12 | 79.99 | 80.94 | - |
| YUV | 207.47 | 135.63 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 221 | 0.57 | 0 | 0.13 | 0 | 166.03 | 1 | 0.71 |
| Hex | 6D | FF | DD | 39 | 0 | D | 0 | A6 | 64 | 47 |
| Octal | 155 | 377 | 335 | 71 | 0 | 15 | 0 | 246 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11011101 | 111001 | 0 | 1101 | 0 | 10100110 | 1100100 | 1000111 |
Color Harmonies of #6DFFDD
Complementary color
Monochromatic Colors of #6DFFDD
Black with #6DFFDD
Text Example
Text Example
White with #6DFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFDD; }
p { color: rgb(109,255,221); }
H1.HeaderClassName
{
color: #6DFFDD;
}
.AnyTagClassName
{
color: #6DFFDD;
}
</style>
background-color css
<style>
a { background-color: #6DFFDD; }
a { background-color: rgb(109,255,221); }
div.DivClassName
{
background-color: #6DFFDD;
}
.BgClassName
{
background-color: #6DFFDD;
}
</style>
border-color css
<style>
span { border-color: #6DFFDD; }
span { border-color: rgb(109,255,221); }
td.TdClassName
{
border-color: #6DFFDD;
}
.TagClassName
{
border-color: #6DFFDD;
}
</style>