Shades of Aquamarine #6DFDAF
Tints of Aquamarine #6DFDAF
RGB
CMYK
RGB Variations
Color information
#6DFDAF (or 0x6DFDAF) is known color: Aquamarine. HEX triplet: 6D, FD and AF. RGB value is (109,253,175). Sum of RGB (Red+Green+Blue) = 109+253+175=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DFDAF is #920250. Grayscale: #C9C9C9. Windows color (decimal): -9568849 or 11533677. OLE color: 11533677.
HSL color Cylindrical-coordinate representation of color #6DFDAF: hue angle of 147.5º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDAF is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 175 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.01 |
| HSL | 147.5º | 0.97% | 0.71% | - |
| HSV(B) | 147.5º | 0.57% | 0.99% | - |
| XYZ | 49.17 | 76.6 | 52.75 | - |
| YUV | 201.05 | 113.29 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 175 | 0.57 | 0 | 0.31 | 0.01 | 147.5 | 0.97 | 0.71 |
| Hex | 6D | FD | AF | 39 | 0 | 1F | 1 | 94 | 61 | 47 |
| Octal | 155 | 375 | 257 | 71 | 0 | 37 | 1 | 224 | 141 | 107 |
| Binary | 1101101 | 11111101 | 10101111 | 111001 | 0 | 11111 | 1 | 10010100 | 1100001 | 1000111 |
Color Harmonies of #6DFDAF
Complementary color
Monochromatic Colors of #6DFDAF
Black with #6DFDAF
Text Example
Text Example
White with #6DFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDAF; }
p { color: rgb(109,253,175); }
H1.HeaderClassName
{
color: #6DFDAF;
}
.AnyTagClassName
{
color: #6DFDAF;
}
</style>
background-color css
<style>
a { background-color: #6DFDAF; }
a { background-color: rgb(109,253,175); }
div.DivClassName
{
background-color: #6DFDAF;
}
.BgClassName
{
background-color: #6DFDAF;
}
</style>
border-color css
<style>
span { border-color: #6DFDAF; }
span { border-color: rgb(109,253,175); }
td.TdClassName
{
border-color: #6DFDAF;
}
.TagClassName
{
border-color: #6DFDAF;
}
</style>