Shades of Aquamarine #6DECCE
Tints of Aquamarine #6DECCE
RGB
CMYK
RGB Variations
Color information
#6DECCE (or 0x6DECCE) is known color: Aquamarine. HEX triplet: 6D, EC and CE. RGB value is (109,236,206). Sum of RGB (Red+Green+Blue) = 109+236+206=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECCE is #921331. Grayscale: #C2C2C2. Windows color (decimal): -9573170 or 13560941. OLE color: 13560941.
HSL color Cylindrical-coordinate representation of color #6DECCE: hue angle of 165.83º 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 #6DECCE is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 206 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.07 |
| HSL | 165.83º | 0.77% | 0.68% | - |
| HSV(B) | 165.83º | 0.54% | 0.93% | - |
| XYZ | 47.44 | 67.7 | 68.96 | - |
| YUV | 194.61 | 134.42 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 206 | 0.54 | 0 | 0.13 | 0.07 | 165.83 | 0.77 | 0.68 |
| Hex | 6D | EC | CE | 36 | 0 | D | 7 | A6 | 4D | 44 |
| Octal | 155 | 354 | 316 | 66 | 0 | 15 | 7 | 246 | 115 | 104 |
| Binary | 1101101 | 11101100 | 11001110 | 110110 | 0 | 1101 | 111 | 10100110 | 1001101 | 1000100 |
Color Harmonies of #6DECCE
Complementary color
Monochromatic Colors of #6DECCE
Black with #6DECCE
Text Example
Text Example
White with #6DECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECCE; }
p { color: rgb(109,236,206); }
H1.HeaderClassName
{
color: #6DECCE;
}
.AnyTagClassName
{
color: #6DECCE;
}
</style>
background-color css
<style>
a { background-color: #6DECCE; }
a { background-color: rgb(109,236,206); }
div.DivClassName
{
background-color: #6DECCE;
}
.BgClassName
{
background-color: #6DECCE;
}
</style>
border-color css
<style>
span { border-color: #6DECCE; }
span { border-color: rgb(109,236,206); }
td.TdClassName
{
border-color: #6DECCE;
}
.TagClassName
{
border-color: #6DECCE;
}
</style>