Shades of Aquamarine #6EEACF
Tints of Aquamarine #6EEACF
RGB
CMYK
RGB Variations
Color information
#6EEACF (or 0x6EEACF) is known color: Aquamarine. HEX triplet: 6E, EA and CF. RGB value is (110,234,207). Sum of RGB (Red+Green+Blue) = 110+234+207=551 (72% of max value = 765). Red value is 110 (43.36% from 255 or 19.96% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #6EEACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEACF is #911530. Grayscale: #C1C1C1. Windows color (decimal): -9508145 or 13625966. OLE color: 13625966.
HSL color Cylindrical-coordinate representation of color #6EEACF: hue angle of 166.94º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEACF is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 234 | 207 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.08 |
| HSL | 166.94º | 0.75% | 0.67% | - |
| HSV(B) | 166.94º | 0.53% | 0.92% | - |
| XYZ | 47.12 | 66.67 | 69.42 | - |
| YUV | 193.85 | 135.42 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 234 | 207 | 0.53 | 0 | 0.12 | 0.08 | 166.94 | 0.75 | 0.67 |
| Hex | 6E | EA | CF | 35 | 0 | C | 8 | A7 | 4B | 43 |
| Octal | 156 | 352 | 317 | 65 | 0 | 14 | 10 | 247 | 113 | 103 |
| Binary | 1101110 | 11101010 | 11001111 | 110101 | 0 | 1100 | 1000 | 10100111 | 1001011 | 1000011 |
Color Harmonies of #6EEACF
Complementary color
Monochromatic Colors of #6EEACF
Black with #6EEACF
Text Example
Text Example
White with #6EEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEACF; }
p { color: rgb(110,234,207); }
H1.HeaderClassName
{
color: #6EEACF;
}
.AnyTagClassName
{
color: #6EEACF;
}
</style>
background-color css
<style>
a { background-color: #6EEACF; }
a { background-color: rgb(110,234,207); }
div.DivClassName
{
background-color: #6EEACF;
}
.BgClassName
{
background-color: #6EEACF;
}
</style>
border-color css
<style>
span { border-color: #6EEACF; }
span { border-color: rgb(110,234,207); }
td.TdClassName
{
border-color: #6EEACF;
}
.TagClassName
{
border-color: #6EEACF;
}
</style>