Shades of Aquamarine #6FECD6
Tints of Aquamarine #6FECD6
RGB
CMYK
RGB Variations
Color information
#6FECD6 (or 0x6FECD6) is known color: Aquamarine. HEX triplet: 6F, EC and D6. RGB value is (111,236,214). Sum of RGB (Red+Green+Blue) = 111+236+214=561 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.79% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECD6 is #901329. Grayscale: #C4C4C4. Windows color (decimal): -9442090 or 14085231. OLE color: 14085231.
HSL color Cylindrical-coordinate representation of color #6FECD6: hue angle of 169.44º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FECD6 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 214 | - |
| CMYK | 0.53 | 0 | 0.09 | 0.07 |
| HSL | 169.44º | 0.77% | 0.68% | - |
| HSV(B) | 169.44º | 0.53% | 0.93% | - |
| XYZ | 48.69 | 68.23 | 74.22 | - |
| YUV | 196.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 214 | 0.53 | 0 | 0.09 | 0.07 | 169.44 | 0.77 | 0.68 |
| Hex | 6F | EC | D6 | 35 | 0 | 9 | 7 | A9 | 4D | 44 |
| Octal | 157 | 354 | 326 | 65 | 0 | 11 | 7 | 251 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11010110 | 110101 | 0 | 1001 | 111 | 10101001 | 1001101 | 1000100 |
Color Harmonies of #6FECD6
Complementary color
Monochromatic Colors of #6FECD6
Black with #6FECD6
Text Example
Text Example
White with #6FECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECD6; }
p { color: rgb(111,236,214); }
H1.HeaderClassName
{
color: #6FECD6;
}
.AnyTagClassName
{
color: #6FECD6;
}
</style>
background-color css
<style>
a { background-color: #6FECD6; }
a { background-color: rgb(111,236,214); }
div.DivClassName
{
background-color: #6FECD6;
}
.BgClassName
{
background-color: #6FECD6;
}
</style>
border-color css
<style>
span { border-color: #6FECD6; }
span { border-color: rgb(111,236,214); }
td.TdClassName
{
border-color: #6FECD6;
}
.TagClassName
{
border-color: #6FECD6;
}
</style>