Shades of Medium Aquamarine #68E09A
Tints of Medium Aquamarine #68E09A
RGB
CMYK
RGB Variations
Color information
#68E09A (or 0x68E09A) is known color: Medium Aquamarine. HEX triplet: 68, E0 and 9A. RGB value is (104,224,154). Sum of RGB (Red+Green+Blue) = 104+224+154=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #68E09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E09A is #971F65. Grayscale: #B4B4B4. Windows color (decimal): -9903974 or 10149992. OLE color: 10149992.
HSL color Cylindrical-coordinate representation of color #68E09A: hue angle of 145º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E09A is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 154 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.12 |
| HSL | 145º | 0.66% | 0.64% | - |
| HSV(B) | 145º | 0.54% | 0.88% | - |
| XYZ | 38.2 | 58.59 | 39.87 | - |
| YUV | 180.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 154 | 0.54 | 0 | 0.31 | 0.12 | 145 | 0.66 | 0.64 |
| Hex | 68 | E0 | 9A | 36 | 0 | 1F | C | 91 | 42 | 40 |
| Octal | 150 | 340 | 232 | 66 | 0 | 37 | 14 | 221 | 102 | 100 |
| Binary | 1101000 | 11100000 | 10011010 | 110110 | 0 | 11111 | 1100 | 10010001 | 1000010 | 1000000 |
Color Harmonies of #68E09A
Complementary color
Monochromatic Colors of #68E09A
Black with #68E09A
Text Example
Text Example
White with #68E09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E09A; }
p { color: rgb(104,224,154); }
H1.HeaderClassName
{
color: #68E09A;
}
.AnyTagClassName
{
color: #68E09A;
}
</style>
background-color css
<style>
a { background-color: #68E09A; }
a { background-color: rgb(104,224,154); }
div.DivClassName
{
background-color: #68E09A;
}
.BgClassName
{
background-color: #68E09A;
}
</style>
border-color css
<style>
span { border-color: #68E09A; }
span { border-color: rgb(104,224,154); }
td.TdClassName
{
border-color: #68E09A;
}
.TagClassName
{
border-color: #68E09A;
}
</style>