Shades of Puerto Rico #50C5A3
Tints of Puerto Rico #50C5A3
RGB
CMYK
RGB Variations
Color information
#50C5A3 (or 0x50C5A3) is known color: Puerto Rico. HEX triplet: 50, C5 and A3. RGB value is (80,197,163). Sum of RGB (Red+Green+Blue) = 80+197+163=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #50C5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C5A3 is #AF3A5C. Grayscale: #9E9E9E. Windows color (decimal): -11483741 or 10732880. OLE color: 10732880.
HSL color Cylindrical-coordinate representation of color #50C5A3: hue angle of 162.56º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C5A3 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 197 | 163 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.23 |
| HSL | 162.56º | 0.5% | 0.54% | - |
| HSV(B) | 162.56º | 0.59% | 0.77% | - |
| XYZ | 29.89 | 44.28 | 41.62 | - |
| YUV | 158.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 197 | 163 | 0.59 | 0 | 0.17 | 0.23 | 162.56 | 0.5 | 0.54 |
| Hex | 50 | C5 | A3 | 3B | 0 | 11 | 17 | A3 | 32 | 36 |
| Octal | 120 | 305 | 243 | 73 | 0 | 21 | 27 | 243 | 62 | 66 |
| Binary | 1010000 | 11000101 | 10100011 | 111011 | 0 | 10001 | 10111 | 10100011 | 110010 | 110110 |
Color Harmonies of #50C5A3
Complementary color
Monochromatic Colors of #50C5A3
Black with #50C5A3
Text Example
Text Example
White with #50C5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C5A3; }
p { color: rgb(80,197,163); }
H1.HeaderClassName
{
color: #50C5A3;
}
.AnyTagClassName
{
color: #50C5A3;
}
</style>
background-color css
<style>
a { background-color: #50C5A3; }
a { background-color: rgb(80,197,163); }
div.DivClassName
{
background-color: #50C5A3;
}
.BgClassName
{
background-color: #50C5A3;
}
</style>
border-color css
<style>
span { border-color: #50C5A3; }
span { border-color: rgb(80,197,163); }
td.TdClassName
{
border-color: #50C5A3;
}
.TagClassName
{
border-color: #50C5A3;
}
</style>