Shades of Medium Aquamarine #68ECB4
Tints of Medium Aquamarine #68ECB4
RGB
CMYK
RGB Variations
Color information
#68ECB4 (or 0x68ECB4) is known color: Medium Aquamarine. HEX triplet: 68, EC and B4. RGB value is (104,236,180). Sum of RGB (Red+Green+Blue) = 104+236+180=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECB4 is #97134B. Grayscale: #BEBEBE. Windows color (decimal): -9900876 or 11857000. OLE color: 11857000.
HSL color Cylindrical-coordinate representation of color #68ECB4: hue angle of 154.55º 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 #68ECB4 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 180 | - |
| CMYK | 0.56 | 0 | 0.24 | 0.07 |
| HSL | 154.55º | 0.78% | 0.67% | - |
| HSV(B) | 154.55º | 0.56% | 0.93% | - |
| XYZ | 43.94 | 66.23 | 53.65 | - |
| YUV | 190.15 | 122.27 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 180 | 0.56 | 0 | 0.24 | 0.07 | 154.55 | 0.78 | 0.67 |
| Hex | 68 | EC | B4 | 38 | 0 | 18 | 7 | 9B | 4E | 43 |
| Octal | 150 | 354 | 264 | 70 | 0 | 30 | 7 | 233 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10110100 | 111000 | 0 | 11000 | 111 | 10011011 | 1001110 | 1000011 |
Color Harmonies of #68ECB4
Complementary color
Monochromatic Colors of #68ECB4
Black with #68ECB4
Text Example
Text Example
White with #68ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECB4; }
p { color: rgb(104,236,180); }
H1.HeaderClassName
{
color: #68ECB4;
}
.AnyTagClassName
{
color: #68ECB4;
}
</style>
background-color css
<style>
a { background-color: #68ECB4; }
a { background-color: rgb(104,236,180); }
div.DivClassName
{
background-color: #68ECB4;
}
.BgClassName
{
background-color: #68ECB4;
}
</style>
border-color css
<style>
span { border-color: #68ECB4; }
span { border-color: rgb(104,236,180); }
td.TdClassName
{
border-color: #68ECB4;
}
.TagClassName
{
border-color: #68ECB4;
}
</style>