Shades of Aquamarine #6DFFAC
Tints of Aquamarine #6DFFAC
RGB
CMYK
RGB Variations
Color information
#6DFFAC (or 0x6DFFAC) is known color: Aquamarine. HEX triplet: 6D, FF and AC. RGB value is (109,255,172). Sum of RGB (Red+Green+Blue) = 109+255+172=536 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.34% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFFAC is #920053. Grayscale: #CACACA. Windows color (decimal): -9568340 or 11337581. OLE color: 11337581.
HSL color Cylindrical-coordinate representation of color #6DFFAC: hue angle of 145.89º 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 #6DFFAC is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 172 | - |
| CMYK | 0.57 | 0 | 0.33 | 0 |
| HSL | 145.89º | 1% | 0.71% | - |
| HSV(B) | 145.89º | 0.57% | 1% | - |
| XYZ | 49.51 | 77.75 | 51.43 | - |
| YUV | 201.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 172 | 0.57 | 0 | 0.33 | 0 | 145.89 | 1 | 0.71 |
| Hex | 6D | FF | AC | 39 | 0 | 21 | 0 | 92 | 64 | 47 |
| Octal | 155 | 377 | 254 | 71 | 0 | 41 | 0 | 222 | 144 | 107 |
| Binary | 1101101 | 11111111 | 10101100 | 111001 | 0 | 100001 | 0 | 10010010 | 1100100 | 1000111 |
Color Harmonies of #6DFFAC
Complementary color
Monochromatic Colors of #6DFFAC
Black with #6DFFAC
Text Example
Text Example
White with #6DFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFAC; }
p { color: rgb(109,255,172); }
H1.HeaderClassName
{
color: #6DFFAC;
}
.AnyTagClassName
{
color: #6DFFAC;
}
</style>
background-color css
<style>
a { background-color: #6DFFAC; }
a { background-color: rgb(109,255,172); }
div.DivClassName
{
background-color: #6DFFAC;
}
.BgClassName
{
background-color: #6DFFAC;
}
</style>
border-color css
<style>
span { border-color: #6DFFAC; }
span { border-color: rgb(109,255,172); }
td.TdClassName
{
border-color: #6DFFAC;
}
.TagClassName
{
border-color: #6DFFAC;
}
</style>