Shades of Medium Aquamarine #68EBA5
Tints of Medium Aquamarine #68EBA5
RGB
CMYK
RGB Variations
Color information
#68EBA5 (or 0x68EBA5) is known color: Medium Aquamarine. HEX triplet: 68, EB and A5. RGB value is (104,235,165). Sum of RGB (Red+Green+Blue) = 104+235+165=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBA5 is #97145A. Grayscale: #BCBCBC. Windows color (decimal): -9901147 or 10873704. OLE color: 10873704.
HSL color Cylindrical-coordinate representation of color #68EBA5: hue angle of 147.94º degrees, saturation: 0.77, 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 #68EBA5 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 165 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.08 |
| HSL | 147.94º | 0.77% | 0.66% | - |
| HSV(B) | 147.94º | 0.56% | 0.92% | - |
| XYZ | 42.21 | 65.08 | 45.93 | - |
| YUV | 187.85 | 115.1 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 165 | 0.56 | 0 | 0.30 | 0.08 | 147.94 | 0.77 | 0.66 |
| Hex | 68 | EB | A5 | 38 | 0 | 1E | 8 | 94 | 4D | 42 |
| Octal | 150 | 353 | 245 | 70 | 0 | 36 | 10 | 224 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10100101 | 111000 | 0 | 11110 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #68EBA5
Complementary color
Monochromatic Colors of #68EBA5
Black with #68EBA5
Text Example
Text Example
White with #68EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBA5; }
p { color: rgb(104,235,165); }
H1.HeaderClassName
{
color: #68EBA5;
}
.AnyTagClassName
{
color: #68EBA5;
}
</style>
background-color css
<style>
a { background-color: #68EBA5; }
a { background-color: rgb(104,235,165); }
div.DivClassName
{
background-color: #68EBA5;
}
.BgClassName
{
background-color: #68EBA5;
}
</style>
border-color css
<style>
span { border-color: #68EBA5; }
span { border-color: rgb(104,235,165); }
td.TdClassName
{
border-color: #68EBA5;
}
.TagClassName
{
border-color: #68EBA5;
}
</style>