Shades of Medium Aquamarine #68E9A1
Tints of Medium Aquamarine #68E9A1
RGB
CMYK
RGB Variations
Color information
#68E9A1 (or 0x68E9A1) is known color: Medium Aquamarine. HEX triplet: 68, E9 and A1. RGB value is (104,233,161). Sum of RGB (Red+Green+Blue) = 104+233+161=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E9A1 is #97165E. Grayscale: #BABABA. Windows color (decimal): -9901663 or 10611048. OLE color: 10611048.
HSL color Cylindrical-coordinate representation of color #68E9A1: hue angle of 146.51º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E9A1 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 161 | - |
| CMYK | 0.55 | 0 | 0.31 | 0.09 |
| HSL | 146.51º | 0.75% | 0.66% | - |
| HSV(B) | 146.51º | 0.55% | 0.91% | - |
| XYZ | 41.28 | 63.79 | 43.86 | - |
| YUV | 186.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 161 | 0.55 | 0 | 0.31 | 0.09 | 146.51 | 0.75 | 0.66 |
| Hex | 68 | E9 | A1 | 37 | 0 | 1F | 9 | 93 | 4B | 42 |
| Octal | 150 | 351 | 241 | 67 | 0 | 37 | 11 | 223 | 113 | 102 |
| Binary | 1101000 | 11101001 | 10100001 | 110111 | 0 | 11111 | 1001 | 10010011 | 1001011 | 1000010 |
Color Harmonies of #68E9A1
Complementary color
Monochromatic Colors of #68E9A1
Black with #68E9A1
Text Example
Text Example
White with #68E9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9A1; }
p { color: rgb(104,233,161); }
H1.HeaderClassName
{
color: #68E9A1;
}
.AnyTagClassName
{
color: #68E9A1;
}
</style>
background-color css
<style>
a { background-color: #68E9A1; }
a { background-color: rgb(104,233,161); }
div.DivClassName
{
background-color: #68E9A1;
}
.BgClassName
{
background-color: #68E9A1;
}
</style>
border-color css
<style>
span { border-color: #68E9A1; }
span { border-color: rgb(104,233,161); }
td.TdClassName
{
border-color: #68E9A1;
}
.TagClassName
{
border-color: #68E9A1;
}
</style>