Shades of Medium Aquamarine #6ADBA8
Tints of Medium Aquamarine #6ADBA8
RGB
CMYK
RGB Variations
Color information
#6ADBA8 (or 0x6ADBA8) is known color: Medium Aquamarine. HEX triplet: 6A, DB and A8. RGB value is (106,219,168). Sum of RGB (Red+Green+Blue) = 106+219+168=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBA8 is #952457. Grayscale: #B3B3B3. Windows color (decimal): -9774168 or 11066218. OLE color: 11066218.
HSL color Cylindrical-coordinate representation of color #6ADBA8: hue angle of 152.92º 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 #6ADBA8 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 168 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.14 |
| HSL | 152.92º | 0.61% | 0.64% | - |
| HSV(B) | 152.92º | 0.52% | 0.86% | - |
| XYZ | 38.34 | 56.55 | 45.94 | - |
| YUV | 179.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 168 | 0.52 | 0 | 0.23 | 0.14 | 152.92 | 0.61 | 0.64 |
| Hex | 6A | DB | A8 | 34 | 0 | 17 | E | 99 | 3D | 40 |
| Octal | 152 | 333 | 250 | 64 | 0 | 27 | 16 | 231 | 75 | 100 |
| Binary | 1101010 | 11011011 | 10101000 | 110100 | 0 | 10111 | 1110 | 10011001 | 111101 | 1000000 |
Color Harmonies of #6ADBA8
Complementary color
Monochromatic Colors of #6ADBA8
Black with #6ADBA8
Text Example
Text Example
White with #6ADBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBA8; }
p { color: rgb(106,219,168); }
H1.HeaderClassName
{
color: #6ADBA8;
}
.AnyTagClassName
{
color: #6ADBA8;
}
</style>
background-color css
<style>
a { background-color: #6ADBA8; }
a { background-color: rgb(106,219,168); }
div.DivClassName
{
background-color: #6ADBA8;
}
.BgClassName
{
background-color: #6ADBA8;
}
</style>
border-color css
<style>
span { border-color: #6ADBA8; }
span { border-color: rgb(106,219,168); }
td.TdClassName
{
border-color: #6ADBA8;
}
.TagClassName
{
border-color: #6ADBA8;
}
</style>