Shades of Puerto Rico #50BCAB
Tints of Puerto Rico #50BCAB
RGB
CMYK
RGB Variations
Color information
#50BCAB (or 0x50BCAB) is known color: Puerto Rico. HEX triplet: 50, BC and AB. RGB value is (80,188,171). Sum of RGB (Red+Green+Blue) = 80+188+171=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BCAB is #AF4354. Grayscale: #999999. Windows color (decimal): -11486037 or 11254864. OLE color: 11254864.
HSL color Cylindrical-coordinate representation of color #50BCAB: hue angle of 170.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 #50BCAB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 171 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.26 |
| HSL | 170.56º | 0.45% | 0.53% | - |
| HSV(B) | 170.56º | 0.57% | 0.74% | - |
| XYZ | 28.64 | 40.61 | 44.86 | - |
| YUV | 153.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 171 | 0.57 | 0 | 0.09 | 0.26 | 170.56 | 0.45 | 0.53 |
| Hex | 50 | BC | AB | 39 | 0 | 9 | 1A | AB | 2D | 35 |
| Octal | 120 | 274 | 253 | 71 | 0 | 11 | 32 | 253 | 55 | 65 |
| Binary | 1010000 | 10111100 | 10101011 | 111001 | 0 | 1001 | 11010 | 10101011 | 101101 | 110101 |
Color Harmonies of #50BCAB
Complementary color
Monochromatic Colors of #50BCAB
Black with #50BCAB
Text Example
Text Example
White with #50BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BCAB; }
p { color: rgb(80,188,171); }
H1.HeaderClassName
{
color: #50BCAB;
}
.AnyTagClassName
{
color: #50BCAB;
}
</style>
background-color css
<style>
a { background-color: #50BCAB; }
a { background-color: rgb(80,188,171); }
div.DivClassName
{
background-color: #50BCAB;
}
.BgClassName
{
background-color: #50BCAB;
}
</style>
border-color css
<style>
span { border-color: #50BCAB; }
span { border-color: rgb(80,188,171); }
td.TdClassName
{
border-color: #50BCAB;
}
.TagClassName
{
border-color: #50BCAB;
}
</style>