Shades of Medium Aquamarine #73DFB2
Tints of Medium Aquamarine #73DFB2
RGB
CMYK
RGB Variations
Color information
#73DFB2 (or 0x73DFB2) is known color: Medium Aquamarine. HEX triplet: 73, DF and B2. RGB value is (115,223,178). Sum of RGB (Red+Green+Blue) = 115+223+178=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DFB2 is #8C204D. Grayscale: #B9B9B9. Windows color (decimal): -9183310 or 11722611. OLE color: 11722611.
HSL color Cylindrical-coordinate representation of color #73DFB2: hue angle of 155º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFB2 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 178 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.13 |
| HSL | 155º | 0.63% | 0.66% | - |
| HSV(B) | 155º | 0.48% | 0.87% | - |
| XYZ | 41.49 | 59.63 | 51.44 | - |
| YUV | 185.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 178 | 0.48 | 0 | 0.20 | 0.13 | 155 | 0.63 | 0.66 |
| Hex | 73 | DF | B2 | 30 | 0 | 14 | D | 9B | 3F | 42 |
| Octal | 163 | 337 | 262 | 60 | 0 | 24 | 15 | 233 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10110010 | 110000 | 0 | 10100 | 1101 | 10011011 | 111111 | 1000010 |
Color Harmonies of #73DFB2
Complementary color
Monochromatic Colors of #73DFB2
Black with #73DFB2
Text Example
Text Example
White with #73DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFB2; }
p { color: rgb(115,223,178); }
H1.HeaderClassName
{
color: #73DFB2;
}
.AnyTagClassName
{
color: #73DFB2;
}
</style>
background-color css
<style>
a { background-color: #73DFB2; }
a { background-color: rgb(115,223,178); }
div.DivClassName
{
background-color: #73DFB2;
}
.BgClassName
{
background-color: #73DFB2;
}
</style>
border-color css
<style>
span { border-color: #73DFB2; }
span { border-color: rgb(115,223,178); }
td.TdClassName
{
border-color: #73DFB2;
}
.TagClassName
{
border-color: #73DFB2;
}
</style>