Shades of Puerto Rico #50BEA6
Tints of Puerto Rico #50BEA6
RGB
CMYK
RGB Variations
Color information
#50BEA6 (or 0x50BEA6) is known color: Puerto Rico. HEX triplet: 50, BE and A6. RGB value is (80,190,166). Sum of RGB (Red+Green+Blue) = 80+190+166=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEA6 is #AF4159. Grayscale: #9A9A9A. Windows color (decimal): -11485530 or 10927696. OLE color: 10927696.
HSL color Cylindrical-coordinate representation of color #50BEA6: hue angle of 166.91º 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 #50BEA6 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 166 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.25 |
| HSL | 166.91º | 0.46% | 0.53% | - |
| HSV(B) | 166.91º | 0.58% | 0.75% | - |
| XYZ | 28.6 | 41.29 | 42.54 | - |
| YUV | 154.37 | 134.56 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 166 | 0.58 | 0 | 0.13 | 0.25 | 166.91 | 0.46 | 0.53 |
| Hex | 50 | BE | A6 | 3A | 0 | D | 19 | A7 | 2E | 35 |
| Octal | 120 | 276 | 246 | 72 | 0 | 15 | 31 | 247 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10100110 | 111010 | 0 | 1101 | 11001 | 10100111 | 101110 | 110101 |
Color Harmonies of #50BEA6
Complementary color
Monochromatic Colors of #50BEA6
Black with #50BEA6
Text Example
Text Example
White with #50BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEA6; }
p { color: rgb(80,190,166); }
H1.HeaderClassName
{
color: #50BEA6;
}
.AnyTagClassName
{
color: #50BEA6;
}
</style>
background-color css
<style>
a { background-color: #50BEA6; }
a { background-color: rgb(80,190,166); }
div.DivClassName
{
background-color: #50BEA6;
}
.BgClassName
{
background-color: #50BEA6;
}
</style>
border-color css
<style>
span { border-color: #50BEA6; }
span { border-color: rgb(80,190,166); }
td.TdClassName
{
border-color: #50BEA6;
}
.TagClassName
{
border-color: #50BEA6;
}
</style>