Shades of Puerto Rico #50AD9F
Tints of Puerto Rico #50AD9F
RGB
CMYK
RGB Variations
Color information
#50AD9F (or 0x50AD9F) is known color: Puerto Rico. HEX triplet: 50, AD and 9F. RGB value is (80,173,159). Sum of RGB (Red+Green+Blue) = 80+173+159=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD9F is #AF5260. Grayscale: #8F8F8F. Windows color (decimal): -11489889 or 10464592. OLE color: 10464592.
HSL color Cylindrical-coordinate representation of color #50AD9F: hue angle of 170.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD9F is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 159 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.32 |
| HSL | 170.97º | 0.37% | 0.5% | - |
| HSV(B) | 170.97º | 0.54% | 0.68% | - |
| XYZ | 24.51 | 34.1 | 38.09 | - |
| YUV | 143.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 159 | 0.54 | 0 | 0.08 | 0.32 | 170.97 | 0.37 | 0.5 |
| Hex | 50 | AD | 9F | 36 | 0 | 8 | 20 | AB | 25 | 32 |
| Octal | 120 | 255 | 237 | 66 | 0 | 10 | 40 | 253 | 45 | 62 |
| Binary | 1010000 | 10101101 | 10011111 | 110110 | 0 | 1000 | 100000 | 10101011 | 100101 | 110010 |
Color Harmonies of #50AD9F
Complementary color
Monochromatic Colors of #50AD9F
Black with #50AD9F
Text Example
Text Example
White with #50AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD9F; }
p { color: rgb(80,173,159); }
H1.HeaderClassName
{
color: #50AD9F;
}
.AnyTagClassName
{
color: #50AD9F;
}
</style>
background-color css
<style>
a { background-color: #50AD9F; }
a { background-color: rgb(80,173,159); }
div.DivClassName
{
background-color: #50AD9F;
}
.BgClassName
{
background-color: #50AD9F;
}
</style>
border-color css
<style>
span { border-color: #50AD9F; }
span { border-color: rgb(80,173,159); }
td.TdClassName
{
border-color: #50AD9F;
}
.TagClassName
{
border-color: #50AD9F;
}
</style>