Shades of Medium Aquamarine #6DD69B
Tints of Medium Aquamarine #6DD69B
RGB
CMYK
RGB Variations
Color information
#6DD69B (or 0x6DD69B) is known color: Medium Aquamarine. HEX triplet: 6D, D6 and 9B. RGB value is (109,214,155). Sum of RGB (Red+Green+Blue) = 109+214+155=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD69B is #922964. Grayscale: #B0B0B0. Windows color (decimal): -9578853 or 10212973. OLE color: 10212973.
HSL color Cylindrical-coordinate representation of color #6DD69B: hue angle of 146.29º degrees, saturation: 0.56, 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 #6DD69B is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 214 | 155 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.16 |
| HSL | 146.29º | 0.56% | 0.63% | - |
| HSV(B) | 146.29º | 0.49% | 0.84% | - |
| XYZ | 36.27 | 53.71 | 39.47 | - |
| YUV | 175.88 | 116.21 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 214 | 155 | 0.49 | 0 | 0.28 | 0.16 | 146.29 | 0.56 | 0.63 |
| Hex | 6D | D6 | 9B | 31 | 0 | 1C | 10 | 92 | 38 | 3F |
| Octal | 155 | 326 | 233 | 61 | 0 | 34 | 20 | 222 | 70 | 77 |
| Binary | 1101101 | 11010110 | 10011011 | 110001 | 0 | 11100 | 10000 | 10010010 | 111000 | 111111 |
Color Harmonies of #6DD69B
Complementary color
Monochromatic Colors of #6DD69B
Black with #6DD69B
Text Example
Text Example
White with #6DD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD69B; }
p { color: rgb(109,214,155); }
H1.HeaderClassName
{
color: #6DD69B;
}
.AnyTagClassName
{
color: #6DD69B;
}
</style>
background-color css
<style>
a { background-color: #6DD69B; }
a { background-color: rgb(109,214,155); }
div.DivClassName
{
background-color: #6DD69B;
}
.BgClassName
{
background-color: #6DD69B;
}
</style>
border-color css
<style>
span { border-color: #6DD69B; }
span { border-color: rgb(109,214,155); }
td.TdClassName
{
border-color: #6DD69B;
}
.TagClassName
{
border-color: #6DD69B;
}
</style>