Shades of Medium Aquamarine #6AD0AC
Tints of Medium Aquamarine #6AD0AC
RGB
CMYK
RGB Variations
Color information
#6AD0AC (or 0x6AD0AC) is known color: Medium Aquamarine. HEX triplet: 6A, D0 and AC. RGB value is (106,208,172). Sum of RGB (Red+Green+Blue) = 106+208+172=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD0AC is #952F53. Grayscale: #ADADAD. Windows color (decimal): -9776980 or 11325546. OLE color: 11325546.
HSL color Cylindrical-coordinate representation of color #6AD0AC: hue angle of 158.82º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD0AC is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 172 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.18 |
| HSL | 158.82º | 0.52% | 0.62% | - |
| HSV(B) | 158.82º | 0.49% | 0.82% | - |
| XYZ | 35.95 | 51.15 | 47.01 | - |
| YUV | 173.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 172 | 0.49 | 0 | 0.17 | 0.18 | 158.82 | 0.52 | 0.62 |
| Hex | 6A | D0 | AC | 31 | 0 | 11 | 12 | 9F | 34 | 3E |
| Octal | 152 | 320 | 254 | 61 | 0 | 21 | 22 | 237 | 64 | 76 |
| Binary | 1101010 | 11010000 | 10101100 | 110001 | 0 | 10001 | 10010 | 10011111 | 110100 | 111110 |
Color Harmonies of #6AD0AC
Complementary color
Monochromatic Colors of #6AD0AC
Black with #6AD0AC
Text Example
Text Example
White with #6AD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD0AC; }
p { color: rgb(106,208,172); }
H1.HeaderClassName
{
color: #6AD0AC;
}
.AnyTagClassName
{
color: #6AD0AC;
}
</style>
background-color css
<style>
a { background-color: #6AD0AC; }
a { background-color: rgb(106,208,172); }
div.DivClassName
{
background-color: #6AD0AC;
}
.BgClassName
{
background-color: #6AD0AC;
}
</style>
border-color css
<style>
span { border-color: #6AD0AC; }
span { border-color: rgb(106,208,172); }
td.TdClassName
{
border-color: #6AD0AC;
}
.TagClassName
{
border-color: #6AD0AC;
}
</style>