Shades of Puerto Rico #50BDAF
Tints of Puerto Rico #50BDAF
RGB
CMYK
RGB Variations
Color information
#50BDAF (or 0x50BDAF) is known color: Puerto Rico. HEX triplet: 50, BD and AF. RGB value is (80,189,175). Sum of RGB (Red+Green+Blue) = 80+189+175=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #50BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BDAF is #AF4250. Grayscale: #9A9A9A. Windows color (decimal): -11485777 or 11517264. OLE color: 11517264.
HSL color Cylindrical-coordinate representation of color #50BDAF: hue angle of 172.29º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BDAF is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 175 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.26 |
| HSL | 172.29º | 0.45% | 0.53% | - |
| HSV(B) | 172.29º | 0.58% | 0.74% | - |
| XYZ | 29.24 | 41.2 | 46.97 | - |
| YUV | 154.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 175 | 0.58 | 0 | 0.07 | 0.26 | 172.29 | 0.45 | 0.53 |
| Hex | 50 | BD | AF | 3A | 0 | 7 | 1A | AC | 2D | 35 |
| Octal | 120 | 275 | 257 | 72 | 0 | 7 | 32 | 254 | 55 | 65 |
| Binary | 1010000 | 10111101 | 10101111 | 111010 | 0 | 111 | 11010 | 10101100 | 101101 | 110101 |
Color Harmonies of #50BDAF
Complementary color
Monochromatic Colors of #50BDAF
Black with #50BDAF
Text Example
Text Example
White with #50BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BDAF; }
p { color: rgb(80,189,175); }
H1.HeaderClassName
{
color: #50BDAF;
}
.AnyTagClassName
{
color: #50BDAF;
}
</style>
background-color css
<style>
a { background-color: #50BDAF; }
a { background-color: rgb(80,189,175); }
div.DivClassName
{
background-color: #50BDAF;
}
.BgClassName
{
background-color: #50BDAF;
}
</style>
border-color css
<style>
span { border-color: #50BDAF; }
span { border-color: rgb(80,189,175); }
td.TdClassName
{
border-color: #50BDAF;
}
.TagClassName
{
border-color: #50BDAF;
}
</style>