Shades of Medium Aquamarine #73EEB2
Tints of Medium Aquamarine #73EEB2
RGB
CMYK
RGB Variations
Color information
#73EEB2 (or 0x73EEB2) is known color: Medium Aquamarine. HEX triplet: 73, EE and B2. RGB value is (115,238,178). Sum of RGB (Red+Green+Blue) = 115+238+178=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73EEB2 is #8C114D. Grayscale: #C2C2C2. Windows color (decimal): -9179470 or 11726451. OLE color: 11726451.
HSL color Cylindrical-coordinate representation of color #73EEB2: hue angle of 150.73º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEB2 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 178 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.07 |
| HSL | 150.73º | 0.78% | 0.69% | - |
| HSV(B) | 150.73º | 0.52% | 0.93% | - |
| XYZ | 45.68 | 68.01 | 52.84 | - |
| YUV | 194.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 178 | 0.52 | 0 | 0.25 | 0.07 | 150.73 | 0.78 | 0.69 |
| Hex | 73 | EE | B2 | 34 | 0 | 19 | 7 | 97 | 4E | 45 |
| Octal | 163 | 356 | 262 | 64 | 0 | 31 | 7 | 227 | 116 | 105 |
| Binary | 1110011 | 11101110 | 10110010 | 110100 | 0 | 11001 | 111 | 10010111 | 1001110 | 1000101 |
Color Harmonies of #73EEB2
Complementary color
Monochromatic Colors of #73EEB2
Black with #73EEB2
Text Example
Text Example
White with #73EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EEB2; }
p { color: rgb(115,238,178); }
H1.HeaderClassName
{
color: #73EEB2;
}
.AnyTagClassName
{
color: #73EEB2;
}
</style>
background-color css
<style>
a { background-color: #73EEB2; }
a { background-color: rgb(115,238,178); }
div.DivClassName
{
background-color: #73EEB2;
}
.BgClassName
{
background-color: #73EEB2;
}
</style>
border-color css
<style>
span { border-color: #73EEB2; }
span { border-color: rgb(115,238,178); }
td.TdClassName
{
border-color: #73EEB2;
}
.TagClassName
{
border-color: #73EEB2;
}
</style>