Shades of Aquamarine #6FECCF
Tints of Aquamarine #6FECCF
RGB
CMYK
RGB Variations
Color information
#6FECCF (or 0x6FECCF) is known color: Aquamarine. HEX triplet: 6F, EC and CF. RGB value is (111,236,207). Sum of RGB (Red+Green+Blue) = 111+236+207=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECCF is #901330. Grayscale: #C3C3C3. Windows color (decimal): -9442097 or 13626479. OLE color: 13626479.
HSL color Cylindrical-coordinate representation of color #6FECCF: hue angle of 166.08º 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 #6FECCF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 207 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.07 |
| HSL | 166.08º | 0.77% | 0.68% | - |
| HSV(B) | 166.08º | 0.53% | 0.93% | - |
| XYZ | 47.81 | 67.88 | 69.61 | - |
| YUV | 195.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 207 | 0.53 | 0 | 0.12 | 0.07 | 166.08 | 0.77 | 0.68 |
| Hex | 6F | EC | CF | 35 | 0 | C | 7 | A6 | 4D | 44 |
| Octal | 157 | 354 | 317 | 65 | 0 | 14 | 7 | 246 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11001111 | 110101 | 0 | 1100 | 111 | 10100110 | 1001101 | 1000100 |
Color Harmonies of #6FECCF
Complementary color
Monochromatic Colors of #6FECCF
Black with #6FECCF
Text Example
Text Example
White with #6FECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECCF; }
p { color: rgb(111,236,207); }
H1.HeaderClassName
{
color: #6FECCF;
}
.AnyTagClassName
{
color: #6FECCF;
}
</style>
background-color css
<style>
a { background-color: #6FECCF; }
a { background-color: rgb(111,236,207); }
div.DivClassName
{
background-color: #6FECCF;
}
.BgClassName
{
background-color: #6FECCF;
}
</style>
border-color css
<style>
span { border-color: #6FECCF; }
span { border-color: rgb(111,236,207); }
td.TdClassName
{
border-color: #6FECCF;
}
.TagClassName
{
border-color: #6FECCF;
}
</style>