Shades of Aquamarine #6DFFCF
Tints of Aquamarine #6DFFCF
RGB
CMYK
RGB Variations
Color information
#6DFFCF (or 0x6DFFCF) is known color: Aquamarine. HEX triplet: 6D, FF and CF. RGB value is (109,255,207). Sum of RGB (Red+Green+Blue) = 109+255+207=571 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.09% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFCF is #920030. Grayscale: #CDCDCD. Windows color (decimal): -9568305 or 13631341. OLE color: 13631341.
HSL color Cylindrical-coordinate representation of color #6DFFCF: hue angle of 160.27º 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 #6DFFCF is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 207 | - |
| CMYK | 0.57 | 0 | 0.19 | 0 |
| HSL | 160.27º | 1% | 0.71% | - |
| HSV(B) | 160.27º | 0.57% | 1% | - |
| XYZ | 53.33 | 79.28 | 71.52 | - |
| YUV | 205.87 | 128.63 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 207 | 0.57 | 0 | 0.19 | 0 | 160.27 | 1 | 0.71 |
| Hex | 6D | FF | CF | 39 | 0 | 13 | 0 | A0 | 64 | 47 |
| Octal | 155 | 377 | 317 | 71 | 0 | 23 | 0 | 240 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11001111 | 111001 | 0 | 10011 | 0 | 10100000 | 1100100 | 1000111 |
Color Harmonies of #6DFFCF
Complementary color
Monochromatic Colors of #6DFFCF
Black with #6DFFCF
Text Example
Text Example
White with #6DFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFCF; }
p { color: rgb(109,255,207); }
H1.HeaderClassName
{
color: #6DFFCF;
}
.AnyTagClassName
{
color: #6DFFCF;
}
</style>
background-color css
<style>
a { background-color: #6DFFCF; }
a { background-color: rgb(109,255,207); }
div.DivClassName
{
background-color: #6DFFCF;
}
.BgClassName
{
background-color: #6DFFCF;
}
</style>
border-color css
<style>
span { border-color: #6DFFCF; }
span { border-color: rgb(109,255,207); }
td.TdClassName
{
border-color: #6DFFCF;
}
.TagClassName
{
border-color: #6DFFCF;
}
</style>