Shades of Medium Aquamarine #6AE09C
Tints of Medium Aquamarine #6AE09C
RGB
CMYK
RGB Variations
Color information
#6AE09C (or 0x6AE09C) is known color: Medium Aquamarine. HEX triplet: 6A, E0 and 9C. RGB value is (106,224,156). Sum of RGB (Red+Green+Blue) = 106+224+156=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE09C is #951F63. Grayscale: #B5B5B5. Windows color (decimal): -9772900 or 10281066. OLE color: 10281066.
HSL color Cylindrical-coordinate representation of color #6AE09C: hue angle of 145.42º 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 #6AE09C is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 156 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.12 |
| HSL | 145.42º | 0.66% | 0.65% | - |
| HSV(B) | 145.42º | 0.53% | 0.88% | - |
| XYZ | 38.6 | 58.78 | 40.76 | - |
| YUV | 180.97 | 113.91 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 156 | 0.53 | 0 | 0.30 | 0.12 | 145.42 | 0.66 | 0.65 |
| Hex | 6A | E0 | 9C | 35 | 0 | 1E | C | 91 | 42 | 41 |
| Octal | 152 | 340 | 234 | 65 | 0 | 36 | 14 | 221 | 102 | 101 |
| Binary | 1101010 | 11100000 | 10011100 | 110101 | 0 | 11110 | 1100 | 10010001 | 1000010 | 1000001 |
Color Harmonies of #6AE09C
Complementary color
Monochromatic Colors of #6AE09C
Black with #6AE09C
Text Example
Text Example
White with #6AE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE09C; }
p { color: rgb(106,224,156); }
H1.HeaderClassName
{
color: #6AE09C;
}
.AnyTagClassName
{
color: #6AE09C;
}
</style>
background-color css
<style>
a { background-color: #6AE09C; }
a { background-color: rgb(106,224,156); }
div.DivClassName
{
background-color: #6AE09C;
}
.BgClassName
{
background-color: #6AE09C;
}
</style>
border-color css
<style>
span { border-color: #6AE09C; }
span { border-color: rgb(106,224,156); }
td.TdClassName
{
border-color: #6AE09C;
}
.TagClassName
{
border-color: #6AE09C;
}
</style>