Shades of Medium Aquamarine #6DEBA3
Tints of Medium Aquamarine #6DEBA3
RGB
CMYK
RGB Variations
Color information
#6DEBA3 (or 0x6DEBA3) is known color: Medium Aquamarine. HEX triplet: 6D, EB and A3. RGB value is (109,235,163). Sum of RGB (Red+Green+Blue) = 109+235+163=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 163 (64.06% from 255 or 32.15% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6DEBA3 is #92145C. Grayscale: #BDBDBD. Windows color (decimal): -9573469 or 10742637. OLE color: 10742637.
HSL color Cylindrical-coordinate representation of color #6DEBA3: hue angle of 145.71º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBA3 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 163 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.08 |
| HSL | 145.71º | 0.76% | 0.67% | - |
| HSV(B) | 145.71º | 0.54% | 0.92% | - |
| XYZ | 42.63 | 65.31 | 45.01 | - |
| YUV | 189.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 163 | 0.54 | 0 | 0.31 | 0.08 | 145.71 | 0.76 | 0.67 |
| Hex | 6D | EB | A3 | 36 | 0 | 1F | 8 | 92 | 4C | 43 |
| Octal | 155 | 353 | 243 | 66 | 0 | 37 | 10 | 222 | 114 | 103 |
| Binary | 1101101 | 11101011 | 10100011 | 110110 | 0 | 11111 | 1000 | 10010010 | 1001100 | 1000011 |
Color Harmonies of #6DEBA3
Complementary color
Monochromatic Colors of #6DEBA3
Black with #6DEBA3
Text Example
Text Example
White with #6DEBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBA3; }
p { color: rgb(109,235,163); }
H1.HeaderClassName
{
color: #6DEBA3;
}
.AnyTagClassName
{
color: #6DEBA3;
}
</style>
background-color css
<style>
a { background-color: #6DEBA3; }
a { background-color: rgb(109,235,163); }
div.DivClassName
{
background-color: #6DEBA3;
}
.BgClassName
{
background-color: #6DEBA3;
}
</style>
border-color css
<style>
span { border-color: #6DEBA3; }
span { border-color: rgb(109,235,163); }
td.TdClassName
{
border-color: #6DEBA3;
}
.TagClassName
{
border-color: #6DEBA3;
}
</style>