Shades of Medium Aquamarine #6BDDAA
Tints of Medium Aquamarine #6BDDAA
RGB
CMYK
RGB Variations
Color information
#6BDDAA (or 0x6BDDAA) is known color: Medium Aquamarine. HEX triplet: 6B, DD and AA. RGB value is (107,221,170). Sum of RGB (Red+Green+Blue) = 107+221+170=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDDAA is #942255. Grayscale: #B5B5B5. Windows color (decimal): -9708118 or 11197803. OLE color: 11197803.
HSL color Cylindrical-coordinate representation of color #6BDDAA: hue angle of 153.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDDAA is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 170 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.13 |
| HSL | 153.16º | 0.63% | 0.64% | - |
| HSV(B) | 153.16º | 0.52% | 0.87% | - |
| XYZ | 39.18 | 57.74 | 47.11 | - |
| YUV | 181.1 | 121.73 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 170 | 0.52 | 0 | 0.23 | 0.13 | 153.16 | 0.63 | 0.64 |
| Hex | 6B | DD | AA | 34 | 0 | 17 | D | 99 | 3F | 40 |
| Octal | 153 | 335 | 252 | 64 | 0 | 27 | 15 | 231 | 77 | 100 |
| Binary | 1101011 | 11011101 | 10101010 | 110100 | 0 | 10111 | 1101 | 10011001 | 111111 | 1000000 |
Color Harmonies of #6BDDAA
Complementary color
Monochromatic Colors of #6BDDAA
Black with #6BDDAA
Text Example
Text Example
White with #6BDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDAA; }
p { color: rgb(107,221,170); }
H1.HeaderClassName
{
color: #6BDDAA;
}
.AnyTagClassName
{
color: #6BDDAA;
}
</style>
background-color css
<style>
a { background-color: #6BDDAA; }
a { background-color: rgb(107,221,170); }
div.DivClassName
{
background-color: #6BDDAA;
}
.BgClassName
{
background-color: #6BDDAA;
}
</style>
border-color css
<style>
span { border-color: #6BDDAA; }
span { border-color: rgb(107,221,170); }
td.TdClassName
{
border-color: #6BDDAA;
}
.TagClassName
{
border-color: #6BDDAA;
}
</style>