Shades of Medium Aquamarine #6DCAA4
Tints of Medium Aquamarine #6DCAA4
RGB
CMYK
RGB Variations
Color information
#6DCAA4 (or 0x6DCAA4) is known color: Medium Aquamarine. HEX triplet: 6D, CA and A4. RGB value is (109,202,164). Sum of RGB (Red+Green+Blue) = 109+202+164=475 (62% of max value = 765). Red value is 109 (42.97% from 255 or 22.95% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAA4 is #92355B. Grayscale: #A9A9A9. Windows color (decimal): -9581916 or 10799725. OLE color: 10799725.
HSL color Cylindrical-coordinate representation of color #6DCAA4: hue angle of 155.48º 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 #6DCAA4 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 164 | - |
| CMYK | 0.46 | 0 | 0.19 | 0.21 |
| HSL | 155.48º | 0.47% | 0.61% | - |
| HSV(B) | 155.48º | 0.46% | 0.79% | - |
| XYZ | 34.13 | 48.17 | 42.62 | - |
| YUV | 169.86 | 124.69 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 164 | 0.46 | 0 | 0.19 | 0.21 | 155.48 | 0.47 | 0.61 |
| Hex | 6D | CA | A4 | 2E | 0 | 13 | 15 | 9B | 2F | 3D |
| Octal | 155 | 312 | 244 | 56 | 0 | 23 | 25 | 233 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10100100 | 101110 | 0 | 10011 | 10101 | 10011011 | 101111 | 111101 |
Color Harmonies of #6DCAA4
Complementary color
Monochromatic Colors of #6DCAA4
Black with #6DCAA4
Text Example
Text Example
White with #6DCAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCAA4; }
p { color: rgb(109,202,164); }
H1.HeaderClassName
{
color: #6DCAA4;
}
.AnyTagClassName
{
color: #6DCAA4;
}
</style>
background-color css
<style>
a { background-color: #6DCAA4; }
a { background-color: rgb(109,202,164); }
div.DivClassName
{
background-color: #6DCAA4;
}
.BgClassName
{
background-color: #6DCAA4;
}
</style>
border-color css
<style>
span { border-color: #6DCAA4; }
span { border-color: rgb(109,202,164); }
td.TdClassName
{
border-color: #6DCAA4;
}
.TagClassName
{
border-color: #6DCAA4;
}
</style>