Shades of Puerto Rico #50BEB2
Tints of Puerto Rico #50BEB2
RGB
CMYK
RGB Variations
Color information
#50BEB2 (or 0x50BEB2) is known color: Puerto Rico. HEX triplet: 50, BE and B2. RGB value is (80,190,178). Sum of RGB (Red+Green+Blue) = 80+190+178=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEB2 is #AF414D. Grayscale: #9B9B9B. Windows color (decimal): -11485518 or 11714128. OLE color: 11714128.
HSL color Cylindrical-coordinate representation of color #50BEB2: hue angle of 173.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BEB2 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 178 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.25 |
| HSL | 173.45º | 0.46% | 0.53% | - |
| HSV(B) | 173.45º | 0.58% | 0.75% | - |
| XYZ | 29.76 | 41.75 | 48.61 | - |
| YUV | 155.74 | 140.56 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 178 | 0.58 | 0 | 0.06 | 0.25 | 173.45 | 0.46 | 0.53 |
| Hex | 50 | BE | B2 | 3A | 0 | 6 | 19 | AD | 2E | 35 |
| Octal | 120 | 276 | 262 | 72 | 0 | 6 | 31 | 255 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10110010 | 111010 | 0 | 110 | 11001 | 10101101 | 101110 | 110101 |
Color Harmonies of #50BEB2
Complementary color
Monochromatic Colors of #50BEB2
Black with #50BEB2
Text Example
Text Example
White with #50BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEB2; }
p { color: rgb(80,190,178); }
H1.HeaderClassName
{
color: #50BEB2;
}
.AnyTagClassName
{
color: #50BEB2;
}
</style>
background-color css
<style>
a { background-color: #50BEB2; }
a { background-color: rgb(80,190,178); }
div.DivClassName
{
background-color: #50BEB2;
}
.BgClassName
{
background-color: #50BEB2;
}
</style>
border-color css
<style>
span { border-color: #50BEB2; }
span { border-color: rgb(80,190,178); }
td.TdClassName
{
border-color: #50BEB2;
}
.TagClassName
{
border-color: #50BEB2;
}
</style>