Shades of Medium Aquamarine #6DCD9D
Tints of Medium Aquamarine #6DCD9D
RGB
CMYK
RGB Variations
Color information
#6DCD9D (or 0x6DCD9D) is known color: Medium Aquamarine. HEX triplet: 6D, CD and 9D. RGB value is (109,205,157). Sum of RGB (Red+Green+Blue) = 109+205+157=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCD9D is #923262. Grayscale: #AAAAAA. Windows color (decimal): -9581155 or 10341741. OLE color: 10341741.
HSL color Cylindrical-coordinate representation of color #6DCD9D: hue angle of 150º 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 #6DCD9D is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 157 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.20 |
| HSL | 150º | 0.49% | 0.62% | - |
| HSV(B) | 150º | 0.47% | 0.8% | - |
| XYZ | 34.22 | 49.35 | 39.62 | - |
| YUV | 170.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 157 | 0.47 | 0 | 0.23 | 0.20 | 150 | 0.49 | 0.62 |
| Hex | 6D | CD | 9D | 2F | 0 | 17 | 14 | 96 | 31 | 3E |
| Octal | 155 | 315 | 235 | 57 | 0 | 27 | 24 | 226 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10011101 | 101111 | 0 | 10111 | 10100 | 10010110 | 110001 | 111110 |
Color Harmonies of #6DCD9D
Complementary color
Monochromatic Colors of #6DCD9D
Black with #6DCD9D
Text Example
Text Example
White with #6DCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD9D; }
p { color: rgb(109,205,157); }
H1.HeaderClassName
{
color: #6DCD9D;
}
.AnyTagClassName
{
color: #6DCD9D;
}
</style>
background-color css
<style>
a { background-color: #6DCD9D; }
a { background-color: rgb(109,205,157); }
div.DivClassName
{
background-color: #6DCD9D;
}
.BgClassName
{
background-color: #6DCD9D;
}
</style>
border-color css
<style>
span { border-color: #6DCD9D; }
span { border-color: rgb(109,205,157); }
td.TdClassName
{
border-color: #6DCD9D;
}
.TagClassName
{
border-color: #6DCD9D;
}
</style>