Shades of Medium Aquamarine #6DC9AB
Tints of Medium Aquamarine #6DC9AB
RGB
CMYK
RGB Variations
Color information
#6DC9AB (or 0x6DC9AB) is known color: Medium Aquamarine. HEX triplet: 6D, C9 and AB. RGB value is (109,201,171). Sum of RGB (Red+Green+Blue) = 109+201+171=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC9AB is #923654. Grayscale: #AAAAAA. Windows color (decimal): -9582165 or 11258221. OLE color: 11258221.
HSL color Cylindrical-coordinate representation of color #6DC9AB: hue angle of 160.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC9AB is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 171 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.21 |
| HSL | 160.43º | 0.46% | 0.61% | - |
| HSV(B) | 160.43º | 0.46% | 0.79% | - |
| XYZ | 34.54 | 47.96 | 45.97 | - |
| YUV | 170.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 171 | 0.46 | 0 | 0.15 | 0.21 | 160.43 | 0.46 | 0.61 |
| Hex | 6D | C9 | AB | 2E | 0 | F | 15 | A0 | 2E | 3D |
| Octal | 155 | 311 | 253 | 56 | 0 | 17 | 25 | 240 | 56 | 75 |
| Binary | 1101101 | 11001001 | 10101011 | 101110 | 0 | 1111 | 10101 | 10100000 | 101110 | 111101 |
Color Harmonies of #6DC9AB
Complementary color
Monochromatic Colors of #6DC9AB
Black with #6DC9AB
Text Example
Text Example
White with #6DC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC9AB; }
p { color: rgb(109,201,171); }
H1.HeaderClassName
{
color: #6DC9AB;
}
.AnyTagClassName
{
color: #6DC9AB;
}
</style>
background-color css
<style>
a { background-color: #6DC9AB; }
a { background-color: rgb(109,201,171); }
div.DivClassName
{
background-color: #6DC9AB;
}
.BgClassName
{
background-color: #6DC9AB;
}
</style>
border-color css
<style>
span { border-color: #6DC9AB; }
span { border-color: rgb(109,201,171); }
td.TdClassName
{
border-color: #6DC9AB;
}
.TagClassName
{
border-color: #6DC9AB;
}
</style>