Shades of Medium Aquamarine #68EDAF
Tints of Medium Aquamarine #68EDAF
RGB
CMYK
RGB Variations
Color information
#68EDAF (or 0x68EDAF) is known color: Medium Aquamarine. HEX triplet: 68, ED and AF. RGB value is (104,237,175). Sum of RGB (Red+Green+Blue) = 104+237+175=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EDAF is #971250. Grayscale: #BEBEBE. Windows color (decimal): -9900625 or 11529576. OLE color: 11529576.
HSL color Cylindrical-coordinate representation of color #68EDAF: hue angle of 152.03º 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 #68EDAF is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 175 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.07 |
| HSL | 152.03º | 0.79% | 0.67% | - |
| HSV(B) | 152.03º | 0.56% | 0.93% | - |
| XYZ | 43.73 | 66.61 | 51.11 | - |
| YUV | 190.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 175 | 0.56 | 0 | 0.26 | 0.07 | 152.03 | 0.79 | 0.67 |
| Hex | 68 | ED | AF | 38 | 0 | 1A | 7 | 98 | 4F | 43 |
| Octal | 150 | 355 | 257 | 70 | 0 | 32 | 7 | 230 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10101111 | 111000 | 0 | 11010 | 111 | 10011000 | 1001111 | 1000011 |
Color Harmonies of #68EDAF
Complementary color
Monochromatic Colors of #68EDAF
Black with #68EDAF
Text Example
Text Example
White with #68EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDAF; }
p { color: rgb(104,237,175); }
H1.HeaderClassName
{
color: #68EDAF;
}
.AnyTagClassName
{
color: #68EDAF;
}
</style>
background-color css
<style>
a { background-color: #68EDAF; }
a { background-color: rgb(104,237,175); }
div.DivClassName
{
background-color: #68EDAF;
}
.BgClassName
{
background-color: #68EDAF;
}
</style>
border-color css
<style>
span { border-color: #68EDAF; }
span { border-color: rgb(104,237,175); }
td.TdClassName
{
border-color: #68EDAF;
}
.TagClassName
{
border-color: #68EDAF;
}
</style>