Shades of Medium Aquamarine #50CDB1
Tints of Medium Aquamarine #50CDB1
RGB
CMYK
RGB Variations
Color information
#50CDB1 (or 0x50CDB1) is known color: Medium Aquamarine. HEX triplet: 50, CD and B1. RGB value is (80,205,177). Sum of RGB (Red+Green+Blue) = 80+205+177=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CDB1 is #AF324E. Grayscale: #A4A4A4. Windows color (decimal): -11481679 or 11652432. OLE color: 11652432.
HSL color Cylindrical-coordinate representation of color #50CDB1: hue angle of 166.56º 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 #50CDB1 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 177 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.20 |
| HSL | 166.56º | 0.56% | 0.56% | - |
| HSV(B) | 166.56º | 0.61% | 0.8% | - |
| XYZ | 33.08 | 48.54 | 49.22 | - |
| YUV | 164.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 177 | 0.61 | 0 | 0.14 | 0.20 | 166.56 | 0.56 | 0.56 |
| Hex | 50 | CD | B1 | 3D | 0 | E | 14 | A7 | 38 | 38 |
| Octal | 120 | 315 | 261 | 75 | 0 | 16 | 24 | 247 | 70 | 70 |
| Binary | 1010000 | 11001101 | 10110001 | 111101 | 0 | 1110 | 10100 | 10100111 | 111000 | 111000 |
Color Harmonies of #50CDB1
Complementary color
Monochromatic Colors of #50CDB1
Black with #50CDB1
Text Example
Text Example
White with #50CDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CDB1; }
p { color: rgb(80,205,177); }
H1.HeaderClassName
{
color: #50CDB1;
}
.AnyTagClassName
{
color: #50CDB1;
}
</style>
background-color css
<style>
a { background-color: #50CDB1; }
a { background-color: rgb(80,205,177); }
div.DivClassName
{
background-color: #50CDB1;
}
.BgClassName
{
background-color: #50CDB1;
}
</style>
border-color css
<style>
span { border-color: #50CDB1; }
span { border-color: rgb(80,205,177); }
td.TdClassName
{
border-color: #50CDB1;
}
.TagClassName
{
border-color: #50CDB1;
}
</style>