Shades of Medium Aquamarine #6DDDB1
Tints of Medium Aquamarine #6DDDB1
RGB
CMYK
RGB Variations
Color information
#6DDDB1 (or 0x6DDDB1) is known color: Medium Aquamarine. HEX triplet: 6D, DD and B1. RGB value is (109,221,177). Sum of RGB (Red+Green+Blue) = 109+221+177=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DDDB1 is #92224E. Grayscale: #B6B6B6. Windows color (decimal): -9577039 or 11656557. OLE color: 11656557.
HSL color Cylindrical-coordinate representation of color #6DDDB1: hue angle of 156.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDB1 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 177 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.13 |
| HSL | 156.43º | 0.62% | 0.65% | - |
| HSV(B) | 156.43º | 0.51% | 0.87% | - |
| XYZ | 40.1 | 58.14 | 50.7 | - |
| YUV | 182.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 177 | 0.51 | 0 | 0.20 | 0.13 | 156.43 | 0.62 | 0.65 |
| Hex | 6D | DD | B1 | 33 | 0 | 14 | D | 9C | 3E | 41 |
| Octal | 155 | 335 | 261 | 63 | 0 | 24 | 15 | 234 | 76 | 101 |
| Binary | 1101101 | 11011101 | 10110001 | 110011 | 0 | 10100 | 1101 | 10011100 | 111110 | 1000001 |
Color Harmonies of #6DDDB1
Complementary color
Monochromatic Colors of #6DDDB1
Black with #6DDDB1
Text Example
Text Example
White with #6DDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDB1; }
p { color: rgb(109,221,177); }
H1.HeaderClassName
{
color: #6DDDB1;
}
.AnyTagClassName
{
color: #6DDDB1;
}
</style>
background-color css
<style>
a { background-color: #6DDDB1; }
a { background-color: rgb(109,221,177); }
div.DivClassName
{
background-color: #6DDDB1;
}
.BgClassName
{
background-color: #6DDDB1;
}
</style>
border-color css
<style>
span { border-color: #6DDDB1; }
span { border-color: rgb(109,221,177); }
td.TdClassName
{
border-color: #6DDDB1;
}
.TagClassName
{
border-color: #6DDDB1;
}
</style>