Shades of Puerto Rico #50BEAB
Tints of Puerto Rico #50BEAB
RGB
CMYK
RGB Variations
Color information
#50BEAB (or 0x50BEAB) is known color: Puerto Rico. HEX triplet: 50, BE and AB. RGB value is (80,190,171). Sum of RGB (Red+Green+Blue) = 80+190+171=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEAB is #AF4154. Grayscale: #9A9A9A. Windows color (decimal): -11485525 or 11255376. OLE color: 11255376.
HSL color Cylindrical-coordinate representation of color #50BEAB: hue angle of 169.64º 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 #50BEAB is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 171 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.25 |
| HSL | 169.64º | 0.46% | 0.53% | - |
| HSV(B) | 169.64º | 0.58% | 0.75% | - |
| XYZ | 29.07 | 41.47 | 45 | - |
| YUV | 154.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 171 | 0.58 | 0 | 0.10 | 0.25 | 169.64 | 0.46 | 0.53 |
| Hex | 50 | BE | AB | 3A | 0 | A | 19 | AA | 2E | 35 |
| Octal | 120 | 276 | 253 | 72 | 0 | 12 | 31 | 252 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10101011 | 111010 | 0 | 1010 | 11001 | 10101010 | 101110 | 110101 |
Color Harmonies of #50BEAB
Complementary color
Monochromatic Colors of #50BEAB
Black with #50BEAB
Text Example
Text Example
White with #50BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEAB; }
p { color: rgb(80,190,171); }
H1.HeaderClassName
{
color: #50BEAB;
}
.AnyTagClassName
{
color: #50BEAB;
}
</style>
background-color css
<style>
a { background-color: #50BEAB; }
a { background-color: rgb(80,190,171); }
div.DivClassName
{
background-color: #50BEAB;
}
.BgClassName
{
background-color: #50BEAB;
}
</style>
border-color css
<style>
span { border-color: #50BEAB; }
span { border-color: rgb(80,190,171); }
td.TdClassName
{
border-color: #50BEAB;
}
.TagClassName
{
border-color: #50BEAB;
}
</style>