Shades of Medium Aquamarine #6AE09B
Tints of Medium Aquamarine #6AE09B
RGB
CMYK
RGB Variations
Color information
#6AE09B (or 0x6AE09B) is known color: Medium Aquamarine. HEX triplet: 6A, E0 and 9B. RGB value is (106,224,155). Sum of RGB (Red+Green+Blue) = 106+224+155=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AE09B is #951F64. Grayscale: #B5B5B5. Windows color (decimal): -9772901 or 10215530. OLE color: 10215530.
HSL color Cylindrical-coordinate representation of color #6AE09B: hue angle of 144.92º 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 #6AE09B is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 224 | 155 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.12 |
| HSL | 144.92º | 0.66% | 0.65% | - |
| HSV(B) | 144.92º | 0.53% | 0.88% | - |
| XYZ | 38.52 | 58.74 | 40.32 | - |
| YUV | 180.85 | 113.41 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 224 | 155 | 0.53 | 0 | 0.31 | 0.12 | 144.92 | 0.66 | 0.65 |
| Hex | 6A | E0 | 9B | 35 | 0 | 1F | C | 91 | 42 | 41 |
| Octal | 152 | 340 | 233 | 65 | 0 | 37 | 14 | 221 | 102 | 101 |
| Binary | 1101010 | 11100000 | 10011011 | 110101 | 0 | 11111 | 1100 | 10010001 | 1000010 | 1000001 |
Color Harmonies of #6AE09B
Complementary color
Monochromatic Colors of #6AE09B
Black with #6AE09B
Text Example
Text Example
White with #6AE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AE09B; }
p { color: rgb(106,224,155); }
H1.HeaderClassName
{
color: #6AE09B;
}
.AnyTagClassName
{
color: #6AE09B;
}
</style>
background-color css
<style>
a { background-color: #6AE09B; }
a { background-color: rgb(106,224,155); }
div.DivClassName
{
background-color: #6AE09B;
}
.BgClassName
{
background-color: #6AE09B;
}
</style>
border-color css
<style>
span { border-color: #6AE09B; }
span { border-color: rgb(106,224,155); }
td.TdClassName
{
border-color: #6AE09B;
}
.TagClassName
{
border-color: #6AE09B;
}
</style>