Shades of Medium Aquamarine #68ED9C
Tints of Medium Aquamarine #68ED9C
RGB
CMYK
RGB Variations
Color information
#68ED9C (or 0x68ED9C) is known color: Medium Aquamarine. HEX triplet: 68, ED and 9C. RGB value is (104,237,156). Sum of RGB (Red+Green+Blue) = 104+237+156=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #68ED9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68ED9C is #971263. Grayscale: #BCBCBC. Windows color (decimal): -9900644 or 10284392. OLE color: 10284392.
HSL color Cylindrical-coordinate representation of color #68ED9C: hue angle of 143.46º 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 #68ED9C is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 156 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.07 |
| HSL | 143.46º | 0.79% | 0.67% | - |
| HSV(B) | 143.46º | 0.56% | 0.93% | - |
| XYZ | 41.99 | 65.91 | 41.96 | - |
| YUV | 188 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 156 | 0.56 | 0 | 0.34 | 0.07 | 143.46 | 0.79 | 0.67 |
| Hex | 68 | ED | 9C | 38 | 0 | 22 | 7 | 8F | 4F | 43 |
| Octal | 150 | 355 | 234 | 70 | 0 | 42 | 7 | 217 | 117 | 103 |
| Binary | 1101000 | 11101101 | 10011100 | 111000 | 0 | 100010 | 111 | 10001111 | 1001111 | 1000011 |
Color Harmonies of #68ED9C
Complementary color
Monochromatic Colors of #68ED9C
Black with #68ED9C
Text Example
Text Example
White with #68ED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ED9C; }
p { color: rgb(104,237,156); }
H1.HeaderClassName
{
color: #68ED9C;
}
.AnyTagClassName
{
color: #68ED9C;
}
</style>
background-color css
<style>
a { background-color: #68ED9C; }
a { background-color: rgb(104,237,156); }
div.DivClassName
{
background-color: #68ED9C;
}
.BgClassName
{
background-color: #68ED9C;
}
</style>
border-color css
<style>
span { border-color: #68ED9C; }
span { border-color: rgb(104,237,156); }
td.TdClassName
{
border-color: #68ED9C;
}
.TagClassName
{
border-color: #68ED9C;
}
</style>