Shades of Aquamarine #6DFDDF
Tints of Aquamarine #6DFDDF
RGB
CMYK
RGB Variations
Color information
#6DFDDF (or 0x6DFDDF) is known color: Aquamarine. HEX triplet: 6D, FD and DF. RGB value is (109,253,223). Sum of RGB (Red+Green+Blue) = 109+253+223=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFDDF is #920220. Grayscale: #CECECE. Windows color (decimal): -9568801 or 14679405. OLE color: 14679405.
HSL color Cylindrical-coordinate representation of color #6DFDDF: hue angle of 167.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 #6DFDDF is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 253 | 223 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.01 |
| HSL | 167.5º | 0.97% | 0.71% | - |
| HSV(B) | 167.5º | 0.57% | 0.99% | - |
| XYZ | 54.75 | 78.83 | 82.14 | - |
| YUV | 206.52 | 137.29 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 253 | 223 | 0.57 | 0 | 0.12 | 0.01 | 167.5 | 0.97 | 0.71 |
| Hex | 6D | FD | DF | 39 | 0 | C | 1 | A8 | 61 | 47 |
| Octal | 155 | 375 | 337 | 71 | 0 | 14 | 1 | 250 | 141 | 107 |
| Binary | 1101101 | 11111101 | 11011111 | 111001 | 0 | 1100 | 1 | 10101000 | 1100001 | 1000111 |
Color Harmonies of #6DFDDF
Complementary color
Monochromatic Colors of #6DFDDF
Black with #6DFDDF
Text Example
Text Example
White with #6DFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DFDDF; }
p { color: rgb(109,253,223); }
H1.HeaderClassName
{
color: #6DFDDF;
}
.AnyTagClassName
{
color: #6DFDDF;
}
</style>
background-color css
<style>
a { background-color: #6DFDDF; }
a { background-color: rgb(109,253,223); }
div.DivClassName
{
background-color: #6DFDDF;
}
.BgClassName
{
background-color: #6DFDDF;
}
</style>
border-color css
<style>
span { border-color: #6DFDDF; }
span { border-color: rgb(109,253,223); }
td.TdClassName
{
border-color: #6DFDDF;
}
.TagClassName
{
border-color: #6DFDDF;
}
</style>