Shades of Medium Aquamarine #73D6B2
Tints of Medium Aquamarine #73D6B2
RGB
CMYK
RGB Variations
Color information
#73D6B2 (or 0x73D6B2) is known color: Medium Aquamarine. HEX triplet: 73, D6 and B2. RGB value is (115,214,178). Sum of RGB (Red+Green+Blue) = 115+214+178=507 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.68% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D6B2 is #8C294D. Grayscale: #B4B4B4. Windows color (decimal): -9185614 or 11720307. OLE color: 11720307.
HSL color Cylindrical-coordinate representation of color #73D6B2: hue angle of 158.18º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D6B2 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 178 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.16 |
| HSL | 158.18º | 0.55% | 0.65% | - |
| HSV(B) | 158.18º | 0.46% | 0.84% | - |
| XYZ | 39.15 | 54.95 | 50.66 | - |
| YUV | 180.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 178 | 0.46 | 0 | 0.17 | 0.16 | 158.18 | 0.55 | 0.65 |
| Hex | 73 | D6 | B2 | 2E | 0 | 11 | 10 | 9E | 37 | 41 |
| Octal | 163 | 326 | 262 | 56 | 0 | 21 | 20 | 236 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10110010 | 101110 | 0 | 10001 | 10000 | 10011110 | 110111 | 1000001 |
Color Harmonies of #73D6B2
Complementary color
Monochromatic Colors of #73D6B2
Black with #73D6B2
Text Example
Text Example
White with #73D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6B2; }
p { color: rgb(115,214,178); }
H1.HeaderClassName
{
color: #73D6B2;
}
.AnyTagClassName
{
color: #73D6B2;
}
</style>
background-color css
<style>
a { background-color: #73D6B2; }
a { background-color: rgb(115,214,178); }
div.DivClassName
{
background-color: #73D6B2;
}
.BgClassName
{
background-color: #73D6B2;
}
</style>
border-color css
<style>
span { border-color: #73D6B2; }
span { border-color: rgb(115,214,178); }
td.TdClassName
{
border-color: #73D6B2;
}
.TagClassName
{
border-color: #73D6B2;
}
</style>