Shades of Medium Aquamarine #6AF29B
Tints of Medium Aquamarine #6AF29B
RGB
CMYK
RGB Variations
Color information
#6AF29B (or 0x6AF29B) is known color: Medium Aquamarine. HEX triplet: 6A, F2 and 9B. RGB value is (106,242,155). Sum of RGB (Red+Green+Blue) = 106+242+155=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AF29B is #950D64. Grayscale: #BFBFBF. Windows color (decimal): -9768293 or 10220138. OLE color: 10220138.
HSL color Cylindrical-coordinate representation of color #6AF29B: hue angle of 141.62º 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 #6AF29B is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 242 | 155 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.05 |
| HSL | 141.62º | 0.84% | 0.68% | - |
| HSV(B) | 141.62º | 0.56% | 0.95% | - |
| XYZ | 43.61 | 68.94 | 42.02 | - |
| YUV | 191.42 | 107.44 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 242 | 155 | 0.56 | 0 | 0.36 | 0.05 | 141.62 | 0.84 | 0.68 |
| Hex | 6A | F2 | 9B | 38 | 0 | 24 | 5 | 8E | 54 | 44 |
| Octal | 152 | 362 | 233 | 70 | 0 | 44 | 5 | 216 | 124 | 104 |
| Binary | 1101010 | 11110010 | 10011011 | 111000 | 0 | 100100 | 101 | 10001110 | 1010100 | 1000100 |
Color Harmonies of #6AF29B
Complementary color
Monochromatic Colors of #6AF29B
Black with #6AF29B
Text Example
Text Example
White with #6AF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AF29B; }
p { color: rgb(106,242,155); }
H1.HeaderClassName
{
color: #6AF29B;
}
.AnyTagClassName
{
color: #6AF29B;
}
</style>
background-color css
<style>
a { background-color: #6AF29B; }
a { background-color: rgb(106,242,155); }
div.DivClassName
{
background-color: #6AF29B;
}
.BgClassName
{
background-color: #6AF29B;
}
</style>
border-color css
<style>
span { border-color: #6AF29B; }
span { border-color: rgb(106,242,155); }
td.TdClassName
{
border-color: #6AF29B;
}
.TagClassName
{
border-color: #6AF29B;
}
</style>