Shades of Aquamarine #68EDD0
Tints of Aquamarine #68EDD0
RGB
CMYK
RGB Variations
Color information
#68EDD0 (or 0x68EDD0) is known color: Aquamarine. HEX triplet: 68, ED and D0. RGB value is (104,237,208). Sum of RGB (Red+Green+Blue) = 104+237+208=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDD0 is #97122F. Grayscale: #C1C1C1. Windows color (decimal): -9900592 or 13692264. OLE color: 13692264.
HSL color Cylindrical-coordinate representation of color #68EDD0: hue angle of 166.92º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDD0 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 208 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.07 |
| HSL | 166.92º | 0.79% | 0.67% | - |
| HSV(B) | 166.92º | 0.56% | 0.93% | - |
| XYZ | 47.38 | 68.07 | 70.32 | - |
| YUV | 193.93 | 135.94 | 63.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 208 | 0.56 | 0 | 0.12 | 0.07 | 166.92 | 0.79 | 0.67 |
| Hex | 68 | ED | D0 | 38 | 0 | C | 7 | A7 | 4F | 43 |
| Octal | 150 | 355 | 320 | 70 | 0 | 14 | 7 | 247 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11010000 | 111000 | 0 | 1100 | 111 | 10100111 | 1001111 | 1000011 |
Color Harmonies of #68EDD0
Complementary color
Monochromatic Colors of #68EDD0
Black with #68EDD0
Text Example
Text Example
White with #68EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDD0; }
p { color: rgb(104,237,208); }
H1.HeaderClassName
{
color: #68EDD0;
}
.AnyTagClassName
{
color: #68EDD0;
}
</style>
background-color css
<style>
a { background-color: #68EDD0; }
a { background-color: rgb(104,237,208); }
div.DivClassName
{
background-color: #68EDD0;
}
.BgClassName
{
background-color: #68EDD0;
}
</style>
border-color css
<style>
span { border-color: #68EDD0; }
span { border-color: rgb(104,237,208); }
td.TdClassName
{
border-color: #68EDD0;
}
.TagClassName
{
border-color: #68EDD0;
}
</style>