Shades of Puerto Rico #50B89E
Tints of Puerto Rico #50B89E
RGB
CMYK
RGB Variations
Color information
#50B89E (or 0x50B89E) is known color: Puerto Rico. HEX triplet: 50, B8 and 9E. RGB value is (80,184,158). Sum of RGB (Red+Green+Blue) = 80+184+158=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #50B89E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B89E is #AF4761. Grayscale: #959595. Windows color (decimal): -11487074 or 10401872. OLE color: 10401872.
HSL color Cylindrical-coordinate representation of color #50B89E: hue angle of 165º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B89E is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 158 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.28 |
| HSL | 165º | 0.42% | 0.52% | - |
| HSV(B) | 165º | 0.57% | 0.72% | - |
| XYZ | 26.62 | 38.46 | 38.37 | - |
| YUV | 149.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 158 | 0.57 | 0 | 0.14 | 0.28 | 165 | 0.42 | 0.52 |
| Hex | 50 | B8 | 9E | 39 | 0 | E | 1C | A5 | 2A | 34 |
| Octal | 120 | 270 | 236 | 71 | 0 | 16 | 34 | 245 | 52 | 64 |
| Binary | 1010000 | 10111000 | 10011110 | 111001 | 0 | 1110 | 11100 | 10100101 | 101010 | 110100 |
Color Harmonies of #50B89E
Complementary color
Monochromatic Colors of #50B89E
Black with #50B89E
Text Example
Text Example
White with #50B89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B89E; }
p { color: rgb(80,184,158); }
H1.HeaderClassName
{
color: #50B89E;
}
.AnyTagClassName
{
color: #50B89E;
}
</style>
background-color css
<style>
a { background-color: #50B89E; }
a { background-color: rgb(80,184,158); }
div.DivClassName
{
background-color: #50B89E;
}
.BgClassName
{
background-color: #50B89E;
}
</style>
border-color css
<style>
span { border-color: #50B89E; }
span { border-color: rgb(80,184,158); }
td.TdClassName
{
border-color: #50B89E;
}
.TagClassName
{
border-color: #50B89E;
}
</style>