Shades of Puerto Rico #50BC9F
Tints of Puerto Rico #50BC9F
RGB
CMYK
RGB Variations
Color information
#50BC9F (or 0x50BC9F) is known color: Puerto Rico. HEX triplet: 50, BC and 9F. RGB value is (80,188,159). Sum of RGB (Red+Green+Blue) = 80+188+159=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC9F is #AF4360. Grayscale: #989898. Windows color (decimal): -11486049 or 10468432. OLE color: 10468432.
HSL color Cylindrical-coordinate representation of color #50BC9F: hue angle of 163.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC9F is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 159 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.26 |
| HSL | 163.89º | 0.45% | 0.53% | - |
| HSV(B) | 163.89º | 0.57% | 0.74% | - |
| XYZ | 27.55 | 40.18 | 39.1 | - |
| YUV | 152.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 159 | 0.57 | 0 | 0.15 | 0.26 | 163.89 | 0.45 | 0.53 |
| Hex | 50 | BC | 9F | 39 | 0 | F | 1A | A4 | 2D | 35 |
| Octal | 120 | 274 | 237 | 71 | 0 | 17 | 32 | 244 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10011111 | 111001 | 0 | 1111 | 11010 | 10100100 | 101101 | 110101 |
Color Harmonies of #50BC9F
Complementary color
Monochromatic Colors of #50BC9F
Black with #50BC9F
Text Example
Text Example
White with #50BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC9F; }
p { color: rgb(80,188,159); }
H1.HeaderClassName
{
color: #50BC9F;
}
.AnyTagClassName
{
color: #50BC9F;
}
</style>
background-color css
<style>
a { background-color: #50BC9F; }
a { background-color: rgb(80,188,159); }
div.DivClassName
{
background-color: #50BC9F;
}
.BgClassName
{
background-color: #50BC9F;
}
</style>
border-color css
<style>
span { border-color: #50BC9F; }
span { border-color: rgb(80,188,159); }
td.TdClassName
{
border-color: #50BC9F;
}
.TagClassName
{
border-color: #50BC9F;
}
</style>