Shades of Puerto Rico #50C5B0
Tints of Puerto Rico #50C5B0
RGB
CMYK
RGB Variations
Color information
#50C5B0 (or 0x50C5B0) is known color: Puerto Rico. HEX triplet: 50, C5 and B0. RGB value is (80,197,176). Sum of RGB (Red+Green+Blue) = 80+197+176=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #50C5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C5B0 is #AF3A4F. Grayscale: #9F9F9F. Windows color (decimal): -11483728 or 11584848. OLE color: 11584848.
HSL color Cylindrical-coordinate representation of color #50C5B0: hue angle of 169.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C5B0 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 176 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.23 |
| HSL | 169.23º | 0.5% | 0.54% | - |
| HSV(B) | 169.23º | 0.59% | 0.77% | - |
| XYZ | 31.11 | 44.77 | 48.08 | - |
| YUV | 159.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 176 | 0.59 | 0 | 0.11 | 0.23 | 169.23 | 0.5 | 0.54 |
| Hex | 50 | C5 | B0 | 3B | 0 | B | 17 | A9 | 32 | 36 |
| Octal | 120 | 305 | 260 | 73 | 0 | 13 | 27 | 251 | 62 | 66 |
| Binary | 1010000 | 11000101 | 10110000 | 111011 | 0 | 1011 | 10111 | 10101001 | 110010 | 110110 |
Color Harmonies of #50C5B0
Complementary color
Monochromatic Colors of #50C5B0
Black with #50C5B0
Text Example
Text Example
White with #50C5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C5B0; }
p { color: rgb(80,197,176); }
H1.HeaderClassName
{
color: #50C5B0;
}
.AnyTagClassName
{
color: #50C5B0;
}
</style>
background-color css
<style>
a { background-color: #50C5B0; }
a { background-color: rgb(80,197,176); }
div.DivClassName
{
background-color: #50C5B0;
}
.BgClassName
{
background-color: #50C5B0;
}
</style>
border-color css
<style>
span { border-color: #50C5B0; }
span { border-color: rgb(80,197,176); }
td.TdClassName
{
border-color: #50C5B0;
}
.TagClassName
{
border-color: #50C5B0;
}
</style>