Shades of Medium Aquamarine #6FD2AC
Tints of Medium Aquamarine #6FD2AC
RGB
CMYK
RGB Variations
Color information
#6FD2AC (or 0x6FD2AC) is known color: Medium Aquamarine. HEX triplet: 6F, D2 and AC. RGB value is (111,210,172). Sum of RGB (Red+Green+Blue) = 111+210+172=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD2AC is #902D53. Grayscale: #B0B0B0. Windows color (decimal): -9448788 or 11326063. OLE color: 11326063.
HSL color Cylindrical-coordinate representation of color #6FD2AC: hue angle of 156.97º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2AC is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 172 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.18 |
| HSL | 156.97º | 0.52% | 0.63% | - |
| HSV(B) | 156.97º | 0.47% | 0.82% | - |
| XYZ | 37.05 | 52.45 | 47.2 | - |
| YUV | 176.07 | 125.7 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 172 | 0.47 | 0 | 0.18 | 0.18 | 156.97 | 0.52 | 0.63 |
| Hex | 6F | D2 | AC | 2F | 0 | 12 | 12 | 9D | 34 | 3F |
| Octal | 157 | 322 | 254 | 57 | 0 | 22 | 22 | 235 | 64 | 77 |
| Binary | 1101111 | 11010010 | 10101100 | 101111 | 0 | 10010 | 10010 | 10011101 | 110100 | 111111 |
Color Harmonies of #6FD2AC
Complementary color
Monochromatic Colors of #6FD2AC
Black with #6FD2AC
Text Example
Text Example
White with #6FD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2AC; }
p { color: rgb(111,210,172); }
H1.HeaderClassName
{
color: #6FD2AC;
}
.AnyTagClassName
{
color: #6FD2AC;
}
</style>
background-color css
<style>
a { background-color: #6FD2AC; }
a { background-color: rgb(111,210,172); }
div.DivClassName
{
background-color: #6FD2AC;
}
.BgClassName
{
background-color: #6FD2AC;
}
</style>
border-color css
<style>
span { border-color: #6FD2AC; }
span { border-color: rgb(111,210,172); }
td.TdClassName
{
border-color: #6FD2AC;
}
.TagClassName
{
border-color: #6FD2AC;
}
</style>