Shades of Aquamarine #6DEDD3
Tints of Aquamarine #6DEDD3
RGB
CMYK
RGB Variations
Color information
#6DEDD3 (or 0x6DEDD3) is known color: Aquamarine. HEX triplet: 6D, ED and D3. RGB value is (109,237,211). Sum of RGB (Red+Green+Blue) = 109+237+211=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDD3 is #92122C. Grayscale: #C3C3C3. Windows color (decimal): -9572909 or 13888877. OLE color: 13888877.
HSL color Cylindrical-coordinate representation of color #6DEDD3: hue angle of 167.81º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDD3 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 211 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.07 |
| HSL | 167.81º | 0.78% | 0.68% | - |
| HSV(B) | 167.81º | 0.54% | 0.93% | - |
| XYZ | 48.35 | 68.52 | 72.31 | - |
| YUV | 195.76 | 136.59 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 211 | 0.54 | 0 | 0.11 | 0.07 | 167.81 | 0.78 | 0.68 |
| Hex | 6D | ED | D3 | 36 | 0 | B | 7 | A8 | 4E | 44 |
| Octal | 155 | 355 | 323 | 66 | 0 | 13 | 7 | 250 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11010011 | 110110 | 0 | 1011 | 111 | 10101000 | 1001110 | 1000100 |
Color Harmonies of #6DEDD3
Complementary color
Monochromatic Colors of #6DEDD3
Black with #6DEDD3
Text Example
Text Example
White with #6DEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDD3; }
p { color: rgb(109,237,211); }
H1.HeaderClassName
{
color: #6DEDD3;
}
.AnyTagClassName
{
color: #6DEDD3;
}
</style>
background-color css
<style>
a { background-color: #6DEDD3; }
a { background-color: rgb(109,237,211); }
div.DivClassName
{
background-color: #6DEDD3;
}
.BgClassName
{
background-color: #6DEDD3;
}
</style>
border-color css
<style>
span { border-color: #6DEDD3; }
span { border-color: rgb(109,237,211); }
td.TdClassName
{
border-color: #6DEDD3;
}
.TagClassName
{
border-color: #6DEDD3;
}
</style>