Shades of Puerto Rico #50BCB7
Tints of Puerto Rico #50BCB7
RGB
CMYK
RGB Variations
Color information
#50BCB7 (or 0x50BCB7) is known color: Puerto Rico. HEX triplet: 50, BC and B7. RGB value is (80,188,183). Sum of RGB (Red+Green+Blue) = 80+188+183=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCB7 is #AF4348. Grayscale: #9B9B9B. Windows color (decimal): -11486025 or 12041296. OLE color: 12041296.
HSL color Cylindrical-coordinate representation of color #50BCB7: hue angle of 177.22º 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 #50BCB7 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 183 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.26 |
| HSL | 177.22º | 0.45% | 0.53% | - |
| HSV(B) | 177.22º | 0.57% | 0.74% | - |
| XYZ | 29.84 | 41.09 | 51.16 | - |
| YUV | 155.14 | 143.72 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 183 | 0.57 | 0 | 0.03 | 0.26 | 177.22 | 0.45 | 0.53 |
| Hex | 50 | BC | B7 | 39 | 0 | 3 | 1A | B1 | 2D | 35 |
| Octal | 120 | 274 | 267 | 71 | 0 | 3 | 32 | 261 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10110111 | 111001 | 0 | 11 | 11010 | 10110001 | 101101 | 110101 |
Color Harmonies of #50BCB7
Complementary color
Monochromatic Colors of #50BCB7
Black with #50BCB7
Text Example
Text Example
White with #50BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCB7; }
p { color: rgb(80,188,183); }
H1.HeaderClassName
{
color: #50BCB7;
}
.AnyTagClassName
{
color: #50BCB7;
}
</style>
background-color css
<style>
a { background-color: #50BCB7; }
a { background-color: rgb(80,188,183); }
div.DivClassName
{
background-color: #50BCB7;
}
.BgClassName
{
background-color: #50BCB7;
}
</style>
border-color css
<style>
span { border-color: #50BCB7; }
span { border-color: rgb(80,188,183); }
td.TdClassName
{
border-color: #50BCB7;
}
.TagClassName
{
border-color: #50BCB7;
}
</style>