Shades of Medium Aquamarine #50CDB4
Tints of Medium Aquamarine #50CDB4
RGB
CMYK
RGB Variations
Color information
#50CDB4 (or 0x50CDB4) is known color: Medium Aquamarine. HEX triplet: 50, CD and B4. RGB value is (80,205,180). Sum of RGB (Red+Green+Blue) = 80+205+180=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDB4 is #AF324B. Grayscale: #A4A4A4. Windows color (decimal): -11481676 or 11849040. OLE color: 11849040.
HSL color Cylindrical-coordinate representation of color #50CDB4: hue angle of 168º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDB4 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 180 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.20 |
| HSL | 168º | 0.56% | 0.56% | - |
| HSV(B) | 168º | 0.61% | 0.8% | - |
| XYZ | 33.38 | 48.66 | 50.81 | - |
| YUV | 164.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 180 | 0.61 | 0 | 0.12 | 0.20 | 168 | 0.56 | 0.56 |
| Hex | 50 | CD | B4 | 3D | 0 | C | 14 | A8 | 38 | 38 |
| Octal | 120 | 315 | 264 | 75 | 0 | 14 | 24 | 250 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10110100 | 111101 | 0 | 1100 | 10100 | 10101000 | 111000 | 111000 |
Color Harmonies of #50CDB4
Complementary color
Monochromatic Colors of #50CDB4
Black with #50CDB4
Text Example
Text Example
White with #50CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDB4; }
p { color: rgb(80,205,180); }
H1.HeaderClassName
{
color: #50CDB4;
}
.AnyTagClassName
{
color: #50CDB4;
}
</style>
background-color css
<style>
a { background-color: #50CDB4; }
a { background-color: rgb(80,205,180); }
div.DivClassName
{
background-color: #50CDB4;
}
.BgClassName
{
background-color: #50CDB4;
}
</style>
border-color css
<style>
span { border-color: #50CDB4; }
span { border-color: rgb(80,205,180); }
td.TdClassName
{
border-color: #50CDB4;
}
.TagClassName
{
border-color: #50CDB4;
}
</style>