Shades of Medium Aquamarine #68ECAA
Tints of Medium Aquamarine #68ECAA
RGB
CMYK
RGB Variations
Color information
#68ECAA (or 0x68ECAA) is known color: Medium Aquamarine. HEX triplet: 68, EC and AA. RGB value is (104,236,170). Sum of RGB (Red+Green+Blue) = 104+236+170=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ECAA is #971355. Grayscale: #BDBDBD. Windows color (decimal): -9900886 or 11201640. OLE color: 11201640.
HSL color Cylindrical-coordinate representation of color #68ECAA: hue angle of 150º degrees, saturation: 0.78, 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 #68ECAA is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 170 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.07 |
| HSL | 150º | 0.78% | 0.67% | - |
| HSV(B) | 150º | 0.56% | 0.93% | - |
| XYZ | 42.96 | 65.84 | 48.47 | - |
| YUV | 189.01 | 117.27 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 170 | 0.56 | 0 | 0.28 | 0.07 | 150 | 0.78 | 0.67 |
| Hex | 68 | EC | AA | 38 | 0 | 1C | 7 | 96 | 4E | 43 |
| Octal | 150 | 354 | 252 | 70 | 0 | 34 | 7 | 226 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10101010 | 111000 | 0 | 11100 | 111 | 10010110 | 1001110 | 1000011 |
Color Harmonies of #68ECAA
Complementary color
Monochromatic Colors of #68ECAA
Black with #68ECAA
Text Example
Text Example
White with #68ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECAA; }
p { color: rgb(104,236,170); }
H1.HeaderClassName
{
color: #68ECAA;
}
.AnyTagClassName
{
color: #68ECAA;
}
</style>
background-color css
<style>
a { background-color: #68ECAA; }
a { background-color: rgb(104,236,170); }
div.DivClassName
{
background-color: #68ECAA;
}
.BgClassName
{
background-color: #68ECAA;
}
</style>
border-color css
<style>
span { border-color: #68ECAA; }
span { border-color: rgb(104,236,170); }
td.TdClassName
{
border-color: #68ECAA;
}
.TagClassName
{
border-color: #68ECAA;
}
</style>