Shades of Aquamarine #6DFFCD
Tints of Aquamarine #6DFFCD
RGB
CMYK
RGB Variations
Color information
#6DFFCD (or 0x6DFFCD) is known color: Aquamarine. HEX triplet: 6D, FF and CD. RGB value is (109,255,205). Sum of RGB (Red+Green+Blue) = 109+255+205=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFCD is #920032. Grayscale: #CDCDCD. Windows color (decimal): -9568307 or 13500269. OLE color: 13500269.
HSL color Cylindrical-coordinate representation of color #6DFFCD: hue angle of 159.45º 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 #6DFFCD is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 205 | - |
| CMYK | 0.57 | 0 | 0.20 | 0 |
| HSL | 159.45º | 1% | 0.71% | - |
| HSV(B) | 159.45º | 0.57% | 1% | - |
| XYZ | 53.09 | 79.18 | 70.24 | - |
| YUV | 205.65 | 127.63 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 205 | 0.57 | 0 | 0.20 | 0 | 159.45 | 1 | 0.71 |
| Hex | 6D | FF | CD | 39 | 0 | 14 | 0 | 9F | 64 | 47 |
| Octal | 155 | 377 | 315 | 71 | 0 | 24 | 0 | 237 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11001101 | 111001 | 0 | 10100 | 0 | 10011111 | 1100100 | 1000111 |
Color Harmonies of #6DFFCD
Complementary color
Monochromatic Colors of #6DFFCD
Black with #6DFFCD
Text Example
Text Example
White with #6DFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFCD; }
p { color: rgb(109,255,205); }
H1.HeaderClassName
{
color: #6DFFCD;
}
.AnyTagClassName
{
color: #6DFFCD;
}
</style>
background-color css
<style>
a { background-color: #6DFFCD; }
a { background-color: rgb(109,255,205); }
div.DivClassName
{
background-color: #6DFFCD;
}
.BgClassName
{
background-color: #6DFFCD;
}
</style>
border-color css
<style>
span { border-color: #6DFFCD; }
span { border-color: rgb(109,255,205); }
td.TdClassName
{
border-color: #6DFFCD;
}
.TagClassName
{
border-color: #6DFFCD;
}
</style>