Shades of Aquamarine #6FECC7
Tints of Aquamarine #6FECC7
RGB
CMYK
RGB Variations
Color information
#6FECC7 (or 0x6FECC7) is known color: Aquamarine. HEX triplet: 6F, EC and C7. RGB value is (111,236,199). Sum of RGB (Red+Green+Blue) = 111+236+199=546 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.33% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECC7 is #901338. Grayscale: #C2C2C2. Windows color (decimal): -9442105 or 13102191. OLE color: 13102191.
HSL color Cylindrical-coordinate representation of color #6FECC7: hue angle of 162.24º 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 #6FECC7 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 199 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.07 |
| HSL | 162.24º | 0.77% | 0.68% | - |
| HSV(B) | 162.24º | 0.53% | 0.93% | - |
| XYZ | 46.86 | 67.49 | 64.59 | - |
| YUV | 194.41 | 130.59 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 199 | 0.53 | 0 | 0.16 | 0.07 | 162.24 | 0.77 | 0.68 |
| Hex | 6F | EC | C7 | 35 | 0 | 10 | 7 | A2 | 4D | 44 |
| Octal | 157 | 354 | 307 | 65 | 0 | 20 | 7 | 242 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11000111 | 110101 | 0 | 10000 | 111 | 10100010 | 1001101 | 1000100 |
Color Harmonies of #6FECC7
Complementary color
Monochromatic Colors of #6FECC7
Black with #6FECC7
Text Example
Text Example
White with #6FECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECC7; }
p { color: rgb(111,236,199); }
H1.HeaderClassName
{
color: #6FECC7;
}
.AnyTagClassName
{
color: #6FECC7;
}
</style>
background-color css
<style>
a { background-color: #6FECC7; }
a { background-color: rgb(111,236,199); }
div.DivClassName
{
background-color: #6FECC7;
}
.BgClassName
{
background-color: #6FECC7;
}
</style>
border-color css
<style>
span { border-color: #6FECC7; }
span { border-color: rgb(111,236,199); }
td.TdClassName
{
border-color: #6FECC7;
}
.TagClassName
{
border-color: #6FECC7;
}
</style>