Shades of Aquamarine #6EF5DF
Tints of Aquamarine #6EF5DF
RGB
CMYK
RGB Variations
Color information
#6EF5DF (or 0x6EF5DF) is known color: Aquamarine. HEX triplet: 6E, F5 and DF. RGB value is (110,245,223). Sum of RGB (Red+Green+Blue) = 110+245+223=578 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.03% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #6EF5DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF5DF is #910A20. Grayscale: #CACACA. Windows color (decimal): -9505313 or 14677358. OLE color: 14677358.
HSL color Cylindrical-coordinate representation of color #6EF5DF: hue angle of 170.22º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EF5DF is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 245 | 223 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.04 |
| HSL | 170.22º | 0.87% | 0.7% | - |
| HSV(B) | 170.22º | 0.55% | 0.96% | - |
| XYZ | 52.4 | 73.95 | 81.32 | - |
| YUV | 202.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 245 | 223 | 0.55 | 0 | 0.09 | 0.04 | 170.22 | 0.87 | 0.7 |
| Hex | 6E | F5 | DF | 37 | 0 | 9 | 4 | AA | 57 | 46 |
| Octal | 156 | 365 | 337 | 67 | 0 | 11 | 4 | 252 | 127 | 106 |
| Binary | 1101110 | 11110101 | 11011111 | 110111 | 0 | 1001 | 100 | 10101010 | 1010111 | 1000110 |
Color Harmonies of #6EF5DF
Complementary color
Monochromatic Colors of #6EF5DF
Black with #6EF5DF
Text Example
Text Example
White with #6EF5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EF5DF; }
p { color: rgb(110,245,223); }
H1.HeaderClassName
{
color: #6EF5DF;
}
.AnyTagClassName
{
color: #6EF5DF;
}
</style>
background-color css
<style>
a { background-color: #6EF5DF; }
a { background-color: rgb(110,245,223); }
div.DivClassName
{
background-color: #6EF5DF;
}
.BgClassName
{
background-color: #6EF5DF;
}
</style>
border-color css
<style>
span { border-color: #6EF5DF; }
span { border-color: rgb(110,245,223); }
td.TdClassName
{
border-color: #6EF5DF;
}
.TagClassName
{
border-color: #6EF5DF;
}
</style>