Shades of Medium Aquamarine #6FDDAF
Tints of Medium Aquamarine #6FDDAF
RGB
CMYK
RGB Variations
Color information
#6FDDAF (or 0x6FDDAF) is known color: Medium Aquamarine. HEX triplet: 6F, DD and AF. RGB value is (111,221,175). Sum of RGB (Red+Green+Blue) = 111+221+175=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDDAF is #902250. Grayscale: #B6B6B6. Windows color (decimal): -9445969 or 11525487. OLE color: 11525487.
HSL color Cylindrical-coordinate representation of color #6FDDAF: hue angle of 154.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDDAF is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 175 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.13 |
| HSL | 154.91º | 0.62% | 0.65% | - |
| HSV(B) | 154.91º | 0.5% | 0.87% | - |
| XYZ | 40.15 | 58.19 | 49.67 | - |
| YUV | 182.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 175 | 0.50 | 0 | 0.21 | 0.13 | 154.91 | 0.62 | 0.65 |
| Hex | 6F | DD | AF | 32 | 0 | 15 | D | 9B | 3E | 41 |
| Octal | 157 | 335 | 257 | 62 | 0 | 25 | 15 | 233 | 76 | 101 |
| Binary | 1101111 | 11011101 | 10101111 | 110010 | 0 | 10101 | 1101 | 10011011 | 111110 | 1000001 |
Color Harmonies of #6FDDAF
Complementary color
Monochromatic Colors of #6FDDAF
Black with #6FDDAF
Text Example
Text Example
White with #6FDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDAF; }
p { color: rgb(111,221,175); }
H1.HeaderClassName
{
color: #6FDDAF;
}
.AnyTagClassName
{
color: #6FDDAF;
}
</style>
background-color css
<style>
a { background-color: #6FDDAF; }
a { background-color: rgb(111,221,175); }
div.DivClassName
{
background-color: #6FDDAF;
}
.BgClassName
{
background-color: #6FDDAF;
}
</style>
border-color css
<style>
span { border-color: #6FDDAF; }
span { border-color: rgb(111,221,175); }
td.TdClassName
{
border-color: #6FDDAF;
}
.TagClassName
{
border-color: #6FDDAF;
}
</style>