Shades of Medium Aquamarine #6AEBAA
Tints of Medium Aquamarine #6AEBAA
RGB
CMYK
RGB Variations
Color information
#6AEBAA (or 0x6AEBAA) is known color: Medium Aquamarine. HEX triplet: 6A, EB and AA. RGB value is (106,235,170). Sum of RGB (Red+Green+Blue) = 106+235+170=511 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.74% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEBAA is #951455. Grayscale: #BDBDBD. Windows color (decimal): -9770070 or 11201386. OLE color: 11201386.
HSL color Cylindrical-coordinate representation of color #6AEBAA: hue angle of 149.77º 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 #6AEBAA is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 235 | 170 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.08 |
| HSL | 149.77º | 0.76% | 0.67% | - |
| HSV(B) | 149.77º | 0.55% | 0.92% | - |
| XYZ | 42.91 | 65.38 | 48.39 | - |
| YUV | 189.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 235 | 170 | 0.55 | 0 | 0.28 | 0.08 | 149.77 | 0.76 | 0.67 |
| Hex | 6A | EB | AA | 37 | 0 | 1C | 8 | 96 | 4C | 43 |
| Octal | 152 | 353 | 252 | 67 | 0 | 34 | 10 | 226 | 114 | 103 |
| Binary | 1101010 | 11101011 | 10101010 | 110111 | 0 | 11100 | 1000 | 10010110 | 1001100 | 1000011 |
Color Harmonies of #6AEBAA
Complementary color
Monochromatic Colors of #6AEBAA
Black with #6AEBAA
Text Example
Text Example
White with #6AEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEBAA; }
p { color: rgb(106,235,170); }
H1.HeaderClassName
{
color: #6AEBAA;
}
.AnyTagClassName
{
color: #6AEBAA;
}
</style>
background-color css
<style>
a { background-color: #6AEBAA; }
a { background-color: rgb(106,235,170); }
div.DivClassName
{
background-color: #6AEBAA;
}
.BgClassName
{
background-color: #6AEBAA;
}
</style>
border-color css
<style>
span { border-color: #6AEBAA; }
span { border-color: rgb(106,235,170); }
td.TdClassName
{
border-color: #6AEBAA;
}
.TagClassName
{
border-color: #6AEBAA;
}
</style>