Shades of Medium Aquamarine #6BDBA0
Tints of Medium Aquamarine #6BDBA0
RGB
CMYK
RGB Variations
Color information
#6BDBA0 (or 0x6BDBA0) is known color: Medium Aquamarine. HEX triplet: 6B, DB and A0. RGB value is (107,219,160). Sum of RGB (Red+Green+Blue) = 107+219+160=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBA0 is #94245F. Grayscale: #B2B2B2. Windows color (decimal): -9708640 or 10541931. OLE color: 10541931.
HSL color Cylindrical-coordinate representation of color #6BDBA0: hue angle of 148.39º degrees, saturation: 0.61, 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 #6BDBA0 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 160 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.14 |
| HSL | 148.39º | 0.61% | 0.64% | - |
| HSV(B) | 148.39º | 0.51% | 0.86% | - |
| XYZ | 37.74 | 56.33 | 42.14 | - |
| YUV | 178.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 160 | 0.51 | 0 | 0.27 | 0.14 | 148.39 | 0.61 | 0.64 |
| Hex | 6B | DB | A0 | 33 | 0 | 1B | E | 94 | 3D | 40 |
| Octal | 153 | 333 | 240 | 63 | 0 | 33 | 16 | 224 | 75 | 100 |
| Binary | 1101011 | 11011011 | 10100000 | 110011 | 0 | 11011 | 1110 | 10010100 | 111101 | 1000000 |
Color Harmonies of #6BDBA0
Complementary color
Monochromatic Colors of #6BDBA0
Black with #6BDBA0
Text Example
Text Example
White with #6BDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBA0; }
p { color: rgb(107,219,160); }
H1.HeaderClassName
{
color: #6BDBA0;
}
.AnyTagClassName
{
color: #6BDBA0;
}
</style>
background-color css
<style>
a { background-color: #6BDBA0; }
a { background-color: rgb(107,219,160); }
div.DivClassName
{
background-color: #6BDBA0;
}
.BgClassName
{
background-color: #6BDBA0;
}
</style>
border-color css
<style>
span { border-color: #6BDBA0; }
span { border-color: rgb(107,219,160); }
td.TdClassName
{
border-color: #6BDBA0;
}
.TagClassName
{
border-color: #6BDBA0;
}
</style>