Shades of Medium Aquamarine #68ECB0
Tints of Medium Aquamarine #68ECB0
RGB
CMYK
RGB Variations
Color information
#68ECB0 (or 0x68ECB0) is known color: Medium Aquamarine. HEX triplet: 68, EC and B0. RGB value is (104,236,176). Sum of RGB (Red+Green+Blue) = 104+236+176=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ECB0 is #97134F. Grayscale: #BDBDBD. Windows color (decimal): -9900880 or 11594856. OLE color: 11594856.
HSL color Cylindrical-coordinate representation of color #68ECB0: hue angle of 152.73º 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 #68ECB0 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 176 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.07 |
| HSL | 152.73º | 0.78% | 0.67% | - |
| HSV(B) | 152.73º | 0.56% | 0.93% | - |
| XYZ | 43.54 | 66.07 | 51.53 | - |
| YUV | 189.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 176 | 0.56 | 0 | 0.25 | 0.07 | 152.73 | 0.78 | 0.67 |
| Hex | 68 | EC | B0 | 38 | 0 | 19 | 7 | 99 | 4E | 43 |
| Octal | 150 | 354 | 260 | 70 | 0 | 31 | 7 | 231 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10110000 | 111000 | 0 | 11001 | 111 | 10011001 | 1001110 | 1000011 |
Color Harmonies of #68ECB0
Complementary color
Monochromatic Colors of #68ECB0
Black with #68ECB0
Text Example
Text Example
White with #68ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECB0; }
p { color: rgb(104,236,176); }
H1.HeaderClassName
{
color: #68ECB0;
}
.AnyTagClassName
{
color: #68ECB0;
}
</style>
background-color css
<style>
a { background-color: #68ECB0; }
a { background-color: rgb(104,236,176); }
div.DivClassName
{
background-color: #68ECB0;
}
.BgClassName
{
background-color: #68ECB0;
}
</style>
border-color css
<style>
span { border-color: #68ECB0; }
span { border-color: rgb(104,236,176); }
td.TdClassName
{
border-color: #68ECB0;
}
.TagClassName
{
border-color: #68ECB0;
}
</style>