Shades of Medium Aquamarine #6AEAAA
Tints of Medium Aquamarine #6AEAAA
RGB
CMYK
RGB Variations
Color information
#6AEAAA (or 0x6AEAAA) is known color: Medium Aquamarine. HEX triplet: 6A, EA and AA. RGB value is (106,234,170). Sum of RGB (Red+Green+Blue) = 106+234+170=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEAAA is #951555. Grayscale: #BCBCBC. Windows color (decimal): -9770326 or 11201130. OLE color: 11201130.
HSL color Cylindrical-coordinate representation of color #6AEAAA: hue angle of 150º degrees, saturation: 0.75, 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 #6AEAAA is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 234 | 170 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.08 |
| HSL | 150º | 0.75% | 0.67% | - |
| HSV(B) | 150º | 0.55% | 0.92% | - |
| XYZ | 42.62 | 64.81 | 48.29 | - |
| YUV | 188.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 234 | 170 | 0.55 | 0 | 0.27 | 0.08 | 150 | 0.75 | 0.67 |
| Hex | 6A | EA | AA | 37 | 0 | 1B | 8 | 96 | 4B | 43 |
| Octal | 152 | 352 | 252 | 67 | 0 | 33 | 10 | 226 | 113 | 103 |
| Binary | 1101010 | 11101010 | 10101010 | 110111 | 0 | 11011 | 1000 | 10010110 | 1001011 | 1000011 |
Color Harmonies of #6AEAAA
Complementary color
Monochromatic Colors of #6AEAAA
Black with #6AEAAA
Text Example
Text Example
White with #6AEAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AEAAA; }
p { color: rgb(106,234,170); }
H1.HeaderClassName
{
color: #6AEAAA;
}
.AnyTagClassName
{
color: #6AEAAA;
}
</style>
background-color css
<style>
a { background-color: #6AEAAA; }
a { background-color: rgb(106,234,170); }
div.DivClassName
{
background-color: #6AEAAA;
}
.BgClassName
{
background-color: #6AEAAA;
}
</style>
border-color css
<style>
span { border-color: #6AEAAA; }
span { border-color: rgb(106,234,170); }
td.TdClassName
{
border-color: #6AEAAA;
}
.TagClassName
{
border-color: #6AEAAA;
}
</style>