Shades of Medium Aquamarine #6BE1A0
Tints of Medium Aquamarine #6BE1A0
RGB
CMYK
RGB Variations
Color information
#6BE1A0 (or 0x6BE1A0) is known color: Medium Aquamarine. HEX triplet: 6B, E1 and A0. RGB value is (107,225,160). Sum of RGB (Red+Green+Blue) = 107+225+160=492 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.75% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE1A0 is #941E5F. Grayscale: #B6B6B6. Windows color (decimal): -9707104 or 10543467. OLE color: 10543467.
HSL color Cylindrical-coordinate representation of color #6BE1A0: hue angle of 146.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BE1A0 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 160 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.12 |
| HSL | 146.95º | 0.66% | 0.65% | - |
| HSV(B) | 146.95º | 0.52% | 0.88% | - |
| XYZ | 39.33 | 59.51 | 42.67 | - |
| YUV | 182.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 160 | 0.52 | 0 | 0.29 | 0.12 | 146.95 | 0.66 | 0.65 |
| Hex | 6B | E1 | A0 | 34 | 0 | 1D | C | 93 | 42 | 41 |
| Octal | 153 | 341 | 240 | 64 | 0 | 35 | 14 | 223 | 102 | 101 |
| Binary | 1101011 | 11100001 | 10100000 | 110100 | 0 | 11101 | 1100 | 10010011 | 1000010 | 1000001 |
Color Harmonies of #6BE1A0
Complementary color
Monochromatic Colors of #6BE1A0
Black with #6BE1A0
Text Example
Text Example
White with #6BE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE1A0; }
p { color: rgb(107,225,160); }
H1.HeaderClassName
{
color: #6BE1A0;
}
.AnyTagClassName
{
color: #6BE1A0;
}
</style>
background-color css
<style>
a { background-color: #6BE1A0; }
a { background-color: rgb(107,225,160); }
div.DivClassName
{
background-color: #6BE1A0;
}
.BgClassName
{
background-color: #6BE1A0;
}
</style>
border-color css
<style>
span { border-color: #6BE1A0; }
span { border-color: rgb(107,225,160); }
td.TdClassName
{
border-color: #6BE1A0;
}
.TagClassName
{
border-color: #6BE1A0;
}
</style>