Shades of Medium Aquamarine #6FD8AF
Tints of Medium Aquamarine #6FD8AF
RGB
CMYK
RGB Variations
Color information
#6FD8AF (or 0x6FD8AF) is known color: Medium Aquamarine. HEX triplet: 6F, D8 and AF. RGB value is (111,216,175). Sum of RGB (Red+Green+Blue) = 111+216+175=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD8AF is #902750. Grayscale: #B3B3B3. Windows color (decimal): -9447249 or 11524207. OLE color: 11524207.
HSL color Cylindrical-coordinate representation of color #6FD8AF: hue angle of 156.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD8AF is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 175 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.15 |
| HSL | 156.57º | 0.57% | 0.64% | - |
| HSV(B) | 156.57º | 0.49% | 0.85% | - |
| XYZ | 38.85 | 55.59 | 49.24 | - |
| YUV | 179.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 175 | 0.49 | 0 | 0.19 | 0.15 | 156.57 | 0.57 | 0.64 |
| Hex | 6F | D8 | AF | 31 | 0 | 13 | F | 9D | 39 | 40 |
| Octal | 157 | 330 | 257 | 61 | 0 | 23 | 17 | 235 | 71 | 100 |
| Binary | 1101111 | 11011000 | 10101111 | 110001 | 0 | 10011 | 1111 | 10011101 | 111001 | 1000000 |
Color Harmonies of #6FD8AF
Complementary color
Monochromatic Colors of #6FD8AF
Black with #6FD8AF
Text Example
Text Example
White with #6FD8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD8AF; }
p { color: rgb(111,216,175); }
H1.HeaderClassName
{
color: #6FD8AF;
}
.AnyTagClassName
{
color: #6FD8AF;
}
</style>
background-color css
<style>
a { background-color: #6FD8AF; }
a { background-color: rgb(111,216,175); }
div.DivClassName
{
background-color: #6FD8AF;
}
.BgClassName
{
background-color: #6FD8AF;
}
</style>
border-color css
<style>
span { border-color: #6FD8AF; }
span { border-color: rgb(111,216,175); }
td.TdClassName
{
border-color: #6FD8AF;
}
.TagClassName
{
border-color: #6FD8AF;
}
</style>