Shades of Aquamarine #6FECCD
Tints of Aquamarine #6FECCD
RGB
CMYK
RGB Variations
Color information
#6FECCD (or 0x6FECCD) is known color: Aquamarine. HEX triplet: 6F, EC and CD. RGB value is (111,236,205). Sum of RGB (Red+Green+Blue) = 111+236+205=552 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.11% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #6FECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FECCD is #901332. Grayscale: #C3C3C3. Windows color (decimal): -9442099 or 13495407. OLE color: 13495407.
HSL color Cylindrical-coordinate representation of color #6FECCD: hue angle of 165.12º 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 #6FECCD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 205 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.07 |
| HSL | 165.12º | 0.77% | 0.68% | - |
| HSV(B) | 165.12º | 0.53% | 0.93% | - |
| XYZ | 47.57 | 67.78 | 68.33 | - |
| YUV | 195.09 | 133.59 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 205 | 0.53 | 0 | 0.13 | 0.07 | 165.12 | 0.77 | 0.68 |
| Hex | 6F | EC | CD | 35 | 0 | D | 7 | A5 | 4D | 44 |
| Octal | 157 | 354 | 315 | 65 | 0 | 15 | 7 | 245 | 115 | 104 |
| Binary | 1101111 | 11101100 | 11001101 | 110101 | 0 | 1101 | 111 | 10100101 | 1001101 | 1000100 |
Color Harmonies of #6FECCD
Complementary color
Monochromatic Colors of #6FECCD
Black with #6FECCD
Text Example
Text Example
White with #6FECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FECCD; }
p { color: rgb(111,236,205); }
H1.HeaderClassName
{
color: #6FECCD;
}
.AnyTagClassName
{
color: #6FECCD;
}
</style>
background-color css
<style>
a { background-color: #6FECCD; }
a { background-color: rgb(111,236,205); }
div.DivClassName
{
background-color: #6FECCD;
}
.BgClassName
{
background-color: #6FECCD;
}
</style>
border-color css
<style>
span { border-color: #6FECCD; }
span { border-color: rgb(111,236,205); }
td.TdClassName
{
border-color: #6FECCD;
}
.TagClassName
{
border-color: #6FECCD;
}
</style>