Shades of Aquamarine #6DF9DF
Tints of Aquamarine #6DF9DF
RGB
CMYK
RGB Variations
Color information
#6DF9DF (or 0x6DF9DF) is known color: Aquamarine. HEX triplet: 6D, F9 and DF. RGB value is (109,249,223). Sum of RGB (Red+Green+Blue) = 109+249+223=581 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.76% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #6DF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF9DF is #920620. Grayscale: #CCCCCC. Windows color (decimal): -9569825 or 14678381. OLE color: 14678381.
HSL color Cylindrical-coordinate representation of color #6DF9DF: hue angle of 168.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF9DF is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 249 | 223 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.02 |
| HSL | 168.86º | 0.92% | 0.7% | - |
| HSV(B) | 168.86º | 0.56% | 0.98% | - |
| XYZ | 53.5 | 76.33 | 81.73 | - |
| YUV | 204.18 | 138.62 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 249 | 223 | 0.56 | 0 | 0.10 | 0.02 | 168.86 | 0.92 | 0.7 |
| Hex | 6D | F9 | DF | 38 | 0 | A | 2 | A9 | 5C | 46 |
| Octal | 155 | 371 | 337 | 70 | 0 | 12 | 2 | 251 | 134 | 106 |
| Binary | 1101101 | 11111001 | 11011111 | 111000 | 0 | 1010 | 10 | 10101001 | 1011100 | 1000110 |
Color Harmonies of #6DF9DF
Complementary color
Monochromatic Colors of #6DF9DF
Black with #6DF9DF
Text Example
Text Example
White with #6DF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF9DF; }
p { color: rgb(109,249,223); }
H1.HeaderClassName
{
color: #6DF9DF;
}
.AnyTagClassName
{
color: #6DF9DF;
}
</style>
background-color css
<style>
a { background-color: #6DF9DF; }
a { background-color: rgb(109,249,223); }
div.DivClassName
{
background-color: #6DF9DF;
}
.BgClassName
{
background-color: #6DF9DF;
}
</style>
border-color css
<style>
span { border-color: #6DF9DF; }
span { border-color: rgb(109,249,223); }
td.TdClassName
{
border-color: #6DF9DF;
}
.TagClassName
{
border-color: #6DF9DF;
}
</style>