Shades of Aquamarine #6DF2CE
Tints of Aquamarine #6DF2CE
RGB
CMYK
RGB Variations
Color information
#6DF2CE (or 0x6DF2CE) is known color: Aquamarine. HEX triplet: 6D, F2 and CE. RGB value is (109,242,206). Sum of RGB (Red+Green+Blue) = 109+242+206=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 242 - color contains mainly: green. Hex color #6DF2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF2CE is #920D31. Grayscale: #C6C6C6. Windows color (decimal): -9571634 or 13562477. OLE color: 13562477.
HSL color Cylindrical-coordinate representation of color #6DF2CE: hue angle of 163.76º degrees, saturation: 0.84, 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 #6DF2CE is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 242 | 206 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.05 |
| HSL | 163.76º | 0.84% | 0.69% | - |
| HSV(B) | 163.76º | 0.55% | 0.95% | - |
| XYZ | 49.2 | 71.21 | 69.54 | - |
| YUV | 198.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 242 | 206 | 0.55 | 0 | 0.15 | 0.05 | 163.76 | 0.84 | 0.69 |
| Hex | 6D | F2 | CE | 37 | 0 | F | 5 | A4 | 54 | 45 |
| Octal | 155 | 362 | 316 | 67 | 0 | 17 | 5 | 244 | 124 | 105 |
| Binary | 1101101 | 11110010 | 11001110 | 110111 | 0 | 1111 | 101 | 10100100 | 1010100 | 1000101 |
Color Harmonies of #6DF2CE
Complementary color
Monochromatic Colors of #6DF2CE
Black with #6DF2CE
Text Example
Text Example
White with #6DF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DF2CE; }
p { color: rgb(109,242,206); }
H1.HeaderClassName
{
color: #6DF2CE;
}
.AnyTagClassName
{
color: #6DF2CE;
}
</style>
background-color css
<style>
a { background-color: #6DF2CE; }
a { background-color: rgb(109,242,206); }
div.DivClassName
{
background-color: #6DF2CE;
}
.BgClassName
{
background-color: #6DF2CE;
}
</style>
border-color css
<style>
span { border-color: #6DF2CE; }
span { border-color: rgb(109,242,206); }
td.TdClassName
{
border-color: #6DF2CE;
}
.TagClassName
{
border-color: #6DF2CE;
}
</style>