Shades of Medium Aquamarine #6CC5A1
Tints of Medium Aquamarine #6CC5A1
RGB
CMYK
RGB Variations
Color information
#6CC5A1 (or 0x6CC5A1) is known color: Medium Aquamarine. HEX triplet: 6C, C5 and A1. RGB value is (108,197,161). Sum of RGB (Red+Green+Blue) = 108+197+161=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC5A1 is #933A5E. Grayscale: #A6A6A6. Windows color (decimal): -9648735 or 10601836. OLE color: 10601836.
HSL color Cylindrical-coordinate representation of color #6CC5A1: hue angle of 155.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC5A1 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 161 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.23 |
| HSL | 155.73º | 0.43% | 0.6% | - |
| HSV(B) | 155.73º | 0.45% | 0.77% | - |
| XYZ | 32.58 | 45.69 | 40.82 | - |
| YUV | 166.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 161 | 0.45 | 0 | 0.18 | 0.23 | 155.73 | 0.43 | 0.6 |
| Hex | 6C | C5 | A1 | 2D | 0 | 12 | 17 | 9C | 2B | 3C |
| Octal | 154 | 305 | 241 | 55 | 0 | 22 | 27 | 234 | 53 | 74 |
| Binary | 1101100 | 11000101 | 10100001 | 101101 | 0 | 10010 | 10111 | 10011100 | 101011 | 111100 |
Color Harmonies of #6CC5A1
Complementary color
Monochromatic Colors of #6CC5A1
Black with #6CC5A1
Text Example
Text Example
White with #6CC5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC5A1; }
p { color: rgb(108,197,161); }
H1.HeaderClassName
{
color: #6CC5A1;
}
.AnyTagClassName
{
color: #6CC5A1;
}
</style>
background-color css
<style>
a { background-color: #6CC5A1; }
a { background-color: rgb(108,197,161); }
div.DivClassName
{
background-color: #6CC5A1;
}
.BgClassName
{
background-color: #6CC5A1;
}
</style>
border-color css
<style>
span { border-color: #6CC5A1; }
span { border-color: rgb(108,197,161); }
td.TdClassName
{
border-color: #6CC5A1;
}
.TagClassName
{
border-color: #6CC5A1;
}
</style>