Shades of Medium Aquamarine #6ED2B3
Tints of Medium Aquamarine #6ED2B3
RGB
CMYK
RGB Variations
Color information
#6ED2B3 (or 0x6ED2B3) is known color: Medium Aquamarine. HEX triplet: 6E, D2 and B3. RGB value is (110,210,179). Sum of RGB (Red+Green+Blue) = 110+210+179=499 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22.04% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #6ED2B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2B3 is #912D4C. Grayscale: #B0B0B0. Windows color (decimal): -9514317 or 11784814. OLE color: 11784814.
HSL color Cylindrical-coordinate representation of color #6ED2B3: hue angle of 161.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED2B3 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 210 | 179 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.18 |
| HSL | 161.4º | 0.53% | 0.63% | - |
| HSV(B) | 161.4º | 0.48% | 0.82% | - |
| XYZ | 37.61 | 52.66 | 50.83 | - |
| YUV | 176.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 179 | 0.48 | 0 | 0.15 | 0.18 | 161.4 | 0.53 | 0.63 |
| Hex | 6E | D2 | B3 | 30 | 0 | F | 12 | A1 | 35 | 3F |
| Octal | 156 | 322 | 263 | 60 | 0 | 17 | 22 | 241 | 65 | 77 |
| Binary | 1101110 | 11010010 | 10110011 | 110000 | 0 | 1111 | 10010 | 10100001 | 110101 | 111111 |
Color Harmonies of #6ED2B3
Complementary color
Monochromatic Colors of #6ED2B3
Black with #6ED2B3
Text Example
Text Example
White with #6ED2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2B3; }
p { color: rgb(110,210,179); }
H1.HeaderClassName
{
color: #6ED2B3;
}
.AnyTagClassName
{
color: #6ED2B3;
}
</style>
background-color css
<style>
a { background-color: #6ED2B3; }
a { background-color: rgb(110,210,179); }
div.DivClassName
{
background-color: #6ED2B3;
}
.BgClassName
{
background-color: #6ED2B3;
}
</style>
border-color css
<style>
span { border-color: #6ED2B3; }
span { border-color: rgb(110,210,179); }
td.TdClassName
{
border-color: #6ED2B3;
}
.TagClassName
{
border-color: #6ED2B3;
}
</style>