Shades of Aquamarine #6DFDDD
Tints of Aquamarine #6DFDDD
RGB
CMYK
RGB Variations
Color information
#6DFDDD (or 0x6DFDDD) is known color: Aquamarine. HEX triplet: 6D, FD and DD. RGB value is (109,253,221). Sum of RGB (Red+Green+Blue) = 109+253+221=583 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.70% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDDD is #920222. Grayscale: #CECECE. Windows color (decimal): -9568803 or 14548333. OLE color: 14548333.
HSL color Cylindrical-coordinate representation of color #6DFDDD: hue angle of 166.67º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDDD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 221 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.01 |
| HSL | 166.67º | 0.97% | 0.71% | - |
| HSV(B) | 166.67º | 0.57% | 0.99% | - |
| XYZ | 54.48 | 78.72 | 80.73 | - |
| YUV | 206.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 221 | 0.57 | 0 | 0.13 | 0.01 | 166.67 | 0.97 | 0.71 |
| Hex | 6D | FD | DD | 39 | 0 | D | 1 | A7 | 61 | 47 |
| Octal | 155 | 375 | 335 | 71 | 0 | 15 | 1 | 247 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11011101 | 111001 | 0 | 1101 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6DFDDD
Complementary color
Monochromatic Colors of #6DFDDD
Black with #6DFDDD
Text Example
Text Example
White with #6DFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDDD; }
p { color: rgb(109,253,221); }
H1.HeaderClassName
{
color: #6DFDDD;
}
.AnyTagClassName
{
color: #6DFDDD;
}
</style>
background-color css
<style>
a { background-color: #6DFDDD; }
a { background-color: rgb(109,253,221); }
div.DivClassName
{
background-color: #6DFDDD;
}
.BgClassName
{
background-color: #6DFDDD;
}
</style>
border-color css
<style>
span { border-color: #6DFDDD; }
span { border-color: rgb(109,253,221); }
td.TdClassName
{
border-color: #6DFDDD;
}
.TagClassName
{
border-color: #6DFDDD;
}
</style>