Shades of Medium Aquamarine #68EDAC
Tints of Medium Aquamarine #68EDAC
RGB
CMYK
RGB Variations
Color information
#68EDAC (or 0x68EDAC) is known color: Medium Aquamarine. HEX triplet: 68, ED and AC. RGB value is (104,237,172). Sum of RGB (Red+Green+Blue) = 104+237+172=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EDAC is #971253. Grayscale: #BDBDBD. Windows color (decimal): -9900628 or 11332968. OLE color: 11332968.
HSL color Cylindrical-coordinate representation of color #68EDAC: hue angle of 150.68º 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 #68EDAC is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 172 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.07 |
| HSL | 150.68º | 0.79% | 0.67% | - |
| HSV(B) | 150.68º | 0.56% | 0.93% | - |
| XYZ | 43.44 | 66.49 | 49.57 | - |
| YUV | 189.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 172 | 0.56 | 0 | 0.27 | 0.07 | 150.68 | 0.79 | 0.67 |
| Hex | 68 | ED | AC | 38 | 0 | 1B | 7 | 97 | 4F | 43 |
| Octal | 150 | 355 | 254 | 70 | 0 | 33 | 7 | 227 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10101100 | 111000 | 0 | 11011 | 111 | 10010111 | 1001111 | 1000011 |
Color Harmonies of #68EDAC
Complementary color
Monochromatic Colors of #68EDAC
Black with #68EDAC
Text Example
Text Example
White with #68EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDAC; }
p { color: rgb(104,237,172); }
H1.HeaderClassName
{
color: #68EDAC;
}
.AnyTagClassName
{
color: #68EDAC;
}
</style>
background-color css
<style>
a { background-color: #68EDAC; }
a { background-color: rgb(104,237,172); }
div.DivClassName
{
background-color: #68EDAC;
}
.BgClassName
{
background-color: #68EDAC;
}
</style>
border-color css
<style>
span { border-color: #68EDAC; }
span { border-color: rgb(104,237,172); }
td.TdClassName
{
border-color: #68EDAC;
}
.TagClassName
{
border-color: #68EDAC;
}
</style>