Shades of Aquamarine #6DFDDE
Tints of Aquamarine #6DFDDE
RGB
CMYK
RGB Variations
Color information
#6DFDDE (or 0x6DFDDE) is known color: Aquamarine. HEX triplet: 6D, FD and DE. RGB value is (109,253,222). Sum of RGB (Red+Green+Blue) = 109+253+222=584 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.66% from 584); Green value is 253 (99.22% from 255 or 43.32% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDDE is #920221. Grayscale: #CECECE. Windows color (decimal): -9568802 or 14613869. OLE color: 14613869.
HSL color Cylindrical-coordinate representation of color #6DFDDE: hue angle of 167.08º 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 #6DFDDE is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 222 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.01 |
| HSL | 167.08º | 0.97% | 0.71% | - |
| HSV(B) | 167.08º | 0.57% | 0.99% | - |
| XYZ | 54.62 | 78.78 | 81.43 | - |
| YUV | 206.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 222 | 0.57 | 0 | 0.12 | 0.01 | 167.08 | 0.97 | 0.71 |
| Hex | 6D | FD | DE | 39 | 0 | C | 1 | A7 | 61 | 47 |
| Octal | 155 | 375 | 336 | 71 | 0 | 14 | 1 | 247 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11011110 | 111001 | 0 | 1100 | 1 | 10100111 | 1100001 | 1000111 |
Color Harmonies of #6DFDDE
Complementary color
Monochromatic Colors of #6DFDDE
Black with #6DFDDE
Text Example
Text Example
White with #6DFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDDE; }
p { color: rgb(109,253,222); }
H1.HeaderClassName
{
color: #6DFDDE;
}
.AnyTagClassName
{
color: #6DFDDE;
}
</style>
background-color css
<style>
a { background-color: #6DFDDE; }
a { background-color: rgb(109,253,222); }
div.DivClassName
{
background-color: #6DFDDE;
}
.BgClassName
{
background-color: #6DFDDE;
}
</style>
border-color css
<style>
span { border-color: #6DFDDE; }
span { border-color: rgb(109,253,222); }
td.TdClassName
{
border-color: #6DFDDE;
}
.TagClassName
{
border-color: #6DFDDE;
}
</style>