Shades of Medium Aquamarine #6AD8AF
Tints of Medium Aquamarine #6AD8AF
RGB
CMYK
RGB Variations
Color information
#6AD8AF (or 0x6AD8AF) is known color: Medium Aquamarine. HEX triplet: 6A, D8 and AF. RGB value is (106,216,175). Sum of RGB (Red+Green+Blue) = 106+216+175=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #6AD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD8AF is #952750. Grayscale: #B2B2B2. Windows color (decimal): -9774929 or 11524202. OLE color: 11524202.
HSL color Cylindrical-coordinate representation of color #6AD8AF: hue angle of 157.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD8AF is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 216 | 175 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.15 |
| HSL | 157.64º | 0.59% | 0.63% | - |
| HSV(B) | 157.64º | 0.51% | 0.85% | - |
| XYZ | 38.24 | 55.27 | 49.21 | - |
| YUV | 178.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 216 | 175 | 0.51 | 0 | 0.19 | 0.15 | 157.64 | 0.59 | 0.63 |
| Hex | 6A | D8 | AF | 33 | 0 | 13 | F | 9E | 3B | 3F |
| Octal | 152 | 330 | 257 | 63 | 0 | 23 | 17 | 236 | 73 | 77 |
| Binary | 1101010 | 11011000 | 10101111 | 110011 | 0 | 10011 | 1111 | 10011110 | 111011 | 111111 |
Color Harmonies of #6AD8AF
Complementary color
Monochromatic Colors of #6AD8AF
Black with #6AD8AF
Text Example
Text Example
White with #6AD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD8AF; }
p { color: rgb(106,216,175); }
H1.HeaderClassName
{
color: #6AD8AF;
}
.AnyTagClassName
{
color: #6AD8AF;
}
</style>
background-color css
<style>
a { background-color: #6AD8AF; }
a { background-color: rgb(106,216,175); }
div.DivClassName
{
background-color: #6AD8AF;
}
.BgClassName
{
background-color: #6AD8AF;
}
</style>
border-color css
<style>
span { border-color: #6AD8AF; }
span { border-color: rgb(106,216,175); }
td.TdClassName
{
border-color: #6AD8AF;
}
.TagClassName
{
border-color: #6AD8AF;
}
</style>