Shades of Medium Aquamarine #6CF1A0
Tints of Medium Aquamarine #6CF1A0
RGB
CMYK
RGB Variations
Color information
#6CF1A0 (or 0x6CF1A0) is known color: Medium Aquamarine. HEX triplet: 6C, F1 and A0. RGB value is (108,241,160). Sum of RGB (Red+Green+Blue) = 108+241+160=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF1A0 is #930E5F. Grayscale: #C0C0C0. Windows color (decimal): -9637472 or 10547564. OLE color: 10547564.
HSL color Cylindrical-coordinate representation of color #6CF1A0: hue angle of 143.46º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1A0 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 160 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.05 |
| HSL | 143.46º | 0.83% | 0.68% | - |
| HSV(B) | 143.46º | 0.55% | 0.95% | - |
| XYZ | 43.98 | 68.64 | 44.19 | - |
| YUV | 192 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 160 | 0.55 | 0 | 0.34 | 0.05 | 143.46 | 0.83 | 0.68 |
| Hex | 6C | F1 | A0 | 37 | 0 | 22 | 5 | 8F | 53 | 44 |
| Octal | 154 | 361 | 240 | 67 | 0 | 42 | 5 | 217 | 123 | 104 |
| Binary | 1101100 | 11110001 | 10100000 | 110111 | 0 | 100010 | 101 | 10001111 | 1010011 | 1000100 |
Color Harmonies of #6CF1A0
Complementary color
Monochromatic Colors of #6CF1A0
Black with #6CF1A0
Text Example
Text Example
White with #6CF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1A0; }
p { color: rgb(108,241,160); }
H1.HeaderClassName
{
color: #6CF1A0;
}
.AnyTagClassName
{
color: #6CF1A0;
}
</style>
background-color css
<style>
a { background-color: #6CF1A0; }
a { background-color: rgb(108,241,160); }
div.DivClassName
{
background-color: #6CF1A0;
}
.BgClassName
{
background-color: #6CF1A0;
}
</style>
border-color css
<style>
span { border-color: #6CF1A0; }
span { border-color: rgb(108,241,160); }
td.TdClassName
{
border-color: #6CF1A0;
}
.TagClassName
{
border-color: #6CF1A0;
}
</style>