Shades of Medium Aquamarine #6CDAA0
Tints of Medium Aquamarine #6CDAA0
RGB
CMYK
RGB Variations
Color information
#6CDAA0 (or 0x6CDAA0) is known color: Medium Aquamarine. HEX triplet: 6C, DA and A0. RGB value is (108,218,160). Sum of RGB (Red+Green+Blue) = 108+218+160=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CDAA0 is #93255F. Grayscale: #B2B2B2. Windows color (decimal): -9643360 or 10541676. OLE color: 10541676.
HSL color Cylindrical-coordinate representation of color #6CDAA0: hue angle of 148.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDAA0 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 160 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.15 |
| HSL | 148.36º | 0.6% | 0.64% | - |
| HSV(B) | 148.36º | 0.5% | 0.85% | - |
| XYZ | 37.6 | 55.87 | 42.06 | - |
| YUV | 178.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 160 | 0.50 | 0 | 0.27 | 0.15 | 148.36 | 0.6 | 0.64 |
| Hex | 6C | DA | A0 | 32 | 0 | 1B | F | 94 | 3C | 40 |
| Octal | 154 | 332 | 240 | 62 | 0 | 33 | 17 | 224 | 74 | 100 |
| Binary | 1101100 | 11011010 | 10100000 | 110010 | 0 | 11011 | 1111 | 10010100 | 111100 | 1000000 |
Color Harmonies of #6CDAA0
Complementary color
Monochromatic Colors of #6CDAA0
Black with #6CDAA0
Text Example
Text Example
White with #6CDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAA0; }
p { color: rgb(108,218,160); }
H1.HeaderClassName
{
color: #6CDAA0;
}
.AnyTagClassName
{
color: #6CDAA0;
}
</style>
background-color css
<style>
a { background-color: #6CDAA0; }
a { background-color: rgb(108,218,160); }
div.DivClassName
{
background-color: #6CDAA0;
}
.BgClassName
{
background-color: #6CDAA0;
}
</style>
border-color css
<style>
span { border-color: #6CDAA0; }
span { border-color: rgb(108,218,160); }
td.TdClassName
{
border-color: #6CDAA0;
}
.TagClassName
{
border-color: #6CDAA0;
}
</style>