Shades of Aquamarine #6DF6DC
Tints of Aquamarine #6DF6DC
RGB
CMYK
RGB Variations
Color information
#6DF6DC (or 0x6DF6DC) is known color: Aquamarine. HEX triplet: 6D, F6 and DC. RGB value is (109,246,220). Sum of RGB (Red+Green+Blue) = 109+246+220=575 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.96% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #6DF6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF6DC is #920923. Grayscale: #CACACA. Windows color (decimal): -9570596 or 14481005. OLE color: 14481005.
HSL color Cylindrical-coordinate representation of color #6DF6DC: hue angle of 168.61º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF6DC is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 246 | 220 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.04 |
| HSL | 168.61º | 0.88% | 0.7% | - |
| HSV(B) | 168.61º | 0.56% | 0.96% | - |
| XYZ | 52.18 | 74.33 | 79.31 | - |
| YUV | 202.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 246 | 220 | 0.56 | 0 | 0.11 | 0.04 | 168.61 | 0.88 | 0.7 |
| Hex | 6D | F6 | DC | 38 | 0 | B | 4 | A9 | 58 | 46 |
| Octal | 155 | 366 | 334 | 70 | 0 | 13 | 4 | 251 | 130 | 106 |
| Binary | 1101101 | 11110110 | 11011100 | 111000 | 0 | 1011 | 100 | 10101001 | 1011000 | 1000110 |
Color Harmonies of #6DF6DC
Complementary color
Monochromatic Colors of #6DF6DC
Black with #6DF6DC
Text Example
Text Example
White with #6DF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF6DC; }
p { color: rgb(109,246,220); }
H1.HeaderClassName
{
color: #6DF6DC;
}
.AnyTagClassName
{
color: #6DF6DC;
}
</style>
background-color css
<style>
a { background-color: #6DF6DC; }
a { background-color: rgb(109,246,220); }
div.DivClassName
{
background-color: #6DF6DC;
}
.BgClassName
{
background-color: #6DF6DC;
}
</style>
border-color css
<style>
span { border-color: #6DF6DC; }
span { border-color: rgb(109,246,220); }
td.TdClassName
{
border-color: #6DF6DC;
}
.TagClassName
{
border-color: #6DF6DC;
}
</style>