Shades of Medium Aquamarine #6ADAA5
Tints of Medium Aquamarine #6ADAA5
RGB
CMYK
RGB Variations
Color information
#6ADAA5 (or 0x6ADAA5) is known color: Medium Aquamarine. HEX triplet: 6A, DA and A5. RGB value is (106,218,165). Sum of RGB (Red+Green+Blue) = 106+218+165=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAA5 is #95255A. Grayscale: #B2B2B2. Windows color (decimal): -9774427 or 10869354. OLE color: 10869354.
HSL color Cylindrical-coordinate representation of color #6ADAA5: hue angle of 151.61º 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 #6ADAA5 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 165 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.15 |
| HSL | 151.61º | 0.6% | 0.64% | - |
| HSV(B) | 151.61º | 0.51% | 0.85% | - |
| XYZ | 37.81 | 55.92 | 44.4 | - |
| YUV | 178.47 | 120.39 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 165 | 0.51 | 0 | 0.24 | 0.15 | 151.61 | 0.6 | 0.64 |
| Hex | 6A | DA | A5 | 33 | 0 | 18 | F | 98 | 3C | 40 |
| Octal | 152 | 332 | 245 | 63 | 0 | 30 | 17 | 230 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10100101 | 110011 | 0 | 11000 | 1111 | 10011000 | 111100 | 1000000 |
Color Harmonies of #6ADAA5
Complementary color
Monochromatic Colors of #6ADAA5
Black with #6ADAA5
Text Example
Text Example
White with #6ADAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAA5; }
p { color: rgb(106,218,165); }
H1.HeaderClassName
{
color: #6ADAA5;
}
.AnyTagClassName
{
color: #6ADAA5;
}
</style>
background-color css
<style>
a { background-color: #6ADAA5; }
a { background-color: rgb(106,218,165); }
div.DivClassName
{
background-color: #6ADAA5;
}
.BgClassName
{
background-color: #6ADAA5;
}
</style>
border-color css
<style>
span { border-color: #6ADAA5; }
span { border-color: rgb(106,218,165); }
td.TdClassName
{
border-color: #6ADAA5;
}
.TagClassName
{
border-color: #6ADAA5;
}
</style>