Shades of Medium Aquamarine #75EEB1
Tints of Medium Aquamarine #75EEB1
RGB
CMYK
RGB Variations
Color information
#75EEB1 (or 0x75EEB1) is known color: Medium Aquamarine. HEX triplet: 75, EE and B1. RGB value is (117,238,177). Sum of RGB (Red+Green+Blue) = 117+238+177=532 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.99% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EEB1 is #8A114E. Grayscale: #C2C2C2. Windows color (decimal): -9048399 or 11660917. OLE color: 11660917.
HSL color Cylindrical-coordinate representation of color #75EEB1: hue angle of 149.75º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEB1 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 238 | 177 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.07 |
| HSL | 149.75º | 0.78% | 0.7% | - |
| HSV(B) | 149.75º | 0.51% | 0.93% | - |
| XYZ | 45.85 | 68.11 | 52.32 | - |
| YUV | 194.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 238 | 177 | 0.51 | 0 | 0.26 | 0.07 | 149.75 | 0.78 | 0.7 |
| Hex | 75 | EE | B1 | 33 | 0 | 1A | 7 | 96 | 4E | 46 |
| Octal | 165 | 356 | 261 | 63 | 0 | 32 | 7 | 226 | 116 | 106 |
| Binary | 1110101 | 11101110 | 10110001 | 110011 | 0 | 11010 | 111 | 10010110 | 1001110 | 1000110 |
Color Harmonies of #75EEB1
Complementary color
Monochromatic Colors of #75EEB1
Black with #75EEB1
Text Example
Text Example
White with #75EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EEB1; }
p { color: rgb(117,238,177); }
H1.HeaderClassName
{
color: #75EEB1;
}
.AnyTagClassName
{
color: #75EEB1;
}
</style>
background-color css
<style>
a { background-color: #75EEB1; }
a { background-color: rgb(117,238,177); }
div.DivClassName
{
background-color: #75EEB1;
}
.BgClassName
{
background-color: #75EEB1;
}
</style>
border-color css
<style>
span { border-color: #75EEB1; }
span { border-color: rgb(117,238,177); }
td.TdClassName
{
border-color: #75EEB1;
}
.TagClassName
{
border-color: #75EEB1;
}
</style>