Shades of Medium Aquamarine #6ADAB4
Tints of Medium Aquamarine #6ADAB4
RGB
CMYK
RGB Variations
Color information
#6ADAB4 (or 0x6ADAB4) is known color: Medium Aquamarine. HEX triplet: 6A, DA and B4. RGB value is (106,218,180). Sum of RGB (Red+Green+Blue) = 106+218+180=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAB4 is #95254B. Grayscale: #B4B4B4. Windows color (decimal): -9774412 or 11852394. OLE color: 11852394.
HSL color Cylindrical-coordinate representation of color #6ADAB4: hue angle of 159.64º 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 #6ADAB4 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 180 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.15 |
| HSL | 159.64º | 0.6% | 0.64% | - |
| HSV(B) | 159.64º | 0.51% | 0.85% | - |
| XYZ | 39.25 | 56.5 | 52.02 | - |
| YUV | 180.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 180 | 0.51 | 0 | 0.17 | 0.15 | 159.64 | 0.6 | 0.64 |
| Hex | 6A | DA | B4 | 33 | 0 | 11 | F | A0 | 3C | 40 |
| Octal | 152 | 332 | 264 | 63 | 0 | 21 | 17 | 240 | 74 | 100 |
| Binary | 1101010 | 11011010 | 10110100 | 110011 | 0 | 10001 | 1111 | 10100000 | 111100 | 1000000 |
Color Harmonies of #6ADAB4
Complementary color
Monochromatic Colors of #6ADAB4
Black with #6ADAB4
Text Example
Text Example
White with #6ADAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADAB4; }
p { color: rgb(106,218,180); }
H1.HeaderClassName
{
color: #6ADAB4;
}
.AnyTagClassName
{
color: #6ADAB4;
}
</style>
background-color css
<style>
a { background-color: #6ADAB4; }
a { background-color: rgb(106,218,180); }
div.DivClassName
{
background-color: #6ADAB4;
}
.BgClassName
{
background-color: #6ADAB4;
}
</style>
border-color css
<style>
span { border-color: #6ADAB4; }
span { border-color: rgb(106,218,180); }
td.TdClassName
{
border-color: #6ADAB4;
}
.TagClassName
{
border-color: #6ADAB4;
}
</style>