Shades of Medium Aquamarine #6DCDA6
Tints of Medium Aquamarine #6DCDA6
RGB
CMYK
RGB Variations
Color information
#6DCDA6 (or 0x6DCDA6) is known color: Medium Aquamarine. HEX triplet: 6D, CD and A6. RGB value is (109,205,166). Sum of RGB (Red+Green+Blue) = 109+205+166=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDA6 is #923259. Grayscale: #ABABAB. Windows color (decimal): -9581146 or 10931565. OLE color: 10931565.
HSL color Cylindrical-coordinate representation of color #6DCDA6: hue angle of 155.62º 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 #6DCDA6 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 166 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.20 |
| HSL | 155.63º | 0.49% | 0.62% | - |
| HSV(B) | 155.63º | 0.47% | 0.8% | - |
| XYZ | 35.02 | 49.67 | 43.82 | - |
| YUV | 171.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 166 | 0.47 | 0 | 0.19 | 0.20 | 155.63 | 0.49 | 0.62 |
| Hex | 6D | CD | A6 | 2F | 0 | 13 | 14 | 9C | 31 | 3E |
| Octal | 155 | 315 | 246 | 57 | 0 | 23 | 24 | 234 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10100110 | 101111 | 0 | 10011 | 10100 | 10011100 | 110001 | 111110 |
Color Harmonies of #6DCDA6
Complementary color
Monochromatic Colors of #6DCDA6
Black with #6DCDA6
Text Example
Text Example
White with #6DCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDA6; }
p { color: rgb(109,205,166); }
H1.HeaderClassName
{
color: #6DCDA6;
}
.AnyTagClassName
{
color: #6DCDA6;
}
</style>
background-color css
<style>
a { background-color: #6DCDA6; }
a { background-color: rgb(109,205,166); }
div.DivClassName
{
background-color: #6DCDA6;
}
.BgClassName
{
background-color: #6DCDA6;
}
</style>
border-color css
<style>
span { border-color: #6DCDA6; }
span { border-color: rgb(109,205,166); }
td.TdClassName
{
border-color: #6DCDA6;
}
.TagClassName
{
border-color: #6DCDA6;
}
</style>