Shades of Aquamarine #6DF6CD
Tints of Aquamarine #6DF6CD
RGB
CMYK
RGB Variations
Color information
#6DF6CD (or 0x6DF6CD) is known color: Aquamarine. HEX triplet: 6D, F6 and CD. RGB value is (109,246,205). Sum of RGB (Red+Green+Blue) = 109+246+205=560 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.46% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #6DF6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF6CD is #920932. Grayscale: #C8C8C8. Windows color (decimal): -9570611 or 13497965. OLE color: 13497965.
HSL color Cylindrical-coordinate representation of color #6DF6CD: hue angle of 162.04º 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 #6DF6CD is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 246 | 205 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.04 |
| HSL | 162.04º | 0.88% | 0.7% | - |
| HSV(B) | 162.04º | 0.56% | 0.96% | - |
| XYZ | 50.28 | 73.57 | 69.31 | - |
| YUV | 200.36 | 130.61 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 246 | 205 | 0.56 | 0 | 0.17 | 0.04 | 162.04 | 0.88 | 0.7 |
| Hex | 6D | F6 | CD | 38 | 0 | 11 | 4 | A2 | 58 | 46 |
| Octal | 155 | 366 | 315 | 70 | 0 | 21 | 4 | 242 | 130 | 106 |
| Binary | 1101101 | 11110110 | 11001101 | 111000 | 0 | 10001 | 100 | 10100010 | 1011000 | 1000110 |
Color Harmonies of #6DF6CD
Complementary color
Monochromatic Colors of #6DF6CD
Black with #6DF6CD
Text Example
Text Example
White with #6DF6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF6CD; }
p { color: rgb(109,246,205); }
H1.HeaderClassName
{
color: #6DF6CD;
}
.AnyTagClassName
{
color: #6DF6CD;
}
</style>
background-color css
<style>
a { background-color: #6DF6CD; }
a { background-color: rgb(109,246,205); }
div.DivClassName
{
background-color: #6DF6CD;
}
.BgClassName
{
background-color: #6DF6CD;
}
</style>
border-color css
<style>
span { border-color: #6DF6CD; }
span { border-color: rgb(109,246,205); }
td.TdClassName
{
border-color: #6DF6CD;
}
.TagClassName
{
border-color: #6DF6CD;
}
</style>