Shades of Medium Aquamarine #6DCDB2
Tints of Medium Aquamarine #6DCDB2
RGB
CMYK
RGB Variations
Color information
#6DCDB2 (or 0x6DCDB2) is known color: Medium Aquamarine. HEX triplet: 6D, CD and B2. RGB value is (109,205,178). Sum of RGB (Red+Green+Blue) = 109+205+178=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDB2 is #92324D. Grayscale: #ADADAD. Windows color (decimal): -9581134 or 11717997. OLE color: 11717997.
HSL color Cylindrical-coordinate representation of color #6DCDB2: hue angle of 163.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDB2 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 178 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.20 |
| HSL | 163.13º | 0.49% | 0.62% | - |
| HSV(B) | 163.13º | 0.47% | 0.8% | - |
| XYZ | 36.17 | 50.13 | 49.89 | - |
| YUV | 173.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 178 | 0.47 | 0 | 0.13 | 0.20 | 163.13 | 0.49 | 0.62 |
| Hex | 6D | CD | B2 | 2F | 0 | D | 14 | A3 | 31 | 3E |
| Octal | 155 | 315 | 262 | 57 | 0 | 15 | 24 | 243 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10110010 | 101111 | 0 | 1101 | 10100 | 10100011 | 110001 | 111110 |
Color Harmonies of #6DCDB2
Complementary color
Monochromatic Colors of #6DCDB2
Black with #6DCDB2
Text Example
Text Example
White with #6DCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDB2; }
p { color: rgb(109,205,178); }
H1.HeaderClassName
{
color: #6DCDB2;
}
.AnyTagClassName
{
color: #6DCDB2;
}
</style>
background-color css
<style>
a { background-color: #6DCDB2; }
a { background-color: rgb(109,205,178); }
div.DivClassName
{
background-color: #6DCDB2;
}
.BgClassName
{
background-color: #6DCDB2;
}
</style>
border-color css
<style>
span { border-color: #6DCDB2; }
span { border-color: rgb(109,205,178); }
td.TdClassName
{
border-color: #6DCDB2;
}
.TagClassName
{
border-color: #6DCDB2;
}
</style>