Shades of Aquamarine #6EEECF
Tints of Aquamarine #6EEECF
RGB
CMYK
RGB Variations
Color information
#6EEECF (or 0x6EEECF) is known color: Aquamarine. HEX triplet: 6E, EE and CF. RGB value is (110,238,207). Sum of RGB (Red+Green+Blue) = 110+238+207=555 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.82% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #6EEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEECF is #911130. Grayscale: #C4C4C4. Windows color (decimal): -9507121 or 13626990. OLE color: 13626990.
HSL color Cylindrical-coordinate representation of color #6EEECF: hue angle of 165.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEECF is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 238 | 207 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.07 |
| HSL | 165.47º | 0.79% | 0.68% | - |
| HSV(B) | 165.47º | 0.54% | 0.93% | - |
| XYZ | 48.27 | 68.97 | 69.8 | - |
| YUV | 196.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 238 | 207 | 0.54 | 0 | 0.13 | 0.07 | 165.47 | 0.79 | 0.68 |
| Hex | 6E | EE | CF | 36 | 0 | D | 7 | A5 | 4F | 44 |
| Octal | 156 | 356 | 317 | 66 | 0 | 15 | 7 | 245 | 117 | 104 |
| Binary | 1101110 | 11101110 | 11001111 | 110110 | 0 | 1101 | 111 | 10100101 | 1001111 | 1000100 |
Color Harmonies of #6EEECF
Complementary color
Monochromatic Colors of #6EEECF
Black with #6EEECF
Text Example
Text Example
White with #6EEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEECF; }
p { color: rgb(110,238,207); }
H1.HeaderClassName
{
color: #6EEECF;
}
.AnyTagClassName
{
color: #6EEECF;
}
</style>
background-color css
<style>
a { background-color: #6EEECF; }
a { background-color: rgb(110,238,207); }
div.DivClassName
{
background-color: #6EEECF;
}
.BgClassName
{
background-color: #6EEECF;
}
</style>
border-color css
<style>
span { border-color: #6EEECF; }
span { border-color: rgb(110,238,207); }
td.TdClassName
{
border-color: #6EEECF;
}
.TagClassName
{
border-color: #6EEECF;
}
</style>