Shades of Medium Aquamarine #6ADBAC
Tints of Medium Aquamarine #6ADBAC
RGB
CMYK
RGB Variations
Color information
#6ADBAC (or 0x6ADBAC) is known color: Medium Aquamarine. HEX triplet: 6A, DB and AC. RGB value is (106,219,172). Sum of RGB (Red+Green+Blue) = 106+219+172=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBAC is #952453. Grayscale: #B3B3B3. Windows color (decimal): -9774164 or 11328362. OLE color: 11328362.
HSL color Cylindrical-coordinate representation of color #6ADBAC: hue angle of 155.04º degrees, saturation: 0.61, 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 #6ADBAC is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 172 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.14 |
| HSL | 155.04º | 0.61% | 0.64% | - |
| HSV(B) | 155.04º | 0.52% | 0.86% | - |
| XYZ | 38.72 | 56.71 | 47.93 | - |
| YUV | 179.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 172 | 0.52 | 0 | 0.21 | 0.14 | 155.04 | 0.61 | 0.64 |
| Hex | 6A | DB | AC | 34 | 0 | 15 | E | 9B | 3D | 40 |
| Octal | 152 | 333 | 254 | 64 | 0 | 25 | 16 | 233 | 75 | 100 |
| Binary | 1101010 | 11011011 | 10101100 | 110100 | 0 | 10101 | 1110 | 10011011 | 111101 | 1000000 |
Color Harmonies of #6ADBAC
Complementary color
Monochromatic Colors of #6ADBAC
Black with #6ADBAC
Text Example
Text Example
White with #6ADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBAC; }
p { color: rgb(106,219,172); }
H1.HeaderClassName
{
color: #6ADBAC;
}
.AnyTagClassName
{
color: #6ADBAC;
}
</style>
background-color css
<style>
a { background-color: #6ADBAC; }
a { background-color: rgb(106,219,172); }
div.DivClassName
{
background-color: #6ADBAC;
}
.BgClassName
{
background-color: #6ADBAC;
}
</style>
border-color css
<style>
span { border-color: #6ADBAC; }
span { border-color: rgb(106,219,172); }
td.TdClassName
{
border-color: #6ADBAC;
}
.TagClassName
{
border-color: #6ADBAC;
}
</style>