Shades of Medium Aquamarine #6DCAAA
Tints of Medium Aquamarine #6DCAAA
RGB
CMYK
RGB Variations
Color information
#6DCAAA (or 0x6DCAAA) is known color: Medium Aquamarine. HEX triplet: 6D, CA and AA. RGB value is (109,202,170). Sum of RGB (Red+Green+Blue) = 109+202+170=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAA is #923555. Grayscale: #AAAAAA. Windows color (decimal): -9581910 or 11192941. OLE color: 11192941.
HSL color Cylindrical-coordinate representation of color #6DCAAA: hue angle of 159.35º 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 #6DCAAA is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 170 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.21 |
| HSL | 159.35º | 0.47% | 0.61% | - |
| HSV(B) | 159.35º | 0.46% | 0.79% | - |
| XYZ | 34.68 | 48.39 | 45.54 | - |
| YUV | 170.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 170 | 0.46 | 0 | 0.16 | 0.21 | 159.35 | 0.47 | 0.61 |
| Hex | 6D | CA | AA | 2E | 0 | 10 | 15 | 9F | 2F | 3D |
| Octal | 155 | 312 | 252 | 56 | 0 | 20 | 25 | 237 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10101010 | 101110 | 0 | 10000 | 10101 | 10011111 | 101111 | 111101 |
Color Harmonies of #6DCAAA
Complementary color
Monochromatic Colors of #6DCAAA
Black with #6DCAAA
Text Example
Text Example
White with #6DCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAAA; }
p { color: rgb(109,202,170); }
H1.HeaderClassName
{
color: #6DCAAA;
}
.AnyTagClassName
{
color: #6DCAAA;
}
</style>
background-color css
<style>
a { background-color: #6DCAAA; }
a { background-color: rgb(109,202,170); }
div.DivClassName
{
background-color: #6DCAAA;
}
.BgClassName
{
background-color: #6DCAAA;
}
</style>
border-color css
<style>
span { border-color: #6DCAAA; }
span { border-color: rgb(109,202,170); }
td.TdClassName
{
border-color: #6DCAAA;
}
.TagClassName
{
border-color: #6DCAAA;
}
</style>