Shades of Aquamarine #6EF1D2
Tints of Aquamarine #6EF1D2
RGB
CMYK
RGB Variations
Color information
#6EF1D2 (or 0x6EF1D2) is known color: Aquamarine. HEX triplet: 6E, F1 and D2. RGB value is (110,241,210). Sum of RGB (Red+Green+Blue) = 110+241+210=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1D2 is #910E2D. Grayscale: #C6C6C6. Windows color (decimal): -9506350 or 13824366. OLE color: 13824366.
HSL color Cylindrical-coordinate representation of color #6EF1D2: hue angle of 165.8º 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 #6EF1D2 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 210 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.05 |
| HSL | 165.8º | 0.82% | 0.69% | - |
| HSV(B) | 165.8º | 0.54% | 0.95% | - |
| XYZ | 49.52 | 70.88 | 72.04 | - |
| YUV | 198.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 210 | 0.54 | 0 | 0.13 | 0.05 | 165.8 | 0.82 | 0.69 |
| Hex | 6E | F1 | D2 | 36 | 0 | D | 5 | A6 | 52 | 45 |
| Octal | 156 | 361 | 322 | 66 | 0 | 15 | 5 | 246 | 122 | 105 |
| Binary | 1101110 | 11110001 | 11010010 | 110110 | 0 | 1101 | 101 | 10100110 | 1010010 | 1000101 |
Color Harmonies of #6EF1D2
Complementary color
Monochromatic Colors of #6EF1D2
Black with #6EF1D2
Text Example
Text Example
White with #6EF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1D2; }
p { color: rgb(110,241,210); }
H1.HeaderClassName
{
color: #6EF1D2;
}
.AnyTagClassName
{
color: #6EF1D2;
}
</style>
background-color css
<style>
a { background-color: #6EF1D2; }
a { background-color: rgb(110,241,210); }
div.DivClassName
{
background-color: #6EF1D2;
}
.BgClassName
{
background-color: #6EF1D2;
}
</style>
border-color css
<style>
span { border-color: #6EF1D2; }
span { border-color: rgb(110,241,210); }
td.TdClassName
{
border-color: #6EF1D2;
}
.TagClassName
{
border-color: #6EF1D2;
}
</style>