Shades of Medium Aquamarine #75E6B2
Tints of Medium Aquamarine #75E6B2
RGB
CMYK
RGB Variations
Color information
#75E6B2 (or 0x75E6B2) is known color: Medium Aquamarine. HEX triplet: 75, E6 and B2. RGB value is (117,230,178). Sum of RGB (Red+Green+Blue) = 117+230+178=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #75E6B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75E6B2 is #8A194D. Grayscale: #BEBEBE. Windows color (decimal): -9050446 or 11724405. OLE color: 11724405.
HSL color Cylindrical-coordinate representation of color #75E6B2: hue angle of 152.39º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E6B2 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 230 | 178 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.10 |
| HSL | 152.39º | 0.69% | 0.68% | - |
| HSV(B) | 152.39º | 0.49% | 0.9% | - |
| XYZ | 43.67 | 63.59 | 52.09 | - |
| YUV | 190.29 | 121.06 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 230 | 178 | 0.49 | 0 | 0.23 | 0.10 | 152.39 | 0.69 | 0.68 |
| Hex | 75 | E6 | B2 | 31 | 0 | 17 | A | 98 | 45 | 44 |
| Octal | 165 | 346 | 262 | 61 | 0 | 27 | 12 | 230 | 105 | 104 |
| Binary | 1110101 | 11100110 | 10110010 | 110001 | 0 | 10111 | 1010 | 10011000 | 1000101 | 1000100 |
Color Harmonies of #75E6B2
Complementary color
Monochromatic Colors of #75E6B2
Black with #75E6B2
Text Example
Text Example
White with #75E6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E6B2; }
p { color: rgb(117,230,178); }
H1.HeaderClassName
{
color: #75E6B2;
}
.AnyTagClassName
{
color: #75E6B2;
}
</style>
background-color css
<style>
a { background-color: #75E6B2; }
a { background-color: rgb(117,230,178); }
div.DivClassName
{
background-color: #75E6B2;
}
.BgClassName
{
background-color: #75E6B2;
}
</style>
border-color css
<style>
span { border-color: #75E6B2; }
span { border-color: rgb(117,230,178); }
td.TdClassName
{
border-color: #75E6B2;
}
.TagClassName
{
border-color: #75E6B2;
}
</style>