Shades of Puerto Rico #50C49E
Tints of Puerto Rico #50C49E
RGB
CMYK
RGB Variations
Color information
#50C49E (or 0x50C49E) is known color: Puerto Rico. HEX triplet: 50, C4 and 9E. RGB value is (80,196,158). Sum of RGB (Red+Green+Blue) = 80+196+158=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #50C49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C49E is #AF3B61. Grayscale: #9D9D9D. Windows color (decimal): -11484002 or 10404944. OLE color: 10404944.
HSL color Cylindrical-coordinate representation of color #50C49E: hue angle of 160.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C49E is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 196 | 158 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.23 |
| HSL | 160.34º | 0.5% | 0.54% | - |
| HSV(B) | 160.34º | 0.59% | 0.77% | - |
| XYZ | 29.22 | 43.65 | 39.23 | - |
| YUV | 156.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 196 | 158 | 0.59 | 0 | 0.19 | 0.23 | 160.34 | 0.5 | 0.54 |
| Hex | 50 | C4 | 9E | 3B | 0 | 13 | 17 | A0 | 32 | 36 |
| Octal | 120 | 304 | 236 | 73 | 0 | 23 | 27 | 240 | 62 | 66 |
| Binary | 1010000 | 11000100 | 10011110 | 111011 | 0 | 10011 | 10111 | 10100000 | 110010 | 110110 |
Color Harmonies of #50C49E
Complementary color
Monochromatic Colors of #50C49E
Black with #50C49E
Text Example
Text Example
White with #50C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C49E; }
p { color: rgb(80,196,158); }
H1.HeaderClassName
{
color: #50C49E;
}
.AnyTagClassName
{
color: #50C49E;
}
</style>
background-color css
<style>
a { background-color: #50C49E; }
a { background-color: rgb(80,196,158); }
div.DivClassName
{
background-color: #50C49E;
}
.BgClassName
{
background-color: #50C49E;
}
</style>
border-color css
<style>
span { border-color: #50C49E; }
span { border-color: rgb(80,196,158); }
td.TdClassName
{
border-color: #50C49E;
}
.TagClassName
{
border-color: #50C49E;
}
</style>