Shades of Medium Aquamarine #6DD1B2
Tints of Medium Aquamarine #6DD1B2
RGB
CMYK
RGB Variations
Color information
#6DD1B2 (or 0x6DD1B2) is known color: Medium Aquamarine. HEX triplet: 6D, D1 and B2. RGB value is (109,209,178). Sum of RGB (Red+Green+Blue) = 109+209+178=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #6DD1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD1B2 is #922E4D. Grayscale: #AFAFAF. Windows color (decimal): -9580110 or 11719021. OLE color: 11719021.
HSL color Cylindrical-coordinate representation of color #6DD1B2: hue angle of 161.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD1B2 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 209 | 178 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.18 |
| HSL | 161.4º | 0.52% | 0.62% | - |
| HSV(B) | 161.4º | 0.48% | 0.82% | - |
| XYZ | 37.14 | 52.07 | 50.21 | - |
| YUV | 175.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 209 | 178 | 0.48 | 0 | 0.15 | 0.18 | 161.4 | 0.52 | 0.62 |
| Hex | 6D | D1 | B2 | 30 | 0 | F | 12 | A1 | 34 | 3E |
| Octal | 155 | 321 | 262 | 60 | 0 | 17 | 22 | 241 | 64 | 76 |
| Binary | 1101101 | 11010001 | 10110010 | 110000 | 0 | 1111 | 10010 | 10100001 | 110100 | 111110 |
Color Harmonies of #6DD1B2
Complementary color
Monochromatic Colors of #6DD1B2
Black with #6DD1B2
Text Example
Text Example
White with #6DD1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD1B2; }
p { color: rgb(109,209,178); }
H1.HeaderClassName
{
color: #6DD1B2;
}
.AnyTagClassName
{
color: #6DD1B2;
}
</style>
background-color css
<style>
a { background-color: #6DD1B2; }
a { background-color: rgb(109,209,178); }
div.DivClassName
{
background-color: #6DD1B2;
}
.BgClassName
{
background-color: #6DD1B2;
}
</style>
border-color css
<style>
span { border-color: #6DD1B2; }
span { border-color: rgb(109,209,178); }
td.TdClassName
{
border-color: #6DD1B2;
}
.TagClassName
{
border-color: #6DD1B2;
}
</style>