Shades of Medium Aquamarine #6ADAA4
Tints of Medium Aquamarine #6ADAA4
RGB
CMYK
RGB Variations
Color information
#6ADAA4 (or 0x6ADAA4) is known color: Medium Aquamarine. HEX triplet: 6A, DA and A4. RGB value is (106,218,164). Sum of RGB (Red+Green+Blue) = 106+218+164=488 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.72% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAA4 is #95255B. Grayscale: #B2B2B2. Windows color (decimal): -9774428 or 10803818. OLE color: 10803818.
HSL color Cylindrical-coordinate representation of color #6ADAA4: hue angle of 151.07º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAA4 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 164 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.15 |
| HSL | 151.07º | 0.6% | 0.64% | - |
| HSV(B) | 151.07º | 0.51% | 0.85% | - |
| XYZ | 37.72 | 55.89 | 43.92 | - |
| YUV | 178.36 | 119.89 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 164 | 0.51 | 0 | 0.25 | 0.15 | 151.07 | 0.6 | 0.64 |
| Hex | 6A | DA | A4 | 33 | 0 | 19 | F | 97 | 3C | 40 |
| Octal | 152 | 332 | 244 | 63 | 0 | 31 | 17 | 227 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10100100 | 110011 | 0 | 11001 | 1111 | 10010111 | 111100 | 1000000 |
Color Harmonies of #6ADAA4
Complementary color
Monochromatic Colors of #6ADAA4
Black with #6ADAA4
Text Example
Text Example
White with #6ADAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAA4; }
p { color: rgb(106,218,164); }
H1.HeaderClassName
{
color: #6ADAA4;
}
.AnyTagClassName
{
color: #6ADAA4;
}
</style>
background-color css
<style>
a { background-color: #6ADAA4; }
a { background-color: rgb(106,218,164); }
div.DivClassName
{
background-color: #6ADAA4;
}
.BgClassName
{
background-color: #6ADAA4;
}
</style>
border-color css
<style>
span { border-color: #6ADAA4; }
span { border-color: rgb(106,218,164); }
td.TdClassName
{
border-color: #6ADAA4;
}
.TagClassName
{
border-color: #6ADAA4;
}
</style>