Shades of Medium Aquamarine #6CD8A1
Tints of Medium Aquamarine #6CD8A1
RGB
CMYK
RGB Variations
Color information
#6CD8A1 (or 0x6CD8A1) is known color: Medium Aquamarine. HEX triplet: 6C, D8 and A1. RGB value is (108,216,161). Sum of RGB (Red+Green+Blue) = 108+216+161=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #6CD8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CD8A1 is #93275E. Grayscale: #B1B1B1. Windows color (decimal): -9643871 or 10606700. OLE color: 10606700.
HSL color Cylindrical-coordinate representation of color #6CD8A1: hue angle of 149.44º degrees, saturation: 0.58, 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 #6CD8A1 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 216 | 161 | - |
| CMYK | 0.50 | 0 | 0.25 | 0.15 |
| HSL | 149.44º | 0.58% | 0.64% | - |
| HSV(B) | 149.44º | 0.5% | 0.85% | - |
| XYZ | 37.17 | 54.87 | 42.35 | - |
| YUV | 177.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 216 | 161 | 0.50 | 0 | 0.25 | 0.15 | 149.44 | 0.58 | 0.64 |
| Hex | 6C | D8 | A1 | 32 | 0 | 19 | F | 95 | 3A | 40 |
| Octal | 154 | 330 | 241 | 62 | 0 | 31 | 17 | 225 | 72 | 100 |
| Binary | 1101100 | 11011000 | 10100001 | 110010 | 0 | 11001 | 1111 | 10010101 | 111010 | 1000000 |
Color Harmonies of #6CD8A1
Complementary color
Monochromatic Colors of #6CD8A1
Black with #6CD8A1
Text Example
Text Example
White with #6CD8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD8A1; }
p { color: rgb(108,216,161); }
H1.HeaderClassName
{
color: #6CD8A1;
}
.AnyTagClassName
{
color: #6CD8A1;
}
</style>
background-color css
<style>
a { background-color: #6CD8A1; }
a { background-color: rgb(108,216,161); }
div.DivClassName
{
background-color: #6CD8A1;
}
.BgClassName
{
background-color: #6CD8A1;
}
</style>
border-color css
<style>
span { border-color: #6CD8A1; }
span { border-color: rgb(108,216,161); }
td.TdClassName
{
border-color: #6CD8A1;
}
.TagClassName
{
border-color: #6CD8A1;
}
</style>