Shades of Medium Aquamarine #68EAA1
Tints of Medium Aquamarine #68EAA1
RGB
CMYK
RGB Variations
Color information
#68EAA1 (or 0x68EAA1) is known color: Medium Aquamarine. HEX triplet: 68, EA and A1. RGB value is (104,234,161). Sum of RGB (Red+Green+Blue) = 104+234+161=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EAA1 is #97155E. Grayscale: #BABABA. Windows color (decimal): -9901407 or 10611304. OLE color: 10611304.
HSL color Cylindrical-coordinate representation of color #68EAA1: hue angle of 146.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EAA1 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 161 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.08 |
| HSL | 146.31º | 0.76% | 0.66% | - |
| HSV(B) | 146.31º | 0.56% | 0.92% | - |
| XYZ | 41.56 | 64.36 | 43.95 | - |
| YUV | 186.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 161 | 0.56 | 0 | 0.31 | 0.08 | 146.31 | 0.76 | 0.66 |
| Hex | 68 | EA | A1 | 38 | 0 | 1F | 8 | 92 | 4C | 42 |
| Octal | 150 | 352 | 241 | 70 | 0 | 37 | 10 | 222 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10100001 | 111000 | 0 | 11111 | 1000 | 10010010 | 1001100 | 1000010 |
Color Harmonies of #68EAA1
Complementary color
Monochromatic Colors of #68EAA1
Black with #68EAA1
Text Example
Text Example
White with #68EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAA1; }
p { color: rgb(104,234,161); }
H1.HeaderClassName
{
color: #68EAA1;
}
.AnyTagClassName
{
color: #68EAA1;
}
</style>
background-color css
<style>
a { background-color: #68EAA1; }
a { background-color: rgb(104,234,161); }
div.DivClassName
{
background-color: #68EAA1;
}
.BgClassName
{
background-color: #68EAA1;
}
</style>
border-color css
<style>
span { border-color: #68EAA1; }
span { border-color: rgb(104,234,161); }
td.TdClassName
{
border-color: #68EAA1;
}
.TagClassName
{
border-color: #68EAA1;
}
</style>