Shades of Puerto Rico #50BE9F
Tints of Puerto Rico #50BE9F
RGB
CMYK
RGB Variations
Color information
#50BE9F (or 0x50BE9F) is known color: Puerto Rico. HEX triplet: 50, BE and 9F. RGB value is (80,190,159). Sum of RGB (Red+Green+Blue) = 80+190+159=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE9F is #AF4160. Grayscale: #999999. Windows color (decimal): -11485537 or 10468944. OLE color: 10468944.
HSL color Cylindrical-coordinate representation of color #50BE9F: hue angle of 163.09º 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 #50BE9F is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 159 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.25 |
| HSL | 163.09º | 0.46% | 0.53% | - |
| HSV(B) | 163.09º | 0.58% | 0.75% | - |
| XYZ | 27.98 | 41.04 | 39.25 | - |
| YUV | 153.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 159 | 0.58 | 0 | 0.16 | 0.25 | 163.09 | 0.46 | 0.53 |
| Hex | 50 | BE | 9F | 3A | 0 | 10 | 19 | A3 | 2E | 35 |
| Octal | 120 | 276 | 237 | 72 | 0 | 20 | 31 | 243 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10011111 | 111010 | 0 | 10000 | 11001 | 10100011 | 101110 | 110101 |
Color Harmonies of #50BE9F
Complementary color
Monochromatic Colors of #50BE9F
Black with #50BE9F
Text Example
Text Example
White with #50BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BE9F; }
p { color: rgb(80,190,159); }
H1.HeaderClassName
{
color: #50BE9F;
}
.AnyTagClassName
{
color: #50BE9F;
}
</style>
background-color css
<style>
a { background-color: #50BE9F; }
a { background-color: rgb(80,190,159); }
div.DivClassName
{
background-color: #50BE9F;
}
.BgClassName
{
background-color: #50BE9F;
}
</style>
border-color css
<style>
span { border-color: #50BE9F; }
span { border-color: rgb(80,190,159); }
td.TdClassName
{
border-color: #50BE9F;
}
.TagClassName
{
border-color: #50BE9F;
}
</style>