Shades of Medium Aquamarine #6DD5B0
Tints of Medium Aquamarine #6DD5B0
RGB
CMYK
RGB Variations
Color information
#6DD5B0 (or 0x6DD5B0) is known color: Medium Aquamarine. HEX triplet: 6D, D5 and B0. RGB value is (109,213,176). Sum of RGB (Red+Green+Blue) = 109+213+176=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD5B0 is #922A4F. Grayscale: #B1B1B1. Windows color (decimal): -9579088 or 11588973. OLE color: 11588973.
HSL color Cylindrical-coordinate representation of color #6DD5B0: hue angle of 158.65º degrees, saturation: 0.55, 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 #6DD5B0 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 213 | 176 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.16 |
| HSL | 158.65º | 0.55% | 0.63% | - |
| HSV(B) | 158.65º | 0.49% | 0.84% | - |
| XYZ | 37.94 | 53.97 | 49.49 | - |
| YUV | 177.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 213 | 176 | 0.49 | 0 | 0.17 | 0.16 | 158.65 | 0.55 | 0.63 |
| Hex | 6D | D5 | B0 | 31 | 0 | 11 | 10 | 9F | 37 | 3F |
| Octal | 155 | 325 | 260 | 61 | 0 | 21 | 20 | 237 | 67 | 77 |
| Binary | 1101101 | 11010101 | 10110000 | 110001 | 0 | 10001 | 10000 | 10011111 | 110111 | 111111 |
Color Harmonies of #6DD5B0
Complementary color
Monochromatic Colors of #6DD5B0
Black with #6DD5B0
Text Example
Text Example
White with #6DD5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD5B0; }
p { color: rgb(109,213,176); }
H1.HeaderClassName
{
color: #6DD5B0;
}
.AnyTagClassName
{
color: #6DD5B0;
}
</style>
background-color css
<style>
a { background-color: #6DD5B0; }
a { background-color: rgb(109,213,176); }
div.DivClassName
{
background-color: #6DD5B0;
}
.BgClassName
{
background-color: #6DD5B0;
}
</style>
border-color css
<style>
span { border-color: #6DD5B0; }
span { border-color: rgb(109,213,176); }
td.TdClassName
{
border-color: #6DD5B0;
}
.TagClassName
{
border-color: #6DD5B0;
}
</style>