Shades of Medium Aquamarine #75EDAD
Tints of Medium Aquamarine #75EDAD
RGB
CMYK
RGB Variations
Color information
#75EDAD (or 0x75EDAD) is known color: Medium Aquamarine. HEX triplet: 75, ED and AD. RGB value is (117,237,173). Sum of RGB (Red+Green+Blue) = 117+237+173=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #75EDAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EDAD is #8A1252. Grayscale: #C1C1C1. Windows color (decimal): -9048659 or 11398517. OLE color: 11398517.
HSL color Cylindrical-coordinate representation of color #75EDAD: hue angle of 148º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EDAD is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 237 | 173 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.07 |
| HSL | 148º | 0.77% | 0.69% | - |
| HSV(B) | 148º | 0.51% | 0.93% | - |
| XYZ | 45.16 | 67.37 | 50.16 | - |
| YUV | 193.82 | 116.24 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 237 | 173 | 0.51 | 0 | 0.27 | 0.07 | 148 | 0.77 | 0.69 |
| Hex | 75 | ED | AD | 33 | 0 | 1B | 7 | 94 | 4D | 45 |
| Octal | 165 | 355 | 255 | 63 | 0 | 33 | 7 | 224 | 115 | 105 |
| Binary | 1110101 | 11101101 | 10101101 | 110011 | 0 | 11011 | 111 | 10010100 | 1001101 | 1000101 |
Color Harmonies of #75EDAD
Complementary color
Monochromatic Colors of #75EDAD
Black with #75EDAD
Text Example
Text Example
White with #75EDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EDAD; }
p { color: rgb(117,237,173); }
H1.HeaderClassName
{
color: #75EDAD;
}
.AnyTagClassName
{
color: #75EDAD;
}
</style>
background-color css
<style>
a { background-color: #75EDAD; }
a { background-color: rgb(117,237,173); }
div.DivClassName
{
background-color: #75EDAD;
}
.BgClassName
{
background-color: #75EDAD;
}
</style>
border-color css
<style>
span { border-color: #75EDAD; }
span { border-color: rgb(117,237,173); }
td.TdClassName
{
border-color: #75EDAD;
}
.TagClassName
{
border-color: #75EDAD;
}
</style>