Shades of Medium Aquamarine #68EEA6
Tints of Medium Aquamarine #68EEA6
RGB
CMYK
RGB Variations
Color information
#68EEA6 (or 0x68EEA6) is known color: Medium Aquamarine. HEX triplet: 68, EE and A6. RGB value is (104,238,166). Sum of RGB (Red+Green+Blue) = 104+238+166=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EEA6 is #971159. Grayscale: #BDBDBD. Windows color (decimal): -9900378 or 10940008. OLE color: 10940008.
HSL color Cylindrical-coordinate representation of color #68EEA6: hue angle of 147.76º degrees, saturation: 0.8, 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 #68EEA6 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 166 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.07 |
| HSL | 147.76º | 0.8% | 0.67% | - |
| HSV(B) | 147.76º | 0.56% | 0.93% | - |
| XYZ | 43.17 | 66.85 | 46.7 | - |
| YUV | 189.73 | 114.61 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 166 | 0.56 | 0 | 0.30 | 0.07 | 147.76 | 0.8 | 0.67 |
| Hex | 68 | EE | A6 | 38 | 0 | 1E | 7 | 94 | 50 | 43 |
| Octal | 150 | 356 | 246 | 70 | 0 | 36 | 7 | 224 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10100110 | 111000 | 0 | 11110 | 111 | 10010100 | 1010000 | 1000011 |
Color Harmonies of #68EEA6
Complementary color
Monochromatic Colors of #68EEA6
Black with #68EEA6
Text Example
Text Example
White with #68EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEA6; }
p { color: rgb(104,238,166); }
H1.HeaderClassName
{
color: #68EEA6;
}
.AnyTagClassName
{
color: #68EEA6;
}
</style>
background-color css
<style>
a { background-color: #68EEA6; }
a { background-color: rgb(104,238,166); }
div.DivClassName
{
background-color: #68EEA6;
}
.BgClassName
{
background-color: #68EEA6;
}
</style>
border-color css
<style>
span { border-color: #68EEA6; }
span { border-color: rgb(104,238,166); }
td.TdClassName
{
border-color: #68EEA6;
}
.TagClassName
{
border-color: #68EEA6;
}
</style>