Shades of Medium Aquamarine #75EFB2
Tints of Medium Aquamarine #75EFB2
RGB
CMYK
RGB Variations
Color information
#75EFB2 (or 0x75EFB2) is known color: Medium Aquamarine. HEX triplet: 75, EF and B2. RGB value is (117,239,178). Sum of RGB (Red+Green+Blue) = 117+239+178=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EFB2 is #8A104D. Grayscale: #C3C3C3. Windows color (decimal): -9048142 or 11726709. OLE color: 11726709.
HSL color Cylindrical-coordinate representation of color #75EFB2: hue angle of 150º 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 #75EFB2 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 239 | 178 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.06 |
| HSL | 150º | 0.79% | 0.7% | - |
| HSV(B) | 150º | 0.51% | 0.94% | - |
| XYZ | 46.24 | 68.73 | 52.95 | - |
| YUV | 195.57 | 118.08 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 178 | 0.51 | 0 | 0.26 | 0.06 | 150 | 0.79 | 0.7 |
| Hex | 75 | EF | B2 | 33 | 0 | 1A | 6 | 96 | 4F | 46 |
| Octal | 165 | 357 | 262 | 63 | 0 | 32 | 6 | 226 | 117 | 106 |
| Binary | 1110101 | 11101111 | 10110010 | 110011 | 0 | 11010 | 110 | 10010110 | 1001111 | 1000110 |
Color Harmonies of #75EFB2
Complementary color
Monochromatic Colors of #75EFB2
Black with #75EFB2
Text Example
Text Example
White with #75EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EFB2; }
p { color: rgb(117,239,178); }
H1.HeaderClassName
{
color: #75EFB2;
}
.AnyTagClassName
{
color: #75EFB2;
}
</style>
background-color css
<style>
a { background-color: #75EFB2; }
a { background-color: rgb(117,239,178); }
div.DivClassName
{
background-color: #75EFB2;
}
.BgClassName
{
background-color: #75EFB2;
}
</style>
border-color css
<style>
span { border-color: #75EFB2; }
span { border-color: rgb(117,239,178); }
td.TdClassName
{
border-color: #75EFB2;
}
.TagClassName
{
border-color: #75EFB2;
}
</style>