Shades of Medium Aquamarine #6DCDB0
Tints of Medium Aquamarine #6DCDB0
RGB
CMYK
RGB Variations
Color information
#6DCDB0 (or 0x6DCDB0) is known color: Medium Aquamarine. HEX triplet: 6D, CD and B0. RGB value is (109,205,176). Sum of RGB (Red+Green+Blue) = 109+205+176=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDB0 is #92324F. Grayscale: #ADADAD. Windows color (decimal): -9581136 or 11586925. OLE color: 11586925.
HSL color Cylindrical-coordinate representation of color #6DCDB0: hue angle of 161.88º 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 #6DCDB0 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 176 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.20 |
| HSL | 161.88º | 0.49% | 0.62% | - |
| HSV(B) | 161.88º | 0.47% | 0.8% | - |
| XYZ | 35.97 | 50.05 | 48.84 | - |
| YUV | 172.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 176 | 0.47 | 0 | 0.14 | 0.20 | 161.88 | 0.49 | 0.62 |
| Hex | 6D | CD | B0 | 2F | 0 | E | 14 | A2 | 31 | 3E |
| Octal | 155 | 315 | 260 | 57 | 0 | 16 | 24 | 242 | 61 | 76 |
| Binary | 1101101 | 11001101 | 10110000 | 101111 | 0 | 1110 | 10100 | 10100010 | 110001 | 111110 |
Color Harmonies of #6DCDB0
Complementary color
Monochromatic Colors of #6DCDB0
Black with #6DCDB0
Text Example
Text Example
White with #6DCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCDB0; }
p { color: rgb(109,205,176); }
H1.HeaderClassName
{
color: #6DCDB0;
}
.AnyTagClassName
{
color: #6DCDB0;
}
</style>
background-color css
<style>
a { background-color: #6DCDB0; }
a { background-color: rgb(109,205,176); }
div.DivClassName
{
background-color: #6DCDB0;
}
.BgClassName
{
background-color: #6DCDB0;
}
</style>
border-color css
<style>
span { border-color: #6DCDB0; }
span { border-color: rgb(109,205,176); }
td.TdClassName
{
border-color: #6DCDB0;
}
.TagClassName
{
border-color: #6DCDB0;
}
</style>