Shades of Aquamarine #6DFFC6
Tints of Aquamarine #6DFFC6
RGB
CMYK
RGB Variations
Color information
#6DFFC6 (or 0x6DFFC6) is known color: Aquamarine. HEX triplet: 6D, FF and C6. RGB value is (109,255,198). Sum of RGB (Red+Green+Blue) = 109+255+198=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFC6 is #920039. Grayscale: #CCCCCC. Windows color (decimal): -9568314 or 13041517. OLE color: 13041517.
HSL color Cylindrical-coordinate representation of color #6DFFC6: hue angle of 156.58º 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 #6DFFC6 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 198 | - |
| CMYK | 0.57 | 0 | 0.22 | 0 |
| HSL | 156.58º | 1% | 0.71% | - |
| HSV(B) | 156.58º | 0.57% | 1% | - |
| XYZ | 52.26 | 78.85 | 65.89 | - |
| YUV | 204.85 | 124.13 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 198 | 0.57 | 0 | 0.22 | 0 | 156.58 | 1 | 0.71 |
| Hex | 6D | FF | C6 | 39 | 0 | 16 | 0 | 9D | 64 | 47 |
| Octal | 155 | 377 | 306 | 71 | 0 | 26 | 0 | 235 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11000110 | 111001 | 0 | 10110 | 0 | 10011101 | 1100100 | 1000111 |
Color Harmonies of #6DFFC6
Complementary color
Monochromatic Colors of #6DFFC6
Black with #6DFFC6
Text Example
Text Example
White with #6DFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFC6; }
p { color: rgb(109,255,198); }
H1.HeaderClassName
{
color: #6DFFC6;
}
.AnyTagClassName
{
color: #6DFFC6;
}
</style>
background-color css
<style>
a { background-color: #6DFFC6; }
a { background-color: rgb(109,255,198); }
div.DivClassName
{
background-color: #6DFFC6;
}
.BgClassName
{
background-color: #6DFFC6;
}
</style>
border-color css
<style>
span { border-color: #6DFFC6; }
span { border-color: rgb(109,255,198); }
td.TdClassName
{
border-color: #6DFFC6;
}
.TagClassName
{
border-color: #6DFFC6;
}
</style>