Shades of Medium Aquamarine #6CD6A5
Tints of Medium Aquamarine #6CD6A5
RGB
CMYK
RGB Variations
Color information
#6CD6A5 (or 0x6CD6A5) is known color: Medium Aquamarine. HEX triplet: 6C, D6 and A5. RGB value is (108,214,165). Sum of RGB (Red+Green+Blue) = 108+214+165=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #6CD6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD6A5 is #93295A. Grayscale: #B0B0B0. Windows color (decimal): -9644379 or 10868332. OLE color: 10868332.
HSL color Cylindrical-coordinate representation of color #6CD6A5: hue angle of 152.26º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CD6A5 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 214 | 165 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.16 |
| HSL | 152.26º | 0.56% | 0.63% | - |
| HSV(B) | 152.26º | 0.5% | 0.84% | - |
| XYZ | 37.02 | 54 | 44.07 | - |
| YUV | 176.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 214 | 165 | 0.50 | 0 | 0.23 | 0.16 | 152.26 | 0.56 | 0.63 |
| Hex | 6C | D6 | A5 | 32 | 0 | 17 | 10 | 98 | 38 | 3F |
| Octal | 154 | 326 | 245 | 62 | 0 | 27 | 20 | 230 | 70 | 77 |
| Binary | 1101100 | 11010110 | 10100101 | 110010 | 0 | 10111 | 10000 | 10011000 | 111000 | 111111 |
Color Harmonies of #6CD6A5
Complementary color
Monochromatic Colors of #6CD6A5
Black with #6CD6A5
Text Example
Text Example
White with #6CD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD6A5; }
p { color: rgb(108,214,165); }
H1.HeaderClassName
{
color: #6CD6A5;
}
.AnyTagClassName
{
color: #6CD6A5;
}
</style>
background-color css
<style>
a { background-color: #6CD6A5; }
a { background-color: rgb(108,214,165); }
div.DivClassName
{
background-color: #6CD6A5;
}
.BgClassName
{
background-color: #6CD6A5;
}
</style>
border-color css
<style>
span { border-color: #6CD6A5; }
span { border-color: rgb(108,214,165); }
td.TdClassName
{
border-color: #6CD6A5;
}
.TagClassName
{
border-color: #6CD6A5;
}
</style>