Shades of Medium Aquamarine #6BE29D
Tints of Medium Aquamarine #6BE29D
RGB
CMYK
RGB Variations
Color information
#6BE29D (or 0x6BE29D) is known color: Medium Aquamarine. HEX triplet: 6B, E2 and 9D. RGB value is (107,226,157). Sum of RGB (Red+Green+Blue) = 107+226+157=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BE29D is #941D62. Grayscale: #B6B6B6. Windows color (decimal): -9706851 or 10347115. OLE color: 10347115.
HSL color Cylindrical-coordinate representation of color #6BE29D: hue angle of 145.21º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE29D is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 226 | 157 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.11 |
| HSL | 145.21º | 0.67% | 0.65% | - |
| HSV(B) | 145.21º | 0.53% | 0.89% | - |
| XYZ | 39.35 | 59.95 | 41.4 | - |
| YUV | 182.55 | 113.58 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 226 | 157 | 0.53 | 0 | 0.31 | 0.11 | 145.21 | 0.67 | 0.65 |
| Hex | 6B | E2 | 9D | 35 | 0 | 1F | B | 91 | 43 | 41 |
| Octal | 153 | 342 | 235 | 65 | 0 | 37 | 13 | 221 | 103 | 101 |
| Binary | 1101011 | 11100010 | 10011101 | 110101 | 0 | 11111 | 1011 | 10010001 | 1000011 | 1000001 |
Color Harmonies of #6BE29D
Complementary color
Monochromatic Colors of #6BE29D
Black with #6BE29D
Text Example
Text Example
White with #6BE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE29D; }
p { color: rgb(107,226,157); }
H1.HeaderClassName
{
color: #6BE29D;
}
.AnyTagClassName
{
color: #6BE29D;
}
</style>
background-color css
<style>
a { background-color: #6BE29D; }
a { background-color: rgb(107,226,157); }
div.DivClassName
{
background-color: #6BE29D;
}
.BgClassName
{
background-color: #6BE29D;
}
</style>
border-color css
<style>
span { border-color: #6BE29D; }
span { border-color: rgb(107,226,157); }
td.TdClassName
{
border-color: #6BE29D;
}
.TagClassName
{
border-color: #6BE29D;
}
</style>