Shades of Aquamarine #6DFFE5
Tints of Aquamarine #6DFFE5
RGB
CMYK
RGB Variations
Color information
#6DFFE5 (or 0x6DFFE5) is known color: Aquamarine. HEX triplet: 6D, FF and E5. RGB value is (109,255,229). Sum of RGB (Red+Green+Blue) = 109+255+229=593 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.38% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFFE5 is #92001A. Grayscale: #D0D0D0. Windows color (decimal): -9568283 or 15073133. OLE color: 15073133.
HSL color Cylindrical-coordinate representation of color #6DFFE5: hue angle of 169.32º 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 #6DFFE5 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 255 | 229 | - |
| CMYK | 0.57 | 0 | 0.10 | 0 |
| HSL | 169.32º | 1% | 0.71% | - |
| HSV(B) | 169.32º | 0.57% | 1% | - |
| XYZ | 56.21 | 80.43 | 86.69 | - |
| YUV | 208.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 255 | 229 | 0.57 | 0 | 0.10 | 0 | 169.32 | 1 | 0.71 |
| Hex | 6D | FF | E5 | 39 | 0 | A | 0 | A9 | 64 | 47 |
| Octal | 155 | 377 | 345 | 71 | 0 | 12 | 0 | 251 | 144 | 107 |
| Binary | 1101101 | 11111111 | 11100101 | 111001 | 0 | 1010 | 0 | 10101001 | 1100100 | 1000111 |
Color Harmonies of #6DFFE5
Complementary color
Monochromatic Colors of #6DFFE5
Black with #6DFFE5
Text Example
Text Example
White with #6DFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFFE5; }
p { color: rgb(109,255,229); }
H1.HeaderClassName
{
color: #6DFFE5;
}
.AnyTagClassName
{
color: #6DFFE5;
}
</style>
background-color css
<style>
a { background-color: #6DFFE5; }
a { background-color: rgb(109,255,229); }
div.DivClassName
{
background-color: #6DFFE5;
}
.BgClassName
{
background-color: #6DFFE5;
}
</style>
border-color css
<style>
span { border-color: #6DFFE5; }
span { border-color: rgb(109,255,229); }
td.TdClassName
{
border-color: #6DFFE5;
}
.TagClassName
{
border-color: #6DFFE5;
}
</style>