Shades of Aquamarine #6DF1DF
Tints of Aquamarine #6DF1DF
RGB
CMYK
RGB Variations
Color information
#6DF1DF (or 0x6DF1DF) is known color: Aquamarine. HEX triplet: 6D, F1 and DF. RGB value is (109,241,223). Sum of RGB (Red+Green+Blue) = 109+241+223=573 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.02% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1DF is #920E20. Grayscale: #C7C7C7. Windows color (decimal): -9571873 or 14676333. OLE color: 14676333.
HSL color Cylindrical-coordinate representation of color #6DF1DF: hue angle of 171.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1DF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 223 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.05 |
| HSL | 171.82º | 0.83% | 0.69% | - |
| HSV(B) | 171.82º | 0.55% | 0.95% | - |
| XYZ | 51.08 | 71.49 | 80.92 | - |
| YUV | 199.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 223 | 0.55 | 0 | 0.07 | 0.05 | 171.82 | 0.83 | 0.69 |
| Hex | 6D | F1 | DF | 37 | 0 | 7 | 5 | AC | 52 | 45 |
| Octal | 155 | 361 | 337 | 67 | 0 | 7 | 5 | 254 | 122 | 105 |
| Binary | 1101101 | 11110001 | 11011111 | 110111 | 0 | 111 | 101 | 10101100 | 1010010 | 1000101 |
Color Harmonies of #6DF1DF
Complementary color
Monochromatic Colors of #6DF1DF
Black with #6DF1DF
Text Example
Text Example
White with #6DF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1DF; }
p { color: rgb(109,241,223); }
H1.HeaderClassName
{
color: #6DF1DF;
}
.AnyTagClassName
{
color: #6DF1DF;
}
</style>
background-color css
<style>
a { background-color: #6DF1DF; }
a { background-color: rgb(109,241,223); }
div.DivClassName
{
background-color: #6DF1DF;
}
.BgClassName
{
background-color: #6DF1DF;
}
</style>
border-color css
<style>
span { border-color: #6DF1DF; }
span { border-color: rgb(109,241,223); }
td.TdClassName
{
border-color: #6DF1DF;
}
.TagClassName
{
border-color: #6DF1DF;
}
</style>