Shades of Medium Aquamarine #6ADCAD
Tints of Medium Aquamarine #6ADCAD
RGB
CMYK
RGB Variations
Color information
#6ADCAD (or 0x6ADCAD) is known color: Medium Aquamarine. HEX triplet: 6A, DC and AD. RGB value is (106,220,173). Sum of RGB (Red+Green+Blue) = 106+220+173=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCAD is #952352. Grayscale: #B4B4B4. Windows color (decimal): -9773907 or 11394154. OLE color: 11394154.
HSL color Cylindrical-coordinate representation of color #6ADCAD: hue angle of 155.26º degrees, saturation: 0.62, 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 #6ADCAD is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 173 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.14 |
| HSL | 155.26º | 0.62% | 0.64% | - |
| HSV(B) | 155.26º | 0.52% | 0.86% | - |
| XYZ | 39.08 | 57.27 | 48.53 | - |
| YUV | 180.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 173 | 0.52 | 0 | 0.21 | 0.14 | 155.26 | 0.62 | 0.64 |
| Hex | 6A | DC | AD | 34 | 0 | 15 | E | 9B | 3E | 40 |
| Octal | 152 | 334 | 255 | 64 | 0 | 25 | 16 | 233 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10101101 | 110100 | 0 | 10101 | 1110 | 10011011 | 111110 | 1000000 |
Color Harmonies of #6ADCAD
Complementary color
Monochromatic Colors of #6ADCAD
Black with #6ADCAD
Text Example
Text Example
White with #6ADCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCAD; }
p { color: rgb(106,220,173); }
H1.HeaderClassName
{
color: #6ADCAD;
}
.AnyTagClassName
{
color: #6ADCAD;
}
</style>
background-color css
<style>
a { background-color: #6ADCAD; }
a { background-color: rgb(106,220,173); }
div.DivClassName
{
background-color: #6ADCAD;
}
.BgClassName
{
background-color: #6ADCAD;
}
</style>
border-color css
<style>
span { border-color: #6ADCAD; }
span { border-color: rgb(106,220,173); }
td.TdClassName
{
border-color: #6ADCAD;
}
.TagClassName
{
border-color: #6ADCAD;
}
</style>