Shades of Medium Aquamarine #6AE0AF
Tints of Medium Aquamarine #6AE0AF
RGB
CMYK
RGB Variations
Color information
#6AE0AF (or 0x6AE0AF) is known color: Medium Aquamarine. HEX triplet: 6A, E0 and AF. RGB value is (106,224,175). Sum of RGB (Red+Green+Blue) = 106+224+175=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE0AF is #951F50. Grayscale: #B7B7B7. Windows color (decimal): -9772881 or 11526250. OLE color: 11526250.
HSL color Cylindrical-coordinate representation of color #6AE0AF: hue angle of 155.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE0AF is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 175 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.12 |
| HSL | 155.08º | 0.66% | 0.65% | - |
| HSV(B) | 155.08º | 0.53% | 0.88% | - |
| XYZ | 40.34 | 59.47 | 49.91 | - |
| YUV | 183.13 | 123.41 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 175 | 0.53 | 0 | 0.22 | 0.12 | 155.08 | 0.66 | 0.65 |
| Hex | 6A | E0 | AF | 35 | 0 | 16 | C | 9B | 42 | 41 |
| Octal | 152 | 340 | 257 | 65 | 0 | 26 | 14 | 233 | 102 | 101 |
| Binary | 1101010 | 11100000 | 10101111 | 110101 | 0 | 10110 | 1100 | 10011011 | 1000010 | 1000001 |
Color Harmonies of #6AE0AF
Complementary color
Monochromatic Colors of #6AE0AF
Black with #6AE0AF
Text Example
Text Example
White with #6AE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE0AF; }
p { color: rgb(106,224,175); }
H1.HeaderClassName
{
color: #6AE0AF;
}
.AnyTagClassName
{
color: #6AE0AF;
}
</style>
background-color css
<style>
a { background-color: #6AE0AF; }
a { background-color: rgb(106,224,175); }
div.DivClassName
{
background-color: #6AE0AF;
}
.BgClassName
{
background-color: #6AE0AF;
}
</style>
border-color css
<style>
span { border-color: #6AE0AF; }
span { border-color: rgb(106,224,175); }
td.TdClassName
{
border-color: #6AE0AF;
}
.TagClassName
{
border-color: #6AE0AF;
}
</style>