Shades of Aquamarine #6DFEBD
Tints of Aquamarine #6DFEBD
RGB
CMYK
RGB Variations
Color information
#6DFEBD (or 0x6DFEBD) is known color: Aquamarine. HEX triplet: 6D, FE and BD. RGB value is (109,254,189). Sum of RGB (Red+Green+Blue) = 109+254+189=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFEBD is #920142. Grayscale: #CBCBCB. Windows color (decimal): -9568579 or 12451437. OLE color: 12451437.
HSL color Cylindrical-coordinate representation of color #6DFEBD: hue angle of 153.1º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFEBD is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 254 | 189 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.00 |
| HSL | 153.1º | 0.99% | 0.71% | - |
| HSV(B) | 153.1º | 0.57% | 1% | - |
| XYZ | 50.93 | 77.81 | 60.48 | - |
| YUV | 203.24 | 119.96 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 254 | 189 | 0.57 | 0 | 0.26 | 0.00 | 153.1 | 0.99 | 0.71 |
| Hex | 6D | FE | BD | 39 | 0 | 1A | 0 | 99 | 63 | 47 |
| Octal | 155 | 376 | 275 | 71 | 0 | 32 | 0 | 231 | 143 | 107 |
| Binary | 1101101 | 11111110 | 10111101 | 111001 | 0 | 11010 | 0 | 10011001 | 1100011 | 1000111 |
Color Harmonies of #6DFEBD
Complementary color
Monochromatic Colors of #6DFEBD
Black with #6DFEBD
Text Example
Text Example
White with #6DFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFEBD; }
p { color: rgb(109,254,189); }
H1.HeaderClassName
{
color: #6DFEBD;
}
.AnyTagClassName
{
color: #6DFEBD;
}
</style>
background-color css
<style>
a { background-color: #6DFEBD; }
a { background-color: rgb(109,254,189); }
div.DivClassName
{
background-color: #6DFEBD;
}
.BgClassName
{
background-color: #6DFEBD;
}
</style>
border-color css
<style>
span { border-color: #6DFEBD; }
span { border-color: rgb(109,254,189); }
td.TdClassName
{
border-color: #6DFEBD;
}
.TagClassName
{
border-color: #6DFEBD;
}
</style>