Shades of Medium Aquamarine #73DCB2
Tints of Medium Aquamarine #73DCB2
RGB
CMYK
RGB Variations
Color information
#73DCB2 (or 0x73DCB2) is known color: Medium Aquamarine. HEX triplet: 73, DC and B2. RGB value is (115,220,178). Sum of RGB (Red+Green+Blue) = 115+220+178=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCB2 is #8C234D. Grayscale: #B7B7B7. Windows color (decimal): -9184078 or 11721843. OLE color: 11721843.
HSL color Cylindrical-coordinate representation of color #73DCB2: hue angle of 156º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCB2 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 178 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.14 |
| HSL | 156º | 0.6% | 0.66% | - |
| HSV(B) | 156º | 0.48% | 0.86% | - |
| XYZ | 40.7 | 58.05 | 51.18 | - |
| YUV | 183.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 178 | 0.48 | 0 | 0.19 | 0.14 | 156 | 0.6 | 0.66 |
| Hex | 73 | DC | B2 | 30 | 0 | 13 | E | 9C | 3C | 42 |
| Octal | 163 | 334 | 262 | 60 | 0 | 23 | 16 | 234 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10110010 | 110000 | 0 | 10011 | 1110 | 10011100 | 111100 | 1000010 |
Color Harmonies of #73DCB2
Complementary color
Monochromatic Colors of #73DCB2
Black with #73DCB2
Text Example
Text Example
White with #73DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCB2; }
p { color: rgb(115,220,178); }
H1.HeaderClassName
{
color: #73DCB2;
}
.AnyTagClassName
{
color: #73DCB2;
}
</style>
background-color css
<style>
a { background-color: #73DCB2; }
a { background-color: rgb(115,220,178); }
div.DivClassName
{
background-color: #73DCB2;
}
.BgClassName
{
background-color: #73DCB2;
}
</style>
border-color css
<style>
span { border-color: #73DCB2; }
span { border-color: rgb(115,220,178); }
td.TdClassName
{
border-color: #73DCB2;
}
.TagClassName
{
border-color: #73DCB2;
}
</style>