Shades of Medium Aquamarine #6AEBA1
Tints of Medium Aquamarine #6AEBA1
RGB
CMYK
RGB Variations
Color information
#6AEBA1 (or 0x6AEBA1) is known color: Medium Aquamarine. HEX triplet: 6A, EB and A1. RGB value is (106,235,161). Sum of RGB (Red+Green+Blue) = 106+235+161=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEBA1 is #95145E. Grayscale: #BCBCBC. Windows color (decimal): -9770079 or 10611562. OLE color: 10611562.
HSL color Cylindrical-coordinate representation of color #6AEBA1: hue angle of 145.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBA1 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 161 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.08 |
| HSL | 145.58º | 0.76% | 0.67% | - |
| HSV(B) | 145.58º | 0.55% | 0.92% | - |
| XYZ | 42.09 | 65.05 | 44.06 | - |
| YUV | 187.99 | 112.76 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 161 | 0.55 | 0 | 0.31 | 0.08 | 145.58 | 0.76 | 0.67 |
| Hex | 6A | EB | A1 | 37 | 0 | 1F | 8 | 92 | 4C | 43 |
| Octal | 152 | 353 | 241 | 67 | 0 | 37 | 10 | 222 | 114 | 103 |
| Binary | 1101010 | 11101011 | 10100001 | 110111 | 0 | 11111 | 1000 | 10010010 | 1001100 | 1000011 |
Color Harmonies of #6AEBA1
Complementary color
Monochromatic Colors of #6AEBA1
Black with #6AEBA1
Text Example
Text Example
White with #6AEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBA1; }
p { color: rgb(106,235,161); }
H1.HeaderClassName
{
color: #6AEBA1;
}
.AnyTagClassName
{
color: #6AEBA1;
}
</style>
background-color css
<style>
a { background-color: #6AEBA1; }
a { background-color: rgb(106,235,161); }
div.DivClassName
{
background-color: #6AEBA1;
}
.BgClassName
{
background-color: #6AEBA1;
}
</style>
border-color css
<style>
span { border-color: #6AEBA1; }
span { border-color: rgb(106,235,161); }
td.TdClassName
{
border-color: #6AEBA1;
}
.TagClassName
{
border-color: #6AEBA1;
}
</style>