Shades of Aquamarine #6EF1C4
Tints of Aquamarine #6EF1C4
RGB
CMYK
RGB Variations
Color information
#6EF1C4 (or 0x6EF1C4) is known color: Aquamarine. HEX triplet: 6E, F1 and C4. RGB value is (110,241,196). Sum of RGB (Red+Green+Blue) = 110+241+196=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1C4 is #910E3B. Grayscale: #C4C4C4. Windows color (decimal): -9506364 or 12906862. OLE color: 12906862.
HSL color Cylindrical-coordinate representation of color #6EF1C4: hue angle of 159.39º 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 #6EF1C4 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 241 | 196 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.05 |
| HSL | 159.39º | 0.82% | 0.69% | - |
| HSV(B) | 159.39º | 0.54% | 0.95% | - |
| XYZ | 47.85 | 70.21 | 63.25 | - |
| YUV | 196.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 241 | 196 | 0.54 | 0 | 0.19 | 0.05 | 159.39 | 0.82 | 0.69 |
| Hex | 6E | F1 | C4 | 36 | 0 | 13 | 5 | 9F | 52 | 45 |
| Octal | 156 | 361 | 304 | 66 | 0 | 23 | 5 | 237 | 122 | 105 |
| Binary | 1101110 | 11110001 | 11000100 | 110110 | 0 | 10011 | 101 | 10011111 | 1010010 | 1000101 |
Color Harmonies of #6EF1C4
Complementary color
Monochromatic Colors of #6EF1C4
Black with #6EF1C4
Text Example
Text Example
White with #6EF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF1C4; }
p { color: rgb(110,241,196); }
H1.HeaderClassName
{
color: #6EF1C4;
}
.AnyTagClassName
{
color: #6EF1C4;
}
</style>
background-color css
<style>
a { background-color: #6EF1C4; }
a { background-color: rgb(110,241,196); }
div.DivClassName
{
background-color: #6EF1C4;
}
.BgClassName
{
background-color: #6EF1C4;
}
</style>
border-color css
<style>
span { border-color: #6EF1C4; }
span { border-color: rgb(110,241,196); }
td.TdClassName
{
border-color: #6EF1C4;
}
.TagClassName
{
border-color: #6EF1C4;
}
</style>