Shades of Medium Aquamarine #6DC7AF
Tints of Medium Aquamarine #6DC7AF
RGB
CMYK
RGB Variations
Color information
#6DC7AF (or 0x6DC7AF) is known color: Medium Aquamarine. HEX triplet: 6D, C7 and AF. RGB value is (109,199,175). Sum of RGB (Red+Green+Blue) = 109+199+175=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC7AF is #923850. Grayscale: #A9A9A9. Windows color (decimal): -9582673 or 11519853. OLE color: 11519853.
HSL color Cylindrical-coordinate representation of color #6DC7AF: hue angle of 164º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC7AF is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 199 | 175 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.22 |
| HSL | 164º | 0.45% | 0.6% | - |
| HSV(B) | 164º | 0.45% | 0.78% | - |
| XYZ | 34.47 | 47.19 | 47.85 | - |
| YUV | 169.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 199 | 175 | 0.45 | 0 | 0.12 | 0.22 | 164 | 0.45 | 0.6 |
| Hex | 6D | C7 | AF | 2D | 0 | C | 16 | A4 | 2D | 3C |
| Octal | 155 | 307 | 257 | 55 | 0 | 14 | 26 | 244 | 55 | 74 |
| Binary | 1101101 | 11000111 | 10101111 | 101101 | 0 | 1100 | 10110 | 10100100 | 101101 | 111100 |
Color Harmonies of #6DC7AF
Complementary color
Monochromatic Colors of #6DC7AF
Black with #6DC7AF
Text Example
Text Example
White with #6DC7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC7AF; }
p { color: rgb(109,199,175); }
H1.HeaderClassName
{
color: #6DC7AF;
}
.AnyTagClassName
{
color: #6DC7AF;
}
</style>
background-color css
<style>
a { background-color: #6DC7AF; }
a { background-color: rgb(109,199,175); }
div.DivClassName
{
background-color: #6DC7AF;
}
.BgClassName
{
background-color: #6DC7AF;
}
</style>
border-color css
<style>
span { border-color: #6DC7AF; }
span { border-color: rgb(109,199,175); }
td.TdClassName
{
border-color: #6DC7AF;
}
.TagClassName
{
border-color: #6DC7AF;
}
</style>