Shades of Medium Aquamarine #75EFA5
Tints of Medium Aquamarine #75EFA5
RGB
CMYK
RGB Variations
Color information
#75EFA5 (or 0x75EFA5) is known color: Medium Aquamarine. HEX triplet: 75, EF and A5. RGB value is (117,239,165). Sum of RGB (Red+Green+Blue) = 117+239+165=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EFA5 is #8A105A. Grayscale: #C2C2C2. Windows color (decimal): -9048155 or 10874741. OLE color: 10874741.
HSL color Cylindrical-coordinate representation of color #75EFA5: hue angle of 143.61º 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 #75EFA5 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 239 | 165 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.06 |
| HSL | 143.61º | 0.79% | 0.7% | - |
| HSV(B) | 143.61º | 0.51% | 0.94% | - |
| XYZ | 44.99 | 68.23 | 46.4 | - |
| YUV | 194.09 | 111.58 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 165 | 0.51 | 0 | 0.31 | 0.06 | 143.61 | 0.79 | 0.7 |
| Hex | 75 | EF | A5 | 33 | 0 | 1F | 6 | 90 | 4F | 46 |
| Octal | 165 | 357 | 245 | 63 | 0 | 37 | 6 | 220 | 117 | 106 |
| Binary | 1110101 | 11101111 | 10100101 | 110011 | 0 | 11111 | 110 | 10010000 | 1001111 | 1000110 |
Color Harmonies of #75EFA5
Complementary color
Monochromatic Colors of #75EFA5
Black with #75EFA5
Text Example
Text Example
White with #75EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EFA5; }
p { color: rgb(117,239,165); }
H1.HeaderClassName
{
color: #75EFA5;
}
.AnyTagClassName
{
color: #75EFA5;
}
</style>
background-color css
<style>
a { background-color: #75EFA5; }
a { background-color: rgb(117,239,165); }
div.DivClassName
{
background-color: #75EFA5;
}
.BgClassName
{
background-color: #75EFA5;
}
</style>
border-color css
<style>
span { border-color: #75EFA5; }
span { border-color: rgb(117,239,165); }
td.TdClassName
{
border-color: #75EFA5;
}
.TagClassName
{
border-color: #75EFA5;
}
</style>