Shades of Aquamarine #6EF1DF
Tints of Aquamarine #6EF1DF
RGB
CMYK
RGB Variations
Color information
#6EF1DF (or 0x6EF1DF) is known color: Aquamarine. HEX triplet: 6E, F1 and DF. RGB value is (110,241,223). Sum of RGB (Red+Green+Blue) = 110+241+223=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1DF is #910E20. Grayscale: #C7C7C7. Windows color (decimal): -9506337 or 14676334. OLE color: 14676334.
HSL color Cylindrical-coordinate representation of color #6EF1DF: hue angle of 171.76º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1DF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 223 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.05 |
| HSL | 171.76º | 0.82% | 0.69% | - |
| HSV(B) | 171.76º | 0.54% | 0.95% | - |
| XYZ | 51.2 | 71.55 | 80.92 | - |
| YUV | 199.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 223 | 0.54 | 0 | 0.07 | 0.05 | 171.76 | 0.82 | 0.69 |
| Hex | 6E | F1 | DF | 36 | 0 | 7 | 5 | AC | 52 | 45 |
| Octal | 156 | 361 | 337 | 66 | 0 | 7 | 5 | 254 | 122 | 105 |
| Binary | 1101110 | 11110001 | 11011111 | 110110 | 0 | 111 | 101 | 10101100 | 1010010 | 1000101 |
Color Harmonies of #6EF1DF
Complementary color
Monochromatic Colors of #6EF1DF
Black with #6EF1DF
Text Example
Text Example
White with #6EF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1DF; }
p { color: rgb(110,241,223); }
H1.HeaderClassName
{
color: #6EF1DF;
}
.AnyTagClassName
{
color: #6EF1DF;
}
</style>
background-color css
<style>
a { background-color: #6EF1DF; }
a { background-color: rgb(110,241,223); }
div.DivClassName
{
background-color: #6EF1DF;
}
.BgClassName
{
background-color: #6EF1DF;
}
</style>
border-color css
<style>
span { border-color: #6EF1DF; }
span { border-color: rgb(110,241,223); }
td.TdClassName
{
border-color: #6EF1DF;
}
.TagClassName
{
border-color: #6EF1DF;
}
</style>