Shades of Medium Aquamarine #6BDCA0
Tints of Medium Aquamarine #6BDCA0
RGB
CMYK
RGB Variations
Color information
#6BDCA0 (or 0x6BDCA0) is known color: Medium Aquamarine. HEX triplet: 6B, DC and A0. RGB value is (107,220,160). Sum of RGB (Red+Green+Blue) = 107+220+160=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDCA0 is #94235F. Grayscale: #B3B3B3. Windows color (decimal): -9708384 or 10542187. OLE color: 10542187.
HSL color Cylindrical-coordinate representation of color #6BDCA0: hue angle of 148.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCA0 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 160 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.14 |
| HSL | 148.14º | 0.62% | 0.64% | - |
| HSV(B) | 148.14º | 0.51% | 0.86% | - |
| XYZ | 38 | 56.85 | 42.23 | - |
| YUV | 179.37 | 117.06 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 160 | 0.51 | 0 | 0.27 | 0.14 | 148.14 | 0.62 | 0.64 |
| Hex | 6B | DC | A0 | 33 | 0 | 1B | E | 94 | 3E | 40 |
| Octal | 153 | 334 | 240 | 63 | 0 | 33 | 16 | 224 | 76 | 100 |
| Binary | 1101011 | 11011100 | 10100000 | 110011 | 0 | 11011 | 1110 | 10010100 | 111110 | 1000000 |
Color Harmonies of #6BDCA0
Complementary color
Monochromatic Colors of #6BDCA0
Black with #6BDCA0
Text Example
Text Example
White with #6BDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCA0; }
p { color: rgb(107,220,160); }
H1.HeaderClassName
{
color: #6BDCA0;
}
.AnyTagClassName
{
color: #6BDCA0;
}
</style>
background-color css
<style>
a { background-color: #6BDCA0; }
a { background-color: rgb(107,220,160); }
div.DivClassName
{
background-color: #6BDCA0;
}
.BgClassName
{
background-color: #6BDCA0;
}
</style>
border-color css
<style>
span { border-color: #6BDCA0; }
span { border-color: rgb(107,220,160); }
td.TdClassName
{
border-color: #6BDCA0;
}
.TagClassName
{
border-color: #6BDCA0;
}
</style>