Shades of Aquamarine #6EF3DA
Tints of Aquamarine #6EF3DA
RGB
CMYK
RGB Variations
Color information
#6EF3DA (or 0x6EF3DA) is known color: Aquamarine. HEX triplet: 6E, F3 and DA. RGB value is (110,243,218). Sum of RGB (Red+Green+Blue) = 110+243+218=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #6EF3DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF3DA is #910C25. Grayscale: #C8C8C8. Windows color (decimal): -9505830 or 14349166. OLE color: 14349166.
HSL color Cylindrical-coordinate representation of color #6EF3DA: hue angle of 168.72º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF3DA is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 243 | 218 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.05 |
| HSL | 168.72º | 0.85% | 0.69% | - |
| HSV(B) | 168.72º | 0.55% | 0.95% | - |
| XYZ | 51.14 | 72.48 | 77.62 | - |
| YUV | 200.38 | 137.94 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 243 | 218 | 0.55 | 0 | 0.10 | 0.05 | 168.72 | 0.85 | 0.69 |
| Hex | 6E | F3 | DA | 37 | 0 | A | 5 | A9 | 55 | 45 |
| Octal | 156 | 363 | 332 | 67 | 0 | 12 | 5 | 251 | 125 | 105 |
| Binary | 1101110 | 11110011 | 11011010 | 110111 | 0 | 1010 | 101 | 10101001 | 1010101 | 1000101 |
Color Harmonies of #6EF3DA
Complementary color
Monochromatic Colors of #6EF3DA
Black with #6EF3DA
Text Example
Text Example
White with #6EF3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF3DA; }
p { color: rgb(110,243,218); }
H1.HeaderClassName
{
color: #6EF3DA;
}
.AnyTagClassName
{
color: #6EF3DA;
}
</style>
background-color css
<style>
a { background-color: #6EF3DA; }
a { background-color: rgb(110,243,218); }
div.DivClassName
{
background-color: #6EF3DA;
}
.BgClassName
{
background-color: #6EF3DA;
}
</style>
border-color css
<style>
span { border-color: #6EF3DA; }
span { border-color: rgb(110,243,218); }
td.TdClassName
{
border-color: #6EF3DA;
}
.TagClassName
{
border-color: #6EF3DA;
}
</style>