Shades of Medium Aquamarine #6DD6B2
Tints of Medium Aquamarine #6DD6B2
RGB
CMYK
RGB Variations
Color information
#6DD6B2 (or 0x6DD6B2) is known color: Medium Aquamarine. HEX triplet: 6D, D6 and B2. RGB value is (109,214,178). Sum of RGB (Red+Green+Blue) = 109+214+178=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD6B2 is #92294D. Grayscale: #B2B2B2. Windows color (decimal): -9578830 or 11720301. OLE color: 11720301.
HSL color Cylindrical-coordinate representation of color #6DD6B2: hue angle of 159.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD6B2 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 214 | 178 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.16 |
| HSL | 159.43º | 0.56% | 0.63% | - |
| HSV(B) | 159.43º | 0.49% | 0.84% | - |
| XYZ | 38.39 | 54.56 | 50.63 | - |
| YUV | 178.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 214 | 178 | 0.49 | 0 | 0.17 | 0.16 | 159.43 | 0.56 | 0.63 |
| Hex | 6D | D6 | B2 | 31 | 0 | 11 | 10 | 9F | 38 | 3F |
| Octal | 155 | 326 | 262 | 61 | 0 | 21 | 20 | 237 | 70 | 77 |
| Binary | 1101101 | 11010110 | 10110010 | 110001 | 0 | 10001 | 10000 | 10011111 | 111000 | 111111 |
Color Harmonies of #6DD6B2
Complementary color
Monochromatic Colors of #6DD6B2
Black with #6DD6B2
Text Example
Text Example
White with #6DD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD6B2; }
p { color: rgb(109,214,178); }
H1.HeaderClassName
{
color: #6DD6B2;
}
.AnyTagClassName
{
color: #6DD6B2;
}
</style>
background-color css
<style>
a { background-color: #6DD6B2; }
a { background-color: rgb(109,214,178); }
div.DivClassName
{
background-color: #6DD6B2;
}
.BgClassName
{
background-color: #6DD6B2;
}
</style>
border-color css
<style>
span { border-color: #6DD6B2; }
span { border-color: rgb(109,214,178); }
td.TdClassName
{
border-color: #6DD6B2;
}
.TagClassName
{
border-color: #6DD6B2;
}
</style>