Shades of Aquamarine #6DEDCC
Tints of Aquamarine #6DEDCC
RGB
CMYK
RGB Variations
Color information
#6DEDCC (or 0x6DEDCC) is known color: Aquamarine. HEX triplet: 6D, ED and CC. RGB value is (109,237,204). Sum of RGB (Red+Green+Blue) = 109+237+204=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDCC is #921233. Grayscale: #C2C2C2. Windows color (decimal): -9572916 or 13430125. OLE color: 13430125.
HSL color Cylindrical-coordinate representation of color #6DEDCC: hue angle of 164.53º 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 #6DEDCC is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 204 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 164.53º | 0.78% | 0.68% | - |
| HSV(B) | 164.53º | 0.54% | 0.93% | - |
| XYZ | 47.49 | 68.18 | 67.78 | - |
| YUV | 194.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 204 | 0.54 | 0 | 0.14 | 0.07 | 164.53 | 0.78 | 0.68 |
| Hex | 6D | ED | CC | 36 | 0 | E | 7 | A5 | 4E | 44 |
| Octal | 155 | 355 | 314 | 66 | 0 | 16 | 7 | 245 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11001100 | 110110 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000100 |
Color Harmonies of #6DEDCC
Complementary color
Monochromatic Colors of #6DEDCC
Black with #6DEDCC
Text Example
Text Example
White with #6DEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDCC; }
p { color: rgb(109,237,204); }
H1.HeaderClassName
{
color: #6DEDCC;
}
.AnyTagClassName
{
color: #6DEDCC;
}
</style>
background-color css
<style>
a { background-color: #6DEDCC; }
a { background-color: rgb(109,237,204); }
div.DivClassName
{
background-color: #6DEDCC;
}
.BgClassName
{
background-color: #6DEDCC;
}
</style>
border-color css
<style>
span { border-color: #6DEDCC; }
span { border-color: rgb(109,237,204); }
td.TdClassName
{
border-color: #6DEDCC;
}
.TagClassName
{
border-color: #6DEDCC;
}
</style>