Shades of Medium Aquamarine #6AD3AF
Tints of Medium Aquamarine #6AD3AF
RGB
CMYK
RGB Variations
Color information
#6AD3AF (or 0x6AD3AF) is known color: Medium Aquamarine. HEX triplet: 6A, D3 and AF. RGB value is (106,211,175). Sum of RGB (Red+Green+Blue) = 106+211+175=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #6AD3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD3AF is #952C50. Grayscale: #AFAFAF. Windows color (decimal): -9776209 or 11522922. OLE color: 11522922.
HSL color Cylindrical-coordinate representation of color #6AD3AF: hue angle of 159.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD3AF is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 211 | 175 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.17 |
| HSL | 159.43º | 0.54% | 0.62% | - |
| HSV(B) | 159.43º | 0.5% | 0.83% | - |
| XYZ | 36.98 | 52.75 | 48.79 | - |
| YUV | 175.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 211 | 175 | 0.50 | 0 | 0.17 | 0.17 | 159.43 | 0.54 | 0.62 |
| Hex | 6A | D3 | AF | 32 | 0 | 11 | 11 | 9F | 36 | 3E |
| Octal | 152 | 323 | 257 | 62 | 0 | 21 | 21 | 237 | 66 | 76 |
| Binary | 1101010 | 11010011 | 10101111 | 110010 | 0 | 10001 | 10001 | 10011111 | 110110 | 111110 |
Color Harmonies of #6AD3AF
Complementary color
Monochromatic Colors of #6AD3AF
Black with #6AD3AF
Text Example
Text Example
White with #6AD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD3AF; }
p { color: rgb(106,211,175); }
H1.HeaderClassName
{
color: #6AD3AF;
}
.AnyTagClassName
{
color: #6AD3AF;
}
</style>
background-color css
<style>
a { background-color: #6AD3AF; }
a { background-color: rgb(106,211,175); }
div.DivClassName
{
background-color: #6AD3AF;
}
.BgClassName
{
background-color: #6AD3AF;
}
</style>
border-color css
<style>
span { border-color: #6AD3AF; }
span { border-color: rgb(106,211,175); }
td.TdClassName
{
border-color: #6AD3AF;
}
.TagClassName
{
border-color: #6AD3AF;
}
</style>