Shades of Aquamarine #6EF2C8
Tints of Aquamarine #6EF2C8
RGB
CMYK
RGB Variations
Color information
#6EF2C8 (or 0x6EF2C8) is known color: Aquamarine. HEX triplet: 6E, F2 and C8. RGB value is (110,242,200). Sum of RGB (Red+Green+Blue) = 110+242+200=552 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.93% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #6EF2C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF2C8 is #910D37. Grayscale: #C5C5C5. Windows color (decimal): -9506104 or 13169262. OLE color: 13169262.
HSL color Cylindrical-coordinate representation of color #6EF2C8: hue angle of 160.91º degrees, saturation: 0.84, 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 #6EF2C8 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 242 | 200 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.05 |
| HSL | 160.91º | 0.84% | 0.69% | - |
| HSV(B) | 160.91º | 0.55% | 0.95% | - |
| XYZ | 48.61 | 70.99 | 65.78 | - |
| YUV | 197.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 242 | 200 | 0.55 | 0 | 0.17 | 0.05 | 160.91 | 0.84 | 0.69 |
| Hex | 6E | F2 | C8 | 37 | 0 | 11 | 5 | A1 | 54 | 45 |
| Octal | 156 | 362 | 310 | 67 | 0 | 21 | 5 | 241 | 124 | 105 |
| Binary | 1101110 | 11110010 | 11001000 | 110111 | 0 | 10001 | 101 | 10100001 | 1010100 | 1000101 |
Color Harmonies of #6EF2C8
Complementary color
Monochromatic Colors of #6EF2C8
Black with #6EF2C8
Text Example
Text Example
White with #6EF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF2C8; }
p { color: rgb(110,242,200); }
H1.HeaderClassName
{
color: #6EF2C8;
}
.AnyTagClassName
{
color: #6EF2C8;
}
</style>
background-color css
<style>
a { background-color: #6EF2C8; }
a { background-color: rgb(110,242,200); }
div.DivClassName
{
background-color: #6EF2C8;
}
.BgClassName
{
background-color: #6EF2C8;
}
</style>
border-color css
<style>
span { border-color: #6EF2C8; }
span { border-color: rgb(110,242,200); }
td.TdClassName
{
border-color: #6EF2C8;
}
.TagClassName
{
border-color: #6EF2C8;
}
</style>