Shades of Medium Aquamarine #73EFB2
Tints of Medium Aquamarine #73EFB2
RGB
CMYK
RGB Variations
Color information
#73EFB2 (or 0x73EFB2) is known color: Medium Aquamarine. HEX triplet: 73, EF and B2. RGB value is (115,239,178). Sum of RGB (Red+Green+Blue) = 115+239+178=532 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.62% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EFB2 is #8C104D. Grayscale: #C3C3C3. Windows color (decimal): -9179214 or 11726707. OLE color: 11726707.
HSL color Cylindrical-coordinate representation of color #73EFB2: hue angle of 150.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFB2 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 178 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.06 |
| HSL | 150.48º | 0.79% | 0.69% | - |
| HSV(B) | 150.48º | 0.52% | 0.94% | - |
| XYZ | 45.97 | 68.59 | 52.94 | - |
| YUV | 194.97 | 118.42 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 178 | 0.52 | 0 | 0.26 | 0.06 | 150.48 | 0.79 | 0.69 |
| Hex | 73 | EF | B2 | 34 | 0 | 1A | 6 | 96 | 4F | 45 |
| Octal | 163 | 357 | 262 | 64 | 0 | 32 | 6 | 226 | 117 | 105 |
| Binary | 1110011 | 11101111 | 10110010 | 110100 | 0 | 11010 | 110 | 10010110 | 1001111 | 1000101 |
Color Harmonies of #73EFB2
Complementary color
Monochromatic Colors of #73EFB2
Black with #73EFB2
Text Example
Text Example
White with #73EFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EFB2; }
p { color: rgb(115,239,178); }
H1.HeaderClassName
{
color: #73EFB2;
}
.AnyTagClassName
{
color: #73EFB2;
}
</style>
background-color css
<style>
a { background-color: #73EFB2; }
a { background-color: rgb(115,239,178); }
div.DivClassName
{
background-color: #73EFB2;
}
.BgClassName
{
background-color: #73EFB2;
}
</style>
border-color css
<style>
span { border-color: #73EFB2; }
span { border-color: rgb(115,239,178); }
td.TdClassName
{
border-color: #73EFB2;
}
.TagClassName
{
border-color: #73EFB2;
}
</style>