Shades of Medium Aquamarine #6DCEAE
Tints of Medium Aquamarine #6DCEAE
RGB
CMYK
RGB Variations
Color information
#6DCEAE (or 0x6DCEAE) is known color: Medium Aquamarine. HEX triplet: 6D, CE and AE. RGB value is (109,206,174). Sum of RGB (Red+Green+Blue) = 109+206+174=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCEAE is #923151. Grayscale: #ADADAD. Windows color (decimal): -9580882 or 11456109. OLE color: 11456109.
HSL color Cylindrical-coordinate representation of color #6DCEAE: hue angle of 160.21º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCEAE is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 174 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.19 |
| HSL | 160.21º | 0.5% | 0.62% | - |
| HSV(B) | 160.21º | 0.47% | 0.81% | - |
| XYZ | 36.02 | 50.45 | 47.88 | - |
| YUV | 173.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 174 | 0.47 | 0 | 0.16 | 0.19 | 160.21 | 0.5 | 0.62 |
| Hex | 6D | CE | AE | 2F | 0 | 10 | 13 | A0 | 32 | 3E |
| Octal | 155 | 316 | 256 | 57 | 0 | 20 | 23 | 240 | 62 | 76 |
| Binary | 1101101 | 11001110 | 10101110 | 101111 | 0 | 10000 | 10011 | 10100000 | 110010 | 111110 |
Color Harmonies of #6DCEAE
Complementary color
Monochromatic Colors of #6DCEAE
Black with #6DCEAE
Text Example
Text Example
White with #6DCEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCEAE; }
p { color: rgb(109,206,174); }
H1.HeaderClassName
{
color: #6DCEAE;
}
.AnyTagClassName
{
color: #6DCEAE;
}
</style>
background-color css
<style>
a { background-color: #6DCEAE; }
a { background-color: rgb(109,206,174); }
div.DivClassName
{
background-color: #6DCEAE;
}
.BgClassName
{
background-color: #6DCEAE;
}
</style>
border-color css
<style>
span { border-color: #6DCEAE; }
span { border-color: rgb(109,206,174); }
td.TdClassName
{
border-color: #6DCEAE;
}
.TagClassName
{
border-color: #6DCEAE;
}
</style>