Shades of Aquamarine #6EF1DC
Tints of Aquamarine #6EF1DC
RGB
CMYK
RGB Variations
Color information
#6EF1DC (or 0x6EF1DC) is known color: Aquamarine. HEX triplet: 6E, F1 and DC. RGB value is (110,241,220). Sum of RGB (Red+Green+Blue) = 110+241+220=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1DC is #910E23. Grayscale: #C7C7C7. Windows color (decimal): -9506340 or 14479726. OLE color: 14479726.
HSL color Cylindrical-coordinate representation of color #6EF1DC: hue angle of 170.38º 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 #6EF1DC is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 220 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.05 |
| HSL | 170.38º | 0.82% | 0.69% | - |
| HSV(B) | 170.38º | 0.54% | 0.95% | - |
| XYZ | 50.8 | 71.39 | 78.81 | - |
| YUV | 199.44 | 139.6 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 220 | 0.54 | 0 | 0.09 | 0.05 | 170.38 | 0.82 | 0.69 |
| Hex | 6E | F1 | DC | 36 | 0 | 9 | 5 | AA | 52 | 45 |
| Octal | 156 | 361 | 334 | 66 | 0 | 11 | 5 | 252 | 122 | 105 |
| Binary | 1101110 | 11110001 | 11011100 | 110110 | 0 | 1001 | 101 | 10101010 | 1010010 | 1000101 |
Color Harmonies of #6EF1DC
Complementary color
Monochromatic Colors of #6EF1DC
Black with #6EF1DC
Text Example
Text Example
White with #6EF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1DC; }
p { color: rgb(110,241,220); }
H1.HeaderClassName
{
color: #6EF1DC;
}
.AnyTagClassName
{
color: #6EF1DC;
}
</style>
background-color css
<style>
a { background-color: #6EF1DC; }
a { background-color: rgb(110,241,220); }
div.DivClassName
{
background-color: #6EF1DC;
}
.BgClassName
{
background-color: #6EF1DC;
}
</style>
border-color css
<style>
span { border-color: #6EF1DC; }
span { border-color: rgb(110,241,220); }
td.TdClassName
{
border-color: #6EF1DC;
}
.TagClassName
{
border-color: #6EF1DC;
}
</style>