Shades of Puerto Rico #50BCB0
Tints of Puerto Rico #50BCB0
RGB
CMYK
RGB Variations
Color information
#50BCB0 (or 0x50BCB0) is known color: Puerto Rico. HEX triplet: 50, BC and B0. RGB value is (80,188,176). Sum of RGB (Red+Green+Blue) = 80+188+176=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCB0 is #AF434F. Grayscale: #9A9A9A. Windows color (decimal): -11486032 or 11582544. OLE color: 11582544.
HSL color Cylindrical-coordinate representation of color #50BCB0: hue angle of 173.33º 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 #50BCB0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 176 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.26 |
| HSL | 173.33º | 0.45% | 0.53% | - |
| HSV(B) | 173.33º | 0.57% | 0.74% | - |
| XYZ | 29.13 | 40.81 | 47.42 | - |
| YUV | 154.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 176 | 0.57 | 0 | 0.06 | 0.26 | 173.33 | 0.45 | 0.53 |
| Hex | 50 | BC | B0 | 39 | 0 | 6 | 1A | AD | 2D | 35 |
| Octal | 120 | 274 | 260 | 71 | 0 | 6 | 32 | 255 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10110000 | 111001 | 0 | 110 | 11010 | 10101101 | 101101 | 110101 |
Color Harmonies of #50BCB0
Complementary color
Monochromatic Colors of #50BCB0
Black with #50BCB0
Text Example
Text Example
White with #50BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCB0; }
p { color: rgb(80,188,176); }
H1.HeaderClassName
{
color: #50BCB0;
}
.AnyTagClassName
{
color: #50BCB0;
}
</style>
background-color css
<style>
a { background-color: #50BCB0; }
a { background-color: rgb(80,188,176); }
div.DivClassName
{
background-color: #50BCB0;
}
.BgClassName
{
background-color: #50BCB0;
}
</style>
border-color css
<style>
span { border-color: #50BCB0; }
span { border-color: rgb(80,188,176); }
td.TdClassName
{
border-color: #50BCB0;
}
.TagClassName
{
border-color: #50BCB0;
}
</style>