Shades of Aquamarine #6DFDBB
Tints of Aquamarine #6DFDBB
RGB
CMYK
RGB Variations
Color information
#6DFDBB (or 0x6DFDBB) is known color: Aquamarine. HEX triplet: 6D, FD and BB. RGB value is (109,253,187). Sum of RGB (Red+Green+Blue) = 109+253+187=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDBB is #920244. Grayscale: #CACACA. Windows color (decimal): -9568837 or 12320109. OLE color: 12320109.
HSL color Cylindrical-coordinate representation of color #6DFDBB: hue angle of 152.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 #6DFDBB is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 187 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.01 |
| HSL | 152.5º | 0.97% | 0.71% | - |
| HSV(B) | 152.5º | 0.57% | 0.99% | - |
| XYZ | 50.4 | 77.09 | 59.24 | - |
| YUV | 202.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 187 | 0.57 | 0 | 0.26 | 0.01 | 152.5 | 0.97 | 0.71 |
| Hex | 6D | FD | BB | 39 | 0 | 1A | 1 | 98 | 61 | 47 |
| Octal | 155 | 375 | 273 | 71 | 0 | 32 | 1 | 230 | 141 | 107 |
| Binary | 1101101 | 11111101 | 10111011 | 111001 | 0 | 11010 | 1 | 10011000 | 1100001 | 1000111 |
Color Harmonies of #6DFDBB
Complementary color
Monochromatic Colors of #6DFDBB
Black with #6DFDBB
Text Example
Text Example
White with #6DFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDBB; }
p { color: rgb(109,253,187); }
H1.HeaderClassName
{
color: #6DFDBB;
}
.AnyTagClassName
{
color: #6DFDBB;
}
</style>
background-color css
<style>
a { background-color: #6DFDBB; }
a { background-color: rgb(109,253,187); }
div.DivClassName
{
background-color: #6DFDBB;
}
.BgClassName
{
background-color: #6DFDBB;
}
</style>
border-color css
<style>
span { border-color: #6DFDBB; }
span { border-color: rgb(109,253,187); }
td.TdClassName
{
border-color: #6DFDBB;
}
.TagClassName
{
border-color: #6DFDBB;
}
</style>