Shades of Puerto Rico #50AD9C
Tints of Puerto Rico #50AD9C
RGB
CMYK
RGB Variations
Color information
#50AD9C (or 0x50AD9C) is known color: Puerto Rico. HEX triplet: 50, AD and 9C. RGB value is (80,173,156). Sum of RGB (Red+Green+Blue) = 80+173+156=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD9C is #AF5263. Grayscale: #8F8F8F. Windows color (decimal): -11489892 or 10267984. OLE color: 10267984.
HSL color Cylindrical-coordinate representation of color #50AD9C: hue angle of 169.03º 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 #50AD9C is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 156 | - |
| CMYK | 0.54 | 0 | 0.10 | 0.32 |
| HSL | 169.03º | 0.37% | 0.5% | - |
| HSV(B) | 169.03º | 0.54% | 0.68% | - |
| XYZ | 24.25 | 33.99 | 36.74 | - |
| YUV | 143.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 156 | 0.54 | 0 | 0.10 | 0.32 | 169.03 | 0.37 | 0.5 |
| Hex | 50 | AD | 9C | 36 | 0 | A | 20 | A9 | 25 | 32 |
| Octal | 120 | 255 | 234 | 66 | 0 | 12 | 40 | 251 | 45 | 62 |
| Binary | 1010000 | 10101101 | 10011100 | 110110 | 0 | 1010 | 100000 | 10101001 | 100101 | 110010 |
Color Harmonies of #50AD9C
Complementary color
Monochromatic Colors of #50AD9C
Black with #50AD9C
Text Example
Text Example
White with #50AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD9C; }
p { color: rgb(80,173,156); }
H1.HeaderClassName
{
color: #50AD9C;
}
.AnyTagClassName
{
color: #50AD9C;
}
</style>
background-color css
<style>
a { background-color: #50AD9C; }
a { background-color: rgb(80,173,156); }
div.DivClassName
{
background-color: #50AD9C;
}
.BgClassName
{
background-color: #50AD9C;
}
</style>
border-color css
<style>
span { border-color: #50AD9C; }
span { border-color: rgb(80,173,156); }
td.TdClassName
{
border-color: #50AD9C;
}
.TagClassName
{
border-color: #50AD9C;
}
</style>