Shades of Medium Aquamarine #6DDDB2
Tints of Medium Aquamarine #6DDDB2
RGB
CMYK
RGB Variations
Color information
#6DDDB2 (or 0x6DDDB2) is known color: Medium Aquamarine. HEX triplet: 6D, DD and B2. RGB value is (109,221,178). Sum of RGB (Red+Green+Blue) = 109+221+178=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDB2 is #92224D. Grayscale: #B6B6B6. Windows color (decimal): -9577038 or 11722093. OLE color: 11722093.
HSL color Cylindrical-coordinate representation of color #6DDDB2: hue angle of 156.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDB2 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 178 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.13 |
| HSL | 156.96º | 0.62% | 0.65% | - |
| HSV(B) | 156.96º | 0.51% | 0.87% | - |
| XYZ | 40.2 | 58.18 | 51.23 | - |
| YUV | 182.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 178 | 0.51 | 0 | 0.19 | 0.13 | 156.96 | 0.62 | 0.65 |
| Hex | 6D | DD | B2 | 33 | 0 | 13 | D | 9D | 3E | 41 |
| Octal | 155 | 335 | 262 | 63 | 0 | 23 | 15 | 235 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10110010 | 110011 | 0 | 10011 | 1101 | 10011101 | 111110 | 1000001 |
Color Harmonies of #6DDDB2
Complementary color
Monochromatic Colors of #6DDDB2
Black with #6DDDB2
Text Example
Text Example
White with #6DDDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDB2; }
p { color: rgb(109,221,178); }
H1.HeaderClassName
{
color: #6DDDB2;
}
.AnyTagClassName
{
color: #6DDDB2;
}
</style>
background-color css
<style>
a { background-color: #6DDDB2; }
a { background-color: rgb(109,221,178); }
div.DivClassName
{
background-color: #6DDDB2;
}
.BgClassName
{
background-color: #6DDDB2;
}
</style>
border-color css
<style>
span { border-color: #6DDDB2; }
span { border-color: rgb(109,221,178); }
td.TdClassName
{
border-color: #6DDDB2;
}
.TagClassName
{
border-color: #6DDDB2;
}
</style>