Shades of Medium Aquamarine #6AD6AF
Tints of Medium Aquamarine #6AD6AF
RGB
CMYK
RGB Variations
Color information
#6AD6AF (or 0x6AD6AF) is known color: Medium Aquamarine. HEX triplet: 6A, D6 and AF. RGB value is (106,214,175). Sum of RGB (Red+Green+Blue) = 106+214+175=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD6AF is #952950. Grayscale: #B1B1B1. Windows color (decimal): -9775441 or 11523690. OLE color: 11523690.
HSL color Cylindrical-coordinate representation of color #6AD6AF: hue angle of 158.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD6AF is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 175 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.16 |
| HSL | 158.33º | 0.57% | 0.63% | - |
| HSV(B) | 158.33º | 0.5% | 0.84% | - |
| XYZ | 37.73 | 54.25 | 49.04 | - |
| YUV | 177.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 175 | 0.50 | 0 | 0.18 | 0.16 | 158.33 | 0.57 | 0.63 |
| Hex | 6A | D6 | AF | 32 | 0 | 12 | 10 | 9E | 39 | 3F |
| Octal | 152 | 326 | 257 | 62 | 0 | 22 | 20 | 236 | 71 | 77 |
| Binary | 1101010 | 11010110 | 10101111 | 110010 | 0 | 10010 | 10000 | 10011110 | 111001 | 111111 |
Color Harmonies of #6AD6AF
Complementary color
Monochromatic Colors of #6AD6AF
Black with #6AD6AF
Text Example
Text Example
White with #6AD6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6AF; }
p { color: rgb(106,214,175); }
H1.HeaderClassName
{
color: #6AD6AF;
}
.AnyTagClassName
{
color: #6AD6AF;
}
</style>
background-color css
<style>
a { background-color: #6AD6AF; }
a { background-color: rgb(106,214,175); }
div.DivClassName
{
background-color: #6AD6AF;
}
.BgClassName
{
background-color: #6AD6AF;
}
</style>
border-color css
<style>
span { border-color: #6AD6AF; }
span { border-color: rgb(106,214,175); }
td.TdClassName
{
border-color: #6AD6AF;
}
.TagClassName
{
border-color: #6AD6AF;
}
</style>