Shades of Puerto Rico #50BCB5
Tints of Puerto Rico #50BCB5
RGB
CMYK
RGB Variations
Color information
#50BCB5 (or 0x50BCB5) is known color: Puerto Rico. HEX triplet: 50, BC and B5. RGB value is (80,188,181). Sum of RGB (Red+Green+Blue) = 80+188+181=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCB5 is #AF434A. Grayscale: #9A9A9A. Windows color (decimal): -11486027 or 11910224. OLE color: 11910224.
HSL color Cylindrical-coordinate representation of color #50BCB5: hue angle of 176.11º 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 #50BCB5 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 181 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.26 |
| HSL | 176.11º | 0.45% | 0.53% | - |
| HSV(B) | 176.11º | 0.57% | 0.74% | - |
| XYZ | 29.63 | 41.01 | 50.07 | - |
| YUV | 154.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 181 | 0.57 | 0 | 0.04 | 0.26 | 176.11 | 0.45 | 0.53 |
| Hex | 50 | BC | B5 | 39 | 0 | 4 | 1A | B0 | 2D | 35 |
| Octal | 120 | 274 | 265 | 71 | 0 | 4 | 32 | 260 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10110101 | 111001 | 0 | 100 | 11010 | 10110000 | 101101 | 110101 |
Color Harmonies of #50BCB5
Complementary color
Monochromatic Colors of #50BCB5
Black with #50BCB5
Text Example
Text Example
White with #50BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCB5; }
p { color: rgb(80,188,181); }
H1.HeaderClassName
{
color: #50BCB5;
}
.AnyTagClassName
{
color: #50BCB5;
}
</style>
background-color css
<style>
a { background-color: #50BCB5; }
a { background-color: rgb(80,188,181); }
div.DivClassName
{
background-color: #50BCB5;
}
.BgClassName
{
background-color: #50BCB5;
}
</style>
border-color css
<style>
span { border-color: #50BCB5; }
span { border-color: rgb(80,188,181); }
td.TdClassName
{
border-color: #50BCB5;
}
.TagClassName
{
border-color: #50BCB5;
}
</style>