Shades of Aquamarine #6EECD4
Tints of Aquamarine #6EECD4
RGB
CMYK
RGB Variations
Color information
#6EECD4 (or 0x6EECD4) is known color: Aquamarine. HEX triplet: 6E, EC and D4. RGB value is (110,236,212). Sum of RGB (Red+Green+Blue) = 110+236+212=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECD4 is #91132B. Grayscale: #C3C3C3. Windows color (decimal): -9507628 or 13954158. OLE color: 13954158.
HSL color Cylindrical-coordinate representation of color #6EECD4: hue angle of 168.57º 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 #6EECD4 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 212 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.07 |
| HSL | 168.57º | 0.77% | 0.68% | - |
| HSV(B) | 168.57º | 0.53% | 0.93% | - |
| XYZ | 48.31 | 68.06 | 72.88 | - |
| YUV | 195.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 212 | 0.53 | 0 | 0.10 | 0.07 | 168.57 | 0.77 | 0.68 |
| Hex | 6E | EC | D4 | 35 | 0 | A | 7 | A9 | 4D | 44 |
| Octal | 156 | 354 | 324 | 65 | 0 | 12 | 7 | 251 | 115 | 104 |
| Binary | 1101110 | 11101100 | 11010100 | 110101 | 0 | 1010 | 111 | 10101001 | 1001101 | 1000100 |
Color Harmonies of #6EECD4
Complementary color
Monochromatic Colors of #6EECD4
Black with #6EECD4
Text Example
Text Example
White with #6EECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EECD4; }
p { color: rgb(110,236,212); }
H1.HeaderClassName
{
color: #6EECD4;
}
.AnyTagClassName
{
color: #6EECD4;
}
</style>
background-color css
<style>
a { background-color: #6EECD4; }
a { background-color: rgb(110,236,212); }
div.DivClassName
{
background-color: #6EECD4;
}
.BgClassName
{
background-color: #6EECD4;
}
</style>
border-color css
<style>
span { border-color: #6EECD4; }
span { border-color: rgb(110,236,212); }
td.TdClassName
{
border-color: #6EECD4;
}
.TagClassName
{
border-color: #6EECD4;
}
</style>