Shades of Puerto Rico #50BC99
Tints of Puerto Rico #50BC99
RGB
CMYK
RGB Variations
Color information
#50BC99 (or 0x50BC99) is known color: Puerto Rico. HEX triplet: 50, BC and 99. RGB value is (80,188,153). Sum of RGB (Red+Green+Blue) = 80+188+153=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC99 is #AF4366. Grayscale: #979797. Windows color (decimal): -11486055 or 10075216. OLE color: 10075216.
HSL color Cylindrical-coordinate representation of color #50BC99: hue angle of 160.56º 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 #50BC99 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 153 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.26 |
| HSL | 160.56º | 0.45% | 0.53% | - |
| HSV(B) | 160.56º | 0.57% | 0.74% | - |
| XYZ | 27.04 | 39.97 | 36.43 | - |
| YUV | 151.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 153 | 0.57 | 0 | 0.19 | 0.26 | 160.56 | 0.45 | 0.53 |
| Hex | 50 | BC | 99 | 39 | 0 | 13 | 1A | A1 | 2D | 35 |
| Octal | 120 | 274 | 231 | 71 | 0 | 23 | 32 | 241 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10011001 | 111001 | 0 | 10011 | 11010 | 10100001 | 101101 | 110101 |
Color Harmonies of #50BC99
Complementary color
Monochromatic Colors of #50BC99
Black with #50BC99
Text Example
Text Example
White with #50BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC99; }
p { color: rgb(80,188,153); }
H1.HeaderClassName
{
color: #50BC99;
}
.AnyTagClassName
{
color: #50BC99;
}
</style>
background-color css
<style>
a { background-color: #50BC99; }
a { background-color: rgb(80,188,153); }
div.DivClassName
{
background-color: #50BC99;
}
.BgClassName
{
background-color: #50BC99;
}
</style>
border-color css
<style>
span { border-color: #50BC99; }
span { border-color: rgb(80,188,153); }
td.TdClassName
{
border-color: #50BC99;
}
.TagClassName
{
border-color: #50BC99;
}
</style>