Shades of Aquamarine #6DFFE0
Tints of Aquamarine #6DFFE0
RGB
CMYK
RGB Variations
Color information
#6DFFE0 (or 0x6DFFE0) is known color: Aquamarine. HEX triplet: 6D, FF and E0. RGB value is (109,255,224). Sum of RGB (Red+Green+Blue) = 109+255+224=588 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.54% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFE0 is #92001F. Grayscale: #CFCFCF. Windows color (decimal): -9568288 or 14745453. OLE color: 14745453.
HSL color Cylindrical-coordinate representation of color #6DFFE0: hue angle of 167.26º 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 #6DFFE0 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 224 | - |
| CMYK | 0.57 | 0 | 0.12 | 0 |
| HSL | 167.26º | 1% | 0.71% | - |
| HSV(B) | 167.26º | 0.57% | 1% | - |
| XYZ | 55.52 | 80.15 | 83.07 | - |
| YUV | 207.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 224 | 0.57 | 0 | 0.12 | 0 | 167.26 | 1 | 0.71 |
| Hex | 6D | FF | E0 | 39 | 0 | C | 0 | A7 | 64 | 47 |
| Octal | 155 | 377 | 340 | 71 | 0 | 14 | 0 | 247 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11100000 | 111001 | 0 | 1100 | 0 | 10100111 | 1100100 | 1000111 |
Color Harmonies of #6DFFE0
Complementary color
Monochromatic Colors of #6DFFE0
Black with #6DFFE0
Text Example
Text Example
White with #6DFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFE0; }
p { color: rgb(109,255,224); }
H1.HeaderClassName
{
color: #6DFFE0;
}
.AnyTagClassName
{
color: #6DFFE0;
}
</style>
background-color css
<style>
a { background-color: #6DFFE0; }
a { background-color: rgb(109,255,224); }
div.DivClassName
{
background-color: #6DFFE0;
}
.BgClassName
{
background-color: #6DFFE0;
}
</style>
border-color css
<style>
span { border-color: #6DFFE0; }
span { border-color: rgb(109,255,224); }
td.TdClassName
{
border-color: #6DFFE0;
}
.TagClassName
{
border-color: #6DFFE0;
}
</style>