Shades of Aquamarine #6DF1DB
Tints of Aquamarine #6DF1DB
RGB
CMYK
RGB Variations
Color information
#6DF1DB (or 0x6DF1DB) is known color: Aquamarine. HEX triplet: 6D, F1 and DB. RGB value is (109,241,219). Sum of RGB (Red+Green+Blue) = 109+241+219=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF1DB is #920E24. Grayscale: #C6C6C6. Windows color (decimal): -9571877 or 14414189. OLE color: 14414189.
HSL color Cylindrical-coordinate representation of color #6DF1DB: hue angle of 170º 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 #6DF1DB is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 241 | 219 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.05 |
| HSL | 170º | 0.83% | 0.69% | - |
| HSV(B) | 170º | 0.55% | 0.95% | - |
| XYZ | 50.55 | 71.28 | 78.11 | - |
| YUV | 199.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 241 | 219 | 0.55 | 0 | 0.09 | 0.05 | 170 | 0.83 | 0.69 |
| Hex | 6D | F1 | DB | 37 | 0 | 9 | 5 | AA | 52 | 45 |
| Octal | 155 | 361 | 333 | 67 | 0 | 11 | 5 | 252 | 122 | 105 |
| Binary | 1101101 | 11110001 | 11011011 | 110111 | 0 | 1001 | 101 | 10101010 | 1010010 | 1000101 |
Color Harmonies of #6DF1DB
Complementary color
Monochromatic Colors of #6DF1DB
Black with #6DF1DB
Text Example
Text Example
White with #6DF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF1DB; }
p { color: rgb(109,241,219); }
H1.HeaderClassName
{
color: #6DF1DB;
}
.AnyTagClassName
{
color: #6DF1DB;
}
</style>
background-color css
<style>
a { background-color: #6DF1DB; }
a { background-color: rgb(109,241,219); }
div.DivClassName
{
background-color: #6DF1DB;
}
.BgClassName
{
background-color: #6DF1DB;
}
</style>
border-color css
<style>
span { border-color: #6DF1DB; }
span { border-color: rgb(109,241,219); }
td.TdClassName
{
border-color: #6DF1DB;
}
.TagClassName
{
border-color: #6DF1DB;
}
</style>