Shades of Medium Aquamarine #6DCFAB
Tints of Medium Aquamarine #6DCFAB
RGB
CMYK
RGB Variations
Color information
#6DCFAB (or 0x6DCFAB) is known color: Medium Aquamarine. HEX triplet: 6D, CF and AB. RGB value is (109,207,171). Sum of RGB (Red+Green+Blue) = 109+207+171=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFAB is #923054. Grayscale: #ADADAD. Windows color (decimal): -9580629 or 11259757. OLE color: 11259757.
HSL color Cylindrical-coordinate representation of color #6DCFAB: hue angle of 157.96º degrees, saturation: 0.51, 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 #6DCFAB is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 171 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.19 |
| HSL | 157.96º | 0.51% | 0.62% | - |
| HSV(B) | 157.96º | 0.47% | 0.81% | - |
| XYZ | 35.97 | 50.82 | 46.44 | - |
| YUV | 173.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 171 | 0.47 | 0 | 0.17 | 0.19 | 157.96 | 0.51 | 0.62 |
| Hex | 6D | CF | AB | 2F | 0 | 11 | 13 | 9E | 33 | 3E |
| Octal | 155 | 317 | 253 | 57 | 0 | 21 | 23 | 236 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10101011 | 101111 | 0 | 10001 | 10011 | 10011110 | 110011 | 111110 |
Color Harmonies of #6DCFAB
Complementary color
Monochromatic Colors of #6DCFAB
Black with #6DCFAB
Text Example
Text Example
White with #6DCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFAB; }
p { color: rgb(109,207,171); }
H1.HeaderClassName
{
color: #6DCFAB;
}
.AnyTagClassName
{
color: #6DCFAB;
}
</style>
background-color css
<style>
a { background-color: #6DCFAB; }
a { background-color: rgb(109,207,171); }
div.DivClassName
{
background-color: #6DCFAB;
}
.BgClassName
{
background-color: #6DCFAB;
}
</style>
border-color css
<style>
span { border-color: #6DCFAB; }
span { border-color: rgb(109,207,171); }
td.TdClassName
{
border-color: #6DCFAB;
}
.TagClassName
{
border-color: #6DCFAB;
}
</style>