Shades of Medium Aquamarine #6DCAAF
Tints of Medium Aquamarine #6DCAAF
RGB
CMYK
RGB Variations
Color information
#6DCAAF (or 0x6DCAAF) is known color: Medium Aquamarine. HEX triplet: 6D, CA and AF. RGB value is (109,202,175). Sum of RGB (Red+Green+Blue) = 109+202+175=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAF is #923550. Grayscale: #ABABAB. Windows color (decimal): -9581905 or 11520621. OLE color: 11520621.
HSL color Cylindrical-coordinate representation of color #6DCAAF: hue angle of 162.58º degrees, saturation: 0.47, 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 #6DCAAF is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 175 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.21 |
| HSL | 162.58º | 0.47% | 0.61% | - |
| HSV(B) | 162.58º | 0.46% | 0.79% | - |
| XYZ | 35.17 | 48.59 | 48.08 | - |
| YUV | 171.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 175 | 0.46 | 0 | 0.13 | 0.21 | 162.58 | 0.47 | 0.61 |
| Hex | 6D | CA | AF | 2E | 0 | D | 15 | A3 | 2F | 3D |
| Octal | 155 | 312 | 257 | 56 | 0 | 15 | 25 | 243 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10101111 | 101110 | 0 | 1101 | 10101 | 10100011 | 101111 | 111101 |
Color Harmonies of #6DCAAF
Complementary color
Monochromatic Colors of #6DCAAF
Black with #6DCAAF
Text Example
Text Example
White with #6DCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAAF; }
p { color: rgb(109,202,175); }
H1.HeaderClassName
{
color: #6DCAAF;
}
.AnyTagClassName
{
color: #6DCAAF;
}
</style>
background-color css
<style>
a { background-color: #6DCAAF; }
a { background-color: rgb(109,202,175); }
div.DivClassName
{
background-color: #6DCAAF;
}
.BgClassName
{
background-color: #6DCAAF;
}
</style>
border-color css
<style>
span { border-color: #6DCAAF; }
span { border-color: rgb(109,202,175); }
td.TdClassName
{
border-color: #6DCAAF;
}
.TagClassName
{
border-color: #6DCAAF;
}
</style>