Shades of Medium Aquamarine #67EBA0
Tints of Medium Aquamarine #67EBA0
RGB
CMYK
RGB Variations
Color information
#67EBA0 (or 0x67EBA0) is known color: Medium Aquamarine. HEX triplet: 67, EB and A0. RGB value is (103,235,160). Sum of RGB (Red+Green+Blue) = 103+235+160=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #67EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67EBA0 is #98145F. Grayscale: #BBBBBB. Windows color (decimal): -9966688 or 10546023. OLE color: 10546023.
HSL color Cylindrical-coordinate representation of color #67EBA0: hue angle of 145.91º 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 #67EBA0 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 235 | 160 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.08 |
| HSL | 145.91º | 0.77% | 0.66% | - |
| HSV(B) | 145.91º | 0.56% | 0.92% | - |
| XYZ | 41.65 | 64.84 | 43.58 | - |
| YUV | 186.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 235 | 160 | 0.56 | 0 | 0.32 | 0.08 | 145.91 | 0.77 | 0.66 |
| Hex | 67 | EB | A0 | 38 | 0 | 20 | 8 | 92 | 4D | 42 |
| Octal | 147 | 353 | 240 | 70 | 0 | 40 | 10 | 222 | 115 | 102 |
| Binary | 1100111 | 11101011 | 10100000 | 111000 | 0 | 100000 | 1000 | 10010010 | 1001101 | 1000010 |
Color Harmonies of #67EBA0
Complementary color
Monochromatic Colors of #67EBA0
Black with #67EBA0
Text Example
Text Example
White with #67EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67EBA0; }
p { color: rgb(103,235,160); }
H1.HeaderClassName
{
color: #67EBA0;
}
.AnyTagClassName
{
color: #67EBA0;
}
</style>
background-color css
<style>
a { background-color: #67EBA0; }
a { background-color: rgb(103,235,160); }
div.DivClassName
{
background-color: #67EBA0;
}
.BgClassName
{
background-color: #67EBA0;
}
</style>
border-color css
<style>
span { border-color: #67EBA0; }
span { border-color: rgb(103,235,160); }
td.TdClassName
{
border-color: #67EBA0;
}
.TagClassName
{
border-color: #67EBA0;
}
</style>