Shades of Puerto Rico #50BEAA
Tints of Puerto Rico #50BEAA
RGB
CMYK
RGB Variations
Color information
#50BEAA (or 0x50BEAA) is known color: Puerto Rico. HEX triplet: 50, BE and AA. RGB value is (80,190,170). Sum of RGB (Red+Green+Blue) = 80+190+170=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BEAA is #AF4155. Grayscale: #9A9A9A. Windows color (decimal): -11485526 or 11189840. OLE color: 11189840.
HSL color Cylindrical-coordinate representation of color #50BEAA: hue angle of 169.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 #50BEAA is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 190 | 170 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.25 |
| HSL | 169.09º | 0.46% | 0.53% | - |
| HSV(B) | 169.09º | 0.58% | 0.75% | - |
| XYZ | 28.98 | 41.43 | 44.5 | - |
| YUV | 154.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 170 | 0.58 | 0 | 0.11 | 0.25 | 169.09 | 0.46 | 0.53 |
| Hex | 50 | BE | AA | 3A | 0 | B | 19 | A9 | 2E | 35 |
| Octal | 120 | 276 | 252 | 72 | 0 | 13 | 31 | 251 | 56 | 65 |
| Binary | 1010000 | 10111110 | 10101010 | 111010 | 0 | 1011 | 11001 | 10101001 | 101110 | 110101 |
Color Harmonies of #50BEAA
Complementary color
Monochromatic Colors of #50BEAA
Black with #50BEAA
Text Example
Text Example
White with #50BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEAA; }
p { color: rgb(80,190,170); }
H1.HeaderClassName
{
color: #50BEAA;
}
.AnyTagClassName
{
color: #50BEAA;
}
</style>
background-color css
<style>
a { background-color: #50BEAA; }
a { background-color: rgb(80,190,170); }
div.DivClassName
{
background-color: #50BEAA;
}
.BgClassName
{
background-color: #50BEAA;
}
</style>
border-color css
<style>
span { border-color: #50BEAA; }
span { border-color: rgb(80,190,170); }
td.TdClassName
{
border-color: #50BEAA;
}
.TagClassName
{
border-color: #50BEAA;
}
</style>