Shades of Aquamarine #6DFDD0
Tints of Aquamarine #6DFDD0
RGB
CMYK
RGB Variations
Color information
#6DFDD0 (or 0x6DFDD0) is known color: Aquamarine. HEX triplet: 6D, FD and D0. RGB value is (109,253,208). Sum of RGB (Red+Green+Blue) = 109+253+208=570 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.12% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDD0 is #92022F. Grayscale: #CCCCCC. Windows color (decimal): -9568816 or 13696365. OLE color: 13696365.
HSL color Cylindrical-coordinate representation of color #6DFDD0: hue angle of 161.25º 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 #6DFDD0 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 208 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.01 |
| HSL | 161.25º | 0.97% | 0.71% | - |
| HSV(B) | 161.25º | 0.57% | 0.99% | - |
| XYZ | 52.82 | 78.06 | 71.96 | - |
| YUV | 204.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 208 | 0.57 | 0 | 0.18 | 0.01 | 161.25 | 0.97 | 0.71 |
| Hex | 6D | FD | D0 | 39 | 0 | 12 | 1 | A1 | 61 | 47 |
| Octal | 155 | 375 | 320 | 71 | 0 | 22 | 1 | 241 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11010000 | 111001 | 0 | 10010 | 1 | 10100001 | 1100001 | 1000111 |
Color Harmonies of #6DFDD0
Complementary color
Monochromatic Colors of #6DFDD0
Black with #6DFDD0
Text Example
Text Example
White with #6DFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDD0; }
p { color: rgb(109,253,208); }
H1.HeaderClassName
{
color: #6DFDD0;
}
.AnyTagClassName
{
color: #6DFDD0;
}
</style>
background-color css
<style>
a { background-color: #6DFDD0; }
a { background-color: rgb(109,253,208); }
div.DivClassName
{
background-color: #6DFDD0;
}
.BgClassName
{
background-color: #6DFDD0;
}
</style>
border-color css
<style>
span { border-color: #6DFDD0; }
span { border-color: rgb(109,253,208); }
td.TdClassName
{
border-color: #6DFDD0;
}
.TagClassName
{
border-color: #6DFDD0;
}
</style>