Shades of Aquamarine #6DF3DB
Tints of Aquamarine #6DF3DB
RGB
CMYK
RGB Variations
Color information
#6DF3DB (or 0x6DF3DB) is known color: Aquamarine. HEX triplet: 6D, F3 and DB. RGB value is (109,243,219). Sum of RGB (Red+Green+Blue) = 109+243+219=571 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.09% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #6DF3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF3DB is #920C24. Grayscale: #C8C8C8. Windows color (decimal): -9571365 or 14414701. OLE color: 14414701.
HSL color Cylindrical-coordinate representation of color #6DF3DB: hue angle of 169.25º degrees, saturation: 0.85, 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 #6DF3DB is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 243 | 219 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.05 |
| HSL | 169.25º | 0.85% | 0.69% | - |
| HSV(B) | 169.25º | 0.55% | 0.95% | - |
| XYZ | 51.14 | 72.47 | 78.31 | - |
| YUV | 200.2 | 138.61 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 243 | 219 | 0.55 | 0 | 0.10 | 0.05 | 169.25 | 0.85 | 0.69 |
| Hex | 6D | F3 | DB | 37 | 0 | A | 5 | A9 | 55 | 45 |
| Octal | 155 | 363 | 333 | 67 | 0 | 12 | 5 | 251 | 125 | 105 |
| Binary | 1101101 | 11110011 | 11011011 | 110111 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000101 |
Color Harmonies of #6DF3DB
Complementary color
Monochromatic Colors of #6DF3DB
Black with #6DF3DB
Text Example
Text Example
White with #6DF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF3DB; }
p { color: rgb(109,243,219); }
H1.HeaderClassName
{
color: #6DF3DB;
}
.AnyTagClassName
{
color: #6DF3DB;
}
</style>
background-color css
<style>
a { background-color: #6DF3DB; }
a { background-color: rgb(109,243,219); }
div.DivClassName
{
background-color: #6DF3DB;
}
.BgClassName
{
background-color: #6DF3DB;
}
</style>
border-color css
<style>
span { border-color: #6DF3DB; }
span { border-color: rgb(109,243,219); }
td.TdClassName
{
border-color: #6DF3DB;
}
.TagClassName
{
border-color: #6DF3DB;
}
</style>