Shades of Medium Aquamarine #6ADEA4
Tints of Medium Aquamarine #6ADEA4
RGB
CMYK
RGB Variations
Color information
#6ADEA4 (or 0x6ADEA4) is known color: Medium Aquamarine. HEX triplet: 6A, DE and A4. RGB value is (106,222,164). Sum of RGB (Red+Green+Blue) = 106+222+164=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEA4 is #95215B. Grayscale: #B4B4B4. Windows color (decimal): -9773404 or 10804842. OLE color: 10804842.
HSL color Cylindrical-coordinate representation of color #6ADEA4: hue angle of 150º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADEA4 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 164 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.13 |
| HSL | 150º | 0.64% | 0.64% | - |
| HSV(B) | 150º | 0.52% | 0.87% | - |
| XYZ | 38.77 | 57.99 | 44.27 | - |
| YUV | 180.7 | 118.57 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 164 | 0.52 | 0 | 0.26 | 0.13 | 150 | 0.64 | 0.64 |
| Hex | 6A | DE | A4 | 34 | 0 | 1A | D | 96 | 40 | 40 |
| Octal | 152 | 336 | 244 | 64 | 0 | 32 | 15 | 226 | 100 | 100 |
| Binary | 1101010 | 11011110 | 10100100 | 110100 | 0 | 11010 | 1101 | 10010110 | 1000000 | 1000000 |
Color Harmonies of #6ADEA4
Complementary color
Monochromatic Colors of #6ADEA4
Black with #6ADEA4
Text Example
Text Example
White with #6ADEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADEA4; }
p { color: rgb(106,222,164); }
H1.HeaderClassName
{
color: #6ADEA4;
}
.AnyTagClassName
{
color: #6ADEA4;
}
</style>
background-color css
<style>
a { background-color: #6ADEA4; }
a { background-color: rgb(106,222,164); }
div.DivClassName
{
background-color: #6ADEA4;
}
.BgClassName
{
background-color: #6ADEA4;
}
</style>
border-color css
<style>
span { border-color: #6ADEA4; }
span { border-color: rgb(106,222,164); }
td.TdClassName
{
border-color: #6ADEA4;
}
.TagClassName
{
border-color: #6ADEA4;
}
</style>