Shades of Medium Aquamarine #68E49A
Tints of Medium Aquamarine #68E49A
RGB
CMYK
RGB Variations
Color information
#68E49A (or 0x68E49A) is known color: Medium Aquamarine. HEX triplet: 68, E4 and 9A. RGB value is (104,228,154). Sum of RGB (Red+Green+Blue) = 104+228+154=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #68E49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E49A is #971B65. Grayscale: #B6B6B6. Windows color (decimal): -9902950 or 10151016. OLE color: 10151016.
HSL color Cylindrical-coordinate representation of color #68E49A: hue angle of 144.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E49A is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 154 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.11 |
| HSL | 144.19º | 0.7% | 0.65% | - |
| HSV(B) | 144.19º | 0.54% | 0.89% | - |
| XYZ | 39.29 | 60.76 | 40.23 | - |
| YUV | 182.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 154 | 0.54 | 0 | 0.32 | 0.11 | 144.19 | 0.7 | 0.65 |
| Hex | 68 | E4 | 9A | 36 | 0 | 20 | B | 90 | 46 | 41 |
| Octal | 150 | 344 | 232 | 66 | 0 | 40 | 13 | 220 | 106 | 101 |
| Binary | 1101000 | 11100100 | 10011010 | 110110 | 0 | 100000 | 1011 | 10010000 | 1000110 | 1000001 |
Color Harmonies of #68E49A
Complementary color
Monochromatic Colors of #68E49A
Black with #68E49A
Text Example
Text Example
White with #68E49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E49A; }
p { color: rgb(104,228,154); }
H1.HeaderClassName
{
color: #68E49A;
}
.AnyTagClassName
{
color: #68E49A;
}
</style>
background-color css
<style>
a { background-color: #68E49A; }
a { background-color: rgb(104,228,154); }
div.DivClassName
{
background-color: #68E49A;
}
.BgClassName
{
background-color: #68E49A;
}
</style>
border-color css
<style>
span { border-color: #68E49A; }
span { border-color: rgb(104,228,154); }
td.TdClassName
{
border-color: #68E49A;
}
.TagClassName
{
border-color: #68E49A;
}
</style>