Shades of Medium Aquamarine #68EEA3
Tints of Medium Aquamarine #68EEA3
RGB
CMYK
RGB Variations
Color information
#68EEA3 (or 0x68EEA3) is known color: Medium Aquamarine. HEX triplet: 68, EE and A3. RGB value is (104,238,163). Sum of RGB (Red+Green+Blue) = 104+238+163=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EEA3 is #97115C. Grayscale: #BDBDBD. Windows color (decimal): -9900381 or 10743400. OLE color: 10743400.
HSL color Cylindrical-coordinate representation of color #68EEA3: hue angle of 146.42º 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 #68EEA3 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 163 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.07 |
| HSL | 146.42º | 0.8% | 0.67% | - |
| HSV(B) | 146.42º | 0.56% | 0.93% | - |
| XYZ | 42.89 | 66.74 | 45.27 | - |
| YUV | 189.38 | 113.11 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 163 | 0.56 | 0 | 0.32 | 0.07 | 146.42 | 0.8 | 0.67 |
| Hex | 68 | EE | A3 | 38 | 0 | 20 | 7 | 92 | 50 | 43 |
| Octal | 150 | 356 | 243 | 70 | 0 | 40 | 7 | 222 | 120 | 103 |
| Binary | 1101000 | 11101110 | 10100011 | 111000 | 0 | 100000 | 111 | 10010010 | 1010000 | 1000011 |
Color Harmonies of #68EEA3
Complementary color
Monochromatic Colors of #68EEA3
Black with #68EEA3
Text Example
Text Example
White with #68EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEA3; }
p { color: rgb(104,238,163); }
H1.HeaderClassName
{
color: #68EEA3;
}
.AnyTagClassName
{
color: #68EEA3;
}
</style>
background-color css
<style>
a { background-color: #68EEA3; }
a { background-color: rgb(104,238,163); }
div.DivClassName
{
background-color: #68EEA3;
}
.BgClassName
{
background-color: #68EEA3;
}
</style>
border-color css
<style>
span { border-color: #68EEA3; }
span { border-color: rgb(104,238,163); }
td.TdClassName
{
border-color: #68EEA3;
}
.TagClassName
{
border-color: #68EEA3;
}
</style>