Shades of Medium Aquamarine #75E0B1
Tints of Medium Aquamarine #75E0B1
RGB
CMYK
RGB Variations
Color information
#75E0B1 (or 0x75E0B1) is known color: Medium Aquamarine. HEX triplet: 75, E0 and B1. RGB value is (117,224,177). Sum of RGB (Red+Green+Blue) = 117+224+177=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #75E0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E0B1 is #8A1F4E. Grayscale: #BABABA. Windows color (decimal): -9051983 or 11657333. OLE color: 11657333.
HSL color Cylindrical-coordinate representation of color #75E0B1: hue angle of 153.64º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E0B1 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 224 | 177 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.12 |
| HSL | 153.64º | 0.63% | 0.67% | - |
| HSV(B) | 153.64º | 0.48% | 0.88% | - |
| XYZ | 41.93 | 60.27 | 51.02 | - |
| YUV | 186.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 224 | 177 | 0.48 | 0 | 0.21 | 0.12 | 153.64 | 0.63 | 0.67 |
| Hex | 75 | E0 | B1 | 30 | 0 | 15 | C | 9A | 3F | 43 |
| Octal | 165 | 340 | 261 | 60 | 0 | 25 | 14 | 232 | 77 | 103 |
| Binary | 1110101 | 11100000 | 10110001 | 110000 | 0 | 10101 | 1100 | 10011010 | 111111 | 1000011 |
Color Harmonies of #75E0B1
Complementary color
Monochromatic Colors of #75E0B1
Black with #75E0B1
Text Example
Text Example
White with #75E0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E0B1; }
p { color: rgb(117,224,177); }
H1.HeaderClassName
{
color: #75E0B1;
}
.AnyTagClassName
{
color: #75E0B1;
}
</style>
background-color css
<style>
a { background-color: #75E0B1; }
a { background-color: rgb(117,224,177); }
div.DivClassName
{
background-color: #75E0B1;
}
.BgClassName
{
background-color: #75E0B1;
}
</style>
border-color css
<style>
span { border-color: #75E0B1; }
span { border-color: rgb(117,224,177); }
td.TdClassName
{
border-color: #75E0B1;
}
.TagClassName
{
border-color: #75E0B1;
}
</style>