Shades of Aquamarine #6DECD7
Tints of Aquamarine #6DECD7
RGB
CMYK
RGB Variations
Color information
#6DECD7 (or 0x6DECD7) is known color: Aquamarine. HEX triplet: 6D, EC and D7. RGB value is (109,236,215). Sum of RGB (Red+Green+Blue) = 109+236+215=560 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.46% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 215 (84.38% from 255 or 38.39% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECD7 is #921328. Grayscale: #C3C3C3. Windows color (decimal): -9573161 or 14150765. OLE color: 14150765.
HSL color Cylindrical-coordinate representation of color #6DECD7: hue angle of 170.08º degrees, saturation: 0.77, 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 #6DECD7 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 215 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.07 |
| HSL | 170.08º | 0.77% | 0.68% | - |
| HSV(B) | 170.08º | 0.54% | 0.93% | - |
| XYZ | 48.57 | 68.15 | 74.88 | - |
| YUV | 195.63 | 138.92 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 215 | 0.54 | 0 | 0.09 | 0.07 | 170.08 | 0.77 | 0.68 |
| Hex | 6D | EC | D7 | 36 | 0 | 9 | 7 | AA | 4D | 44 |
| Octal | 155 | 354 | 327 | 66 | 0 | 11 | 7 | 252 | 115 | 104 |
| Binary | 1101101 | 11101100 | 11010111 | 110110 | 0 | 1001 | 111 | 10101010 | 1001101 | 1000100 |
Color Harmonies of #6DECD7
Complementary color
Monochromatic Colors of #6DECD7
Black with #6DECD7
Text Example
Text Example
White with #6DECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECD7; }
p { color: rgb(109,236,215); }
H1.HeaderClassName
{
color: #6DECD7;
}
.AnyTagClassName
{
color: #6DECD7;
}
</style>
background-color css
<style>
a { background-color: #6DECD7; }
a { background-color: rgb(109,236,215); }
div.DivClassName
{
background-color: #6DECD7;
}
.BgClassName
{
background-color: #6DECD7;
}
</style>
border-color css
<style>
span { border-color: #6DECD7; }
span { border-color: rgb(109,236,215); }
td.TdClassName
{
border-color: #6DECD7;
}
.TagClassName
{
border-color: #6DECD7;
}
</style>