Shades of Medium Aquamarine #6ADC9A
Tints of Medium Aquamarine #6ADC9A
RGB
CMYK
RGB Variations
Color information
#6ADC9A (or 0x6ADC9A) is known color: Medium Aquamarine. HEX triplet: 6A, DC and 9A. RGB value is (106,220,154). Sum of RGB (Red+Green+Blue) = 106+220+154=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADC9A is #952365. Grayscale: #B2B2B2. Windows color (decimal): -9773926 or 10148970. OLE color: 10148970.
HSL color Cylindrical-coordinate representation of color #6ADC9A: hue angle of 145.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADC9A is Cyan = 0.52, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 154 | - |
| CMYK | 0.52 | 0 | 0.3 | 0.14 |
| HSL | 145.26º | 0.62% | 0.64% | - |
| HSV(B) | 145.26º | 0.52% | 0.86% | - |
| XYZ | 37.37 | 56.58 | 39.52 | - |
| YUV | 178.39 | 114.23 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 154 | 0.52 | 0 | 0.3 | 0.14 | 145.26 | 0.62 | 0.64 |
| Hex | 6A | DC | 9A | 34 | 0 | 1E | E | 91 | 3E | 40 |
| Octal | 152 | 334 | 232 | 64 | 0 | 36 | 16 | 221 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10011010 | 110100 | 0 | 11110 | 1110 | 10010001 | 111110 | 1000000 |
Color Harmonies of #6ADC9A
Complementary color
Monochromatic Colors of #6ADC9A
Black with #6ADC9A
Text Example
Text Example
White with #6ADC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADC9A; }
p { color: rgb(106,220,154); }
H1.HeaderClassName
{
color: #6ADC9A;
}
.AnyTagClassName
{
color: #6ADC9A;
}
</style>
background-color css
<style>
a { background-color: #6ADC9A; }
a { background-color: rgb(106,220,154); }
div.DivClassName
{
background-color: #6ADC9A;
}
.BgClassName
{
background-color: #6ADC9A;
}
</style>
border-color css
<style>
span { border-color: #6ADC9A; }
span { border-color: rgb(106,220,154); }
td.TdClassName
{
border-color: #6ADC9A;
}
.TagClassName
{
border-color: #6ADC9A;
}
</style>