Shades of Medium Aquamarine #75EFA3
Tints of Medium Aquamarine #75EFA3
RGB
CMYK
RGB Variations
Color information
#75EFA3 (or 0x75EFA3) is known color: Medium Aquamarine. HEX triplet: 75, EF and A3. RGB value is (117,239,163). Sum of RGB (Red+Green+Blue) = 117+239+163=519 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.54% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EFA3 is #8A105C. Grayscale: #C2C2C2. Windows color (decimal): -9048157 or 10743669. OLE color: 10743669.
HSL color Cylindrical-coordinate representation of color #75EFA3: hue angle of 142.62º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFA3 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 239 | 163 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.06 |
| HSL | 142.62º | 0.79% | 0.7% | - |
| HSV(B) | 142.62º | 0.51% | 0.94% | - |
| XYZ | 44.81 | 68.16 | 45.44 | - |
| YUV | 193.86 | 110.58 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 163 | 0.51 | 0 | 0.32 | 0.06 | 142.62 | 0.79 | 0.7 |
| Hex | 75 | EF | A3 | 33 | 0 | 20 | 6 | 8F | 4F | 46 |
| Octal | 165 | 357 | 243 | 63 | 0 | 40 | 6 | 217 | 117 | 106 |
| Binary | 1110101 | 11101111 | 10100011 | 110011 | 0 | 100000 | 110 | 10001111 | 1001111 | 1000110 |
Color Harmonies of #75EFA3
Complementary color
Monochromatic Colors of #75EFA3
Black with #75EFA3
Text Example
Text Example
White with #75EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EFA3; }
p { color: rgb(117,239,163); }
H1.HeaderClassName
{
color: #75EFA3;
}
.AnyTagClassName
{
color: #75EFA3;
}
</style>
background-color css
<style>
a { background-color: #75EFA3; }
a { background-color: rgb(117,239,163); }
div.DivClassName
{
background-color: #75EFA3;
}
.BgClassName
{
background-color: #75EFA3;
}
</style>
border-color css
<style>
span { border-color: #75EFA3; }
span { border-color: rgb(117,239,163); }
td.TdClassName
{
border-color: #75EFA3;
}
.TagClassName
{
border-color: #75EFA3;
}
</style>