Shades of Aquamarine #6DECCB
Tints of Aquamarine #6DECCB
RGB
CMYK
RGB Variations
Color information
#6DECCB (or 0x6DECCB) is known color: Aquamarine. HEX triplet: 6D, EC and CB. RGB value is (109,236,203). Sum of RGB (Red+Green+Blue) = 109+236+203=548 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.89% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECCB is #921334. Grayscale: #C2C2C2. Windows color (decimal): -9573173 or 13364333. OLE color: 13364333.
HSL color Cylindrical-coordinate representation of color #6DECCB: hue angle of 164.41º 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 #6DECCB is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 203 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.07 |
| HSL | 164.41º | 0.77% | 0.68% | - |
| HSV(B) | 164.41º | 0.54% | 0.93% | - |
| XYZ | 47.08 | 67.55 | 67.06 | - |
| YUV | 194.27 | 132.92 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 203 | 0.54 | 0 | 0.14 | 0.07 | 164.41 | 0.77 | 0.68 |
| Hex | 6D | EC | CB | 36 | 0 | E | 7 | A4 | 4D | 44 |
| Octal | 155 | 354 | 313 | 66 | 0 | 16 | 7 | 244 | 115 | 104 |
| Binary | 1101101 | 11101100 | 11001011 | 110110 | 0 | 1110 | 111 | 10100100 | 1001101 | 1000100 |
Color Harmonies of #6DECCB
Complementary color
Monochromatic Colors of #6DECCB
Black with #6DECCB
Text Example
Text Example
White with #6DECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECCB; }
p { color: rgb(109,236,203); }
H1.HeaderClassName
{
color: #6DECCB;
}
.AnyTagClassName
{
color: #6DECCB;
}
</style>
background-color css
<style>
a { background-color: #6DECCB; }
a { background-color: rgb(109,236,203); }
div.DivClassName
{
background-color: #6DECCB;
}
.BgClassName
{
background-color: #6DECCB;
}
</style>
border-color css
<style>
span { border-color: #6DECCB; }
span { border-color: rgb(109,236,203); }
td.TdClassName
{
border-color: #6DECCB;
}
.TagClassName
{
border-color: #6DECCB;
}
</style>