Shades of Medium Aquamarine #6DCAA0
Tints of Medium Aquamarine #6DCAA0
RGB
CMYK
RGB Variations
Color information
#6DCAA0 (or 0x6DCAA0) is known color: Medium Aquamarine. HEX triplet: 6D, CA and A0. RGB value is (109,202,160). Sum of RGB (Red+Green+Blue) = 109+202+160=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAA0 is #92355F. Grayscale: #A9A9A9. Windows color (decimal): -9581920 or 10537581. OLE color: 10537581.
HSL color Cylindrical-coordinate representation of color #6DCAA0: hue angle of 152.9º 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 #6DCAA0 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 160 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.21 |
| HSL | 152.9º | 0.47% | 0.61% | - |
| HSV(B) | 152.9º | 0.46% | 0.79% | - |
| XYZ | 33.77 | 48.03 | 40.75 | - |
| YUV | 169.41 | 122.69 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 160 | 0.46 | 0 | 0.21 | 0.21 | 152.9 | 0.47 | 0.61 |
| Hex | 6D | CA | A0 | 2E | 0 | 15 | 15 | 99 | 2F | 3D |
| Octal | 155 | 312 | 240 | 56 | 0 | 25 | 25 | 231 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10100000 | 101110 | 0 | 10101 | 10101 | 10011001 | 101111 | 111101 |
Color Harmonies of #6DCAA0
Complementary color
Monochromatic Colors of #6DCAA0
Black with #6DCAA0
Text Example
Text Example
White with #6DCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAA0; }
p { color: rgb(109,202,160); }
H1.HeaderClassName
{
color: #6DCAA0;
}
.AnyTagClassName
{
color: #6DCAA0;
}
</style>
background-color css
<style>
a { background-color: #6DCAA0; }
a { background-color: rgb(109,202,160); }
div.DivClassName
{
background-color: #6DCAA0;
}
.BgClassName
{
background-color: #6DCAA0;
}
</style>
border-color css
<style>
span { border-color: #6DCAA0; }
span { border-color: rgb(109,202,160); }
td.TdClassName
{
border-color: #6DCAA0;
}
.TagClassName
{
border-color: #6DCAA0;
}
</style>