Shades of Medium Aquamarine #6ADAAF
Tints of Medium Aquamarine #6ADAAF
RGB
CMYK
RGB Variations
Color information
#6ADAAF (or 0x6ADAAF) is known color: Medium Aquamarine. HEX triplet: 6A, DA and AF. RGB value is (106,218,175). Sum of RGB (Red+Green+Blue) = 106+218+175=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAAF is #952550. Grayscale: #B3B3B3. Windows color (decimal): -9774417 or 11524714. OLE color: 11524714.
HSL color Cylindrical-coordinate representation of color #6ADAAF: hue angle of 156.96º 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 #6ADAAF is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 175 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.15 |
| HSL | 156.96º | 0.6% | 0.64% | - |
| HSV(B) | 156.96º | 0.51% | 0.85% | - |
| XYZ | 38.75 | 56.3 | 49.38 | - |
| YUV | 179.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 175 | 0.51 | 0 | 0.20 | 0.15 | 156.96 | 0.6 | 0.64 |
| Hex | 6A | DA | AF | 33 | 0 | 14 | F | 9D | 3C | 40 |
| Octal | 152 | 332 | 257 | 63 | 0 | 24 | 17 | 235 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10101111 | 110011 | 0 | 10100 | 1111 | 10011101 | 111100 | 1000000 |
Color Harmonies of #6ADAAF
Complementary color
Monochromatic Colors of #6ADAAF
Black with #6ADAAF
Text Example
Text Example
White with #6ADAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAAF; }
p { color: rgb(106,218,175); }
H1.HeaderClassName
{
color: #6ADAAF;
}
.AnyTagClassName
{
color: #6ADAAF;
}
</style>
background-color css
<style>
a { background-color: #6ADAAF; }
a { background-color: rgb(106,218,175); }
div.DivClassName
{
background-color: #6ADAAF;
}
.BgClassName
{
background-color: #6ADAAF;
}
</style>
border-color css
<style>
span { border-color: #6ADAAF; }
span { border-color: rgb(106,218,175); }
td.TdClassName
{
border-color: #6ADAAF;
}
.TagClassName
{
border-color: #6ADAAF;
}
</style>