Shades of Medium Aquamarine #6AF29E
Tints of Medium Aquamarine #6AF29E
RGB
CMYK
RGB Variations
Color information
#6AF29E (or 0x6AF29E) is known color: Medium Aquamarine. HEX triplet: 6A, F2 and 9E. RGB value is (106,242,158). Sum of RGB (Red+Green+Blue) = 106+242+158=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF29E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF29E is #950D61. Grayscale: #BFBFBF. Windows color (decimal): -9768290 or 10416746. OLE color: 10416746.
HSL color Cylindrical-coordinate representation of color #6AF29E: hue angle of 142.94º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF29E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 158 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.05 |
| HSL | 142.94º | 0.84% | 0.68% | - |
| HSV(B) | 142.94º | 0.56% | 0.95% | - |
| XYZ | 43.87 | 69.04 | 43.36 | - |
| YUV | 191.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 158 | 0.56 | 0 | 0.35 | 0.05 | 142.94 | 0.84 | 0.68 |
| Hex | 6A | F2 | 9E | 38 | 0 | 23 | 5 | 8F | 54 | 44 |
| Octal | 152 | 362 | 236 | 70 | 0 | 43 | 5 | 217 | 124 | 104 |
| Binary | 1101010 | 11110010 | 10011110 | 111000 | 0 | 100011 | 101 | 10001111 | 1010100 | 1000100 |
Color Harmonies of #6AF29E
Complementary color
Monochromatic Colors of #6AF29E
Black with #6AF29E
Text Example
Text Example
White with #6AF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF29E; }
p { color: rgb(106,242,158); }
H1.HeaderClassName
{
color: #6AF29E;
}
.AnyTagClassName
{
color: #6AF29E;
}
</style>
background-color css
<style>
a { background-color: #6AF29E; }
a { background-color: rgb(106,242,158); }
div.DivClassName
{
background-color: #6AF29E;
}
.BgClassName
{
background-color: #6AF29E;
}
</style>
border-color css
<style>
span { border-color: #6AF29E; }
span { border-color: rgb(106,242,158); }
td.TdClassName
{
border-color: #6AF29E;
}
.TagClassName
{
border-color: #6AF29E;
}
</style>